Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test_rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- almalinux:9
target_env:
- uw_build
- osg-24-upcoming
- osg-24-upcoming-testing
- osg-25-upcoming
- osg-25-upcoming-testing
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------

PACKAGE := htcondor-ce
VERSION := 25.0.1
VERSION := 25.7.0


# ------------------------------------------------------------------------------
Expand Down
5 changes: 4 additions & 1 deletion rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define gitrev osg

Name: htcondor-ce
Version: 25.0.1
Version: 25.7.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch
Expand Down Expand Up @@ -521,6 +521,9 @@ getent passwd condorce_webapp >/dev/null || \
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Thu Mar 12 2026 Tim Theisen <tim@cs.wisc.edu> - 25.7.0-1
- Avoids confusing error messages when no routes are defined

* Thu Jul 24 2025 Tim Theisen <tim@cs.wisc.edu> - 25.0.1-1
- Initial HTCondor-CE 25.0.1 release

Expand Down