Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lint and build. Prepare new release 0.4.1 #3

Merged
merged 6 commits into from
Mar 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
extends: default

rules:
line-length:
max: 120
1 change: 0 additions & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Check links

on:
push:
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Lint

on:
push:
pull_request:

jobs:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,27 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2023-03-16

### Added

- Update source URL information, package additional documentation. (#2) (Baptiste Grenier)

## [0.4.0] - 2010-09-06

### Fixed

- Fixes for IS-143, IS-146 and IS-147 (Laurence Field)

## [0.2.0] - 2010-04-08

### Changed

- Refactored (Laurence Field)

## [0.2.0] - 2010-02-15

### Added

- First release (Laurence Field)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Site component for the glite-info-static framework.
# Site component for the glite-info-static framework

This repository contains the site component for the
[glite-info-static](https://github.com/EGI-Federation/glite-info-static) framework.
Expand All @@ -11,8 +11,8 @@ BDII documentation is available at
$ make install
```

* Build dependencies: None
* Runtime dependencies: None
- Build dependencies: None
- Runtime dependencies: None

## Installing from packages

Expand Down
7 changes: 5 additions & 2 deletions glite-info-site.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: glite-info-site
Version: 0.4.0
Release: 2%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Site component for the glite-info-static framework.
Group: System/Monitoring
License: ASL 2.0
Expand Down Expand Up @@ -41,6 +41,9 @@ rm -rf %{buildroot}
%license /usr/share/licenses/%{name}-%{version}/LICENSE.txt

%changelog
* Thu Mar 16 2023 Baptiste Grenier <[email protected]> - 0.4.1-1
- Update source URL information, package additional documentation. (#2) (Baptiste Grenier)

* Wed Apr 24 2013 Maria Alandes <[email protected]> - 0.4.0-2
- Added Source URL information

Expand Down