We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e741fb commit 133bc55Copy full SHA for 133bc55
build-release
@@ -42,7 +42,7 @@ pushd $BUILD_DIR/CMSDIST
42
# a patch release uses the same cmsdist tag as its base release
43
case $CMSSW_X_Y_Z in
44
*patch*)
45
- BASE_RELEASE=`echo $CMSSW_X_Y_Z | sed 's/_patch[0-9]*//g'`
+ BASE_RELEASE=`echo $CMSSW_X_Y_Z | sed 's/_[a-zA-Z0-9]*patch[0-9]*//g'`
46
CMSDIST_TAG=REL/$BASE_RELEASE/$ARCHITECTURE
47
BUILD_OPTS=""
48
MULTIARCH_OPTS=""
0 commit comments