From: Lars Kurth Date: Tue, 25 Sep 2018 17:59:35 +0000 (+0100) Subject: Checkout stable, not staging X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;ds=sidebyside;p=people%2Flarsk%2Fxen-release-scripts.git Checkout stable, not staging --- diff --git a/xen-release-logs b/xen-release-logs index 6497cac..633c5c6 100755 --- a/xen-release-logs +++ b/xen-release-logs @@ -99,6 +99,7 @@ print "\n"; chdir "xen" or die "INTERNAL ERROR: repo xen does not exist\n"; system("git checkout stable-$SERIES"); +# system("git checkout staging-$SERIES"); if ( $SINCE eq "none" ) { $S="RELEASE-".$SERIES_LAST.".0"; @@ -122,6 +123,7 @@ print "\n"; chdir "../qemu-xen" or die "INTERNAL ERROR: repo qemu-xen does not exist\n"; system("git checkout stable-$SERIES"); +# system("git checkout staging-$SERIES"); if ( $SINCE eq "none" ) { $S="qemu-xen-".$SERIES_LAST.".0"; @@ -145,6 +147,7 @@ print "\n"; chdir "../qemu-xen-traditional" or die "INTERNAL ERROR: repo qemu-xen-traditional does not exist\n"; system("git checkout stable-$SERIES"); +# system("git checkout staging-$SERIES"); if ( $SINCE eq "none" ) { $S="xen-".$SERIES_LAST.".0";