File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ gzip $tarball
2828mkdir -p " $BUILD_ARTIFACT_DIR " /gh-ost
2929cp ${tarball} .gz " $BUILD_ARTIFACT_DIR " /gh-ost/
3030
31- # ## HACK HACK HACK ###
32- # blame @carlosmn and @mattr-
33- # Allow builds on stretch to also be used for jessie
34- jessie_tarball_name=$( echo $( basename " ${tarball} " ) | sed s/-stretch-/-jessie-/)
31+ # ## HACK HACK HACK HACK ###
32+ # blame @carlosmn, @mattr and @timvaillancourt-
33+ # Allow builds on buster to also be used for stretch + jessie
34+ stretch_tarball_name=$( echo $( basename " ${tarball} " ) | sed s/-buster-/-stretch-/)
35+ jessie_tarball_name=$( echo $( basename " ${stretch_tarball_name} " ) | sed s/-stretch-/-jessie-/)
36+ cp ${tarball} .gz " $BUILD_ARTIFACT_DIR /gh-ost/${stretch_tarball_name} .gz"
3537cp ${tarball} .gz " $BUILD_ARTIFACT_DIR /gh-ost/${jessie_tarball_name} .gz"
You can’t perform that action at this time.
0 commit comments