Skip to content

Commit

Permalink
need to 'reset_illumos_branch' before checking out
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl authored and citrus-it committed Sep 13, 2017
1 parent dca5c31 commit c6ac2b8
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 @@ -136,7 +136,7 @@ update_illumos_stable()
{
(
cd $illumos_clone
git checkout closed/README.ON-BINARIES.i386
reset_illumos_branch
git pull upstream $branch
echo
anything_to_push && ask "Push updates to github/$gituser?" \
Expand Down Expand Up @@ -193,6 +193,7 @@ upstream_diff()
echo "JOYENT ($hash..):"
echo

reset_illumos_branch
git checkout -q upstream_joyent
git whatchanged --reverse --no-merges --abbrev-commit $hash.. \
| nawk '
Expand Down

0 comments on commit c6ac2b8

Please sign in to comment.