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 dd25686 commit 6029410Copy full SHA for 6029410
script/build-deploy-tarball
@@ -30,6 +30,6 @@ cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/gh-ost/
30
31
### HACK HACK HACK HACK ###
32
# blame @carlosmn, @mattr and @timvaillancourt-
33
-# Allow builds on buster to also be used for stretch + jessie
+# Allow builds on buster to also be used for stretch
34
stretch_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-stretch-/)
35
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/gh-ost/${stretch_tarball_name}.gz"
0 commit comments