From b65e910e5b2b6f18a114518395f396ba698f89a5 Mon Sep 17 00:00:00 2001 From: Lars Kurth Date: Tue, 25 Sep 2018 18:59:35 +0100 Subject: [PATCH] Checkout stable, not staging --- xen-release-logs | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.39.5