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";
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";
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";