Skip to content

Commit

Permalink
Updated spec file changelog and osg-release.sh help message
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Nov 24, 2024
1 parent c9711ed commit 15358d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build/ReleaseManager/osg-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
# SPDX-FileCopyrightText: 2009 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

USAGE_STR="$0 [-h] TAG USER [REPO]
USAGE_STR="$0 [-h] TAG USER PRINC [REPO]
Buold the source tarball and upload it to the OSG library (now using osg-sw-submit.chtc.wisc.edu and AFS via Krb auth)
TAG - tag or branch ID in the Git repository (branch pointers change, use a branch name only for scratch builds)
USER - username on the OSG build machine
PRINC - Kerberos principal for the OSG AFS (If only the user is given CS.WISC.EDU is assumed as domain). Krb user may differ form the build machine user name
REPO - url of the Git repository (default: https://github.com/glideinWMS/glideinwms.git)
-h --help - print this message and exit"
-h --help - print this message and exit
NOTE that when using this script you'll have to authenticate with the CILogon URL and insert the OSG PASSWORD (for AFS/Kerberos) and authenticate with the URL again."

[ "$1" == "-h" ] || [ "$1" == "--help" ] && { echo "$USAGE_STR"; exit 0; }

Expand Down
11 changes: 9 additions & 2 deletions build/packaging/rpm/glideinwms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Version: %{version}
Release: %{release}%{?dist}
Summary: The glidein Workload Management System (glideinWMS)
# Group: has been deprecated, removing it from all specifications, wes "System Environment/Daemons"
License: Fermitools Software Legal Information (Modified BSD License)
License: Apache-2.0
URL: http://glideinwms.fnal.gov
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Expand Down Expand Up @@ -1053,8 +1053,15 @@ rm -rf $RPM_BUILD_ROOT
#%config(noreplace) %{_sysconfdir}/condor/scripts/frontend_condortoken

%changelog
* Fri Jun 21 2024 Marco Mambelli <[email protected]> - 3.10.7
* Thu Nov 21 2024 Marco Mambelli <[email protected]> - 3.10.8.0.1.rc1
- Glideinwms v3.10.8
- Release Notes: http://glideinwms.fnal.gov/doc.v3_10_8/history.html
- Release candidates 3.10.7-01.rc1

* Tue Oct 22 2024 Marco Mambelli <[email protected]> - 3.10.7-3
- Glideinwms v3.10.7
- 3.10.7-1 was on Fri Jun 21 2024
- Removed bash mangling in 3.10.7-3
- Release Notes: http://glideinwms.fnal.gov/doc.v3_10_7/history.html
- Release candidates 3.10.7-01.rc1 to 3.10.7-03.rc3

Expand Down

0 comments on commit 15358d0

Please sign in to comment.