Skip to content

Commit

Permalink
support backout: as alternate reversion prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jan 30, 2018
1 parent 77035db commit 3ca9d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ upstream_diff()
commit = 0
}
/^commit / { op(); commit = $2 }
/^ (Revert ")?[0-9][0-9][0-9][0-9] / {
/^ (backout: *|Revert ")?[0-9][0-9][0-9][0-9] / {
gsub(/ +/, " ")
issue = substr($0, 0, 69)
}
Expand Down Expand Up @@ -484,6 +484,7 @@ cleanup_illumos()
echo "Cleaning illumos-omnios..."
/opt/onbld/bin/bldenv "$illumos_env" \
"cd $illumos_clone/usr/src && dmake clobber" > /dev/null
#git -C "$illumos_clone" clean -fd
echo "Removing illumos proto area..."
[ -d "$illumos_clone/proto" ] && rm -rf "$illumos_clone/proto"
echo "Removing illumos packages area..."
Expand Down

0 comments on commit 3ca9d2a

Please sign in to comment.