Skip to content

Commit

Permalink
Update build-deploy-tarball to add focal build
Browse files Browse the repository at this point in the history
  • Loading branch information
rashiq committed Sep 19, 2023
1 parent 50c8a20 commit 35a69bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/build-deploy-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mkdir -p "$BUILD_ARTIFACT_DIR"/freno
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR"/freno/

### HACK HACK HACK ###
# blame @carlosmn, @mattr and @timvaillancourt-
# Allow builds on buster to also be used for stretch
stretch_tarball_name=$(echo $(basename "${tarball}") | sed s/-buster-/-stretch-/)
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/freno/${stretch_tarball_name}.gz"
# blame @carlosmn, @mattr, @timvaillancourt and @rashiq
# Allow builds on buster to also be used for focal
focal_tarball_name=$(echo $(basename "${tarball}") | sed s/-stretch-/-focal-/)
cp ${tarball}.gz "$BUILD_ARTIFACT_DIR/gh-ost/${focal_tarball_name}.gz"

0 comments on commit 35a69bf

Please sign in to comment.