Skip to content

Commit

Permalink
Merge pull request #9 from edquist/SOFTWARE-3465.rolling
Browse files Browse the repository at this point in the history
add support for rolling release repos (SOFTWARE-3465)
  • Loading branch information
matyasselmeci authored Feb 12, 2019
2 parents 49e73d5 + 8da6ab3 commit ec762e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/update_mashfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else
[[ -e $OSGTAGS.exclude ]] || touch $OSGTAGS.exclude

osg_seriespat='[0-9]+\.[0-9]+|upcoming'
osg_repopat='contrib|development|release|testing|empty'
osg_repopat='contrib|development|release|rolling|testing|empty'
osg_tagpat="osg-($osg_seriespat)-el[5-9]-($osg_repopat)"
goc_tagpat='goc-el[5-9]-(itb|production)'

Expand Down
5 changes: 4 additions & 1 deletion rpm/osg-repo-scripts.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: osg-repo-scripts
Version: 1.2
Version: 1.3
Release: 1%{?dist}
Summary: rpm repo update scripts for osg repo servers

Expand Down Expand Up @@ -68,6 +68,9 @@ install -m 0644 share/repo/mash.template $RPM_BUILD_ROOT%{_datadir}/repo/
%dir %{_usr}/local/mirror

%changelog
* Mon Feb 11 2019 Carl Edquist <[email protected]> - 1.3-1
- Add support for rolling release repos (SOFTWARE-3465)

* Tue May 29 2018 Edgar Fajardo <[email protected]> - 1.2-1
- Remove CHTC from the mirrorlist

Expand Down

0 comments on commit ec762e1

Please sign in to comment.