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

rollback config -> wrapper #7467

Merged
merged 1 commit into from
Nov 25, 2021
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
2 changes: 1 addition & 1 deletion crab-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ "%{crab_type}" != "dev" ] ; then
done
else
mkdir %{i}/lib/WMCore
cp %{_builddir}/CRABClient/src/python/CRABClient/Configuration.py %{i}/lib/WMCore/Configuration.py
cp %{_builddir}/CRABClient/src/python/CRABClient/WMCoreConfigWrapper.py %{i}/lib/WMCore/Configuration.py
touch %{i}/lib/WMCore/__init__.py
fi

Expand Down
2 changes: 1 addition & 1 deletion crab-dev.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 01
%define version_suffix 02
%define crabclient_version v3.211122
### RPM cms crab-dev %{crabclient_version}.%{version_suffix}
%define wmcore_version 1.5.3
Expand Down
2 changes: 1 addition & 1 deletion crab-pre.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 01
%define version_suffix 02
%define crabclient_version v3.210825
### RPM cms crab-pre %{crabclient_version}.%{version_suffix}
%define wmcore_version 1.3.6.crab6
Expand Down
2 changes: 1 addition & 1 deletion crab-prod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 03
%define version_suffix 04
%define crabclient_version v3.210825
### RPM cms crab-prod %{crabclient_version}.%{version_suffix}
%define wmcore_version 1.3.6.crab6
Expand Down