]> xenbits.xensource.com Git - people/larsk/xen-release-scripts.git/commitdiff
Checkout stable, not staging master
authorLars Kurth <lars.kurth@citrix.com>
Tue, 25 Sep 2018 17:59:35 +0000 (18:59 +0100)
committerLars Kurth <lars.kurth@citrix.com>
Tue, 25 Sep 2018 17:59:35 +0000 (18:59 +0100)
xen-release-logs

index 6497cac9454dfe606103be9246c58d8ac2978f92..633c5c6a345ae9a7c0a3ae931a8d4ca572855496 100755 (executable)
@@ -99,6 +99,7 @@ print "\n";
 chdir "xen" 
       or die "INTERNAL ERROR: repo xen does not exist\n";
 system("git checkout stable-$SERIES");
 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";
 
 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");
 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";
 
 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");
 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";
 
 if ( $SINCE eq "none" ) {
   $S="xen-".$SERIES_LAST.".0";