Skip to content

Commit

Permalink
repolist must be independent of pull
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 28, 2014
1 parent 0911fbc commit cf49a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ status_report() {

pull() {
$PA_PREFIX/pull-all.sh -b master
REPOLIST=(components/* projects/*)
}

version() {
Expand Down Expand Up @@ -218,6 +217,7 @@ release() {
if $PULL; then
pull
fi
REPOLIST=(components/* projects/*)
if $PUSHTAGS; then
push_tags
else
Expand Down

0 comments on commit cf49a12

Please sign in to comment.