Skip to content

Commit

Permalink
please.sh prerelease --force-tag: also force re-generating the pkg
Browse files Browse the repository at this point in the history
When things fail in a CI task, half of the packages may have been built...

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 9, 2016
1 parent e3194ad commit e976019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ prerelease () { # [--mingit] [--[clean-]output=<directory>] <revision>
force_tag=
while case "$1" in
--force-tag)
force_tag=t
force_tag=-f
;;
--mingit)
mode=mingit
Expand Down Expand Up @@ -915,7 +915,7 @@ prerelease () { # [--mingit] [--[clean-]output=<directory>] <revision>
"$sdk/git-cmd.exe" --command=usr\\bin\\sh.exe -l -c \
"cd \"$git_src_dir/../..\" &&"'
MAKEFLAGS=-j5 MINGW_INSTALLS=mingw32\ mingw64 '"$extra"' \
makepkg-mingw -s --noconfirm \
makepkg-mingw -s --noconfirm '"$force_tag"' \
-p prerelease-'"$tag_name".pkgbuild ||
die "%s: could not build '%s'\n" "$git_src_dir" "$tag_name"

Expand Down

0 comments on commit e976019

Please sign in to comment.