branch-names: now that trunk-tracking is master, update references (#1330)

This commit is contained in:
Jeff Kaufman
2016-12-06 12:01:50 -05:00
committed by GitHub
parent a399e04a00
commit 4d728fc081
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ Options:
* a version number, such as 1.11.33.4
If you don't specify a version, defaults to latest-stable unless --devel
is specified, in which case it defaults to trunk-tracking.
is specified, in which case it defaults to master.
This option doesn't make sense if we're running within an existing
ngx_pagespeed checkout.
@@ -375,7 +375,7 @@ function build_ngx_pagespeed() {
fi
elif [ "$NPS_VERSION" = "DEFAULT" ]; then
if "$DEVEL"; then
NPS_VERSION="trunk-tracking"
NPS_VERSION="master"
else
NPS_VERSION="latest-stable"
fi