[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 31/32] Branches: Rename "incoming" branch to "production"
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- README.dev | 2 +- ap-fetch-version-old | 2 +- ap-push | 2 +- cr-for-branches | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.dev b/README.dev index aae4f17..1987b73 100644 --- a/README.dev +++ b/README.dev @@ -113,7 +113,7 @@ Creating a new branch to production pretest branch), rewind so that osstest can fast forward it to the actual production version. Ie in bisects and branches for-$branch.git, - git fetch origin incoming + git fetch origin production git reset --hard FETCH_HEAD $ Add to BRANCHES setting in cr-for-branches diff --git a/ap-fetch-version-old b/ap-fetch-version-old index 7b7f50e..0b4739b 100755 --- a/ap-fetch-version-old +++ b/ap-fetch-version-old @@ -99,7 +99,7 @@ ovmf) ;; osstest) if [ "x$OSSTEST_USE_HEAD" != "xy" ] ; then - git fetch -f $HOME/testing.git incoming:ap-fetch + git fetch -f $HOME/testing.git production:ap-fetch git rev-parse ap-fetch^0 else git rev-parse HEAD^0 diff --git a/ap-push b/ap-push index 01089f3..c141464 100755 --- a/ap-push +++ b/ap-push @@ -98,7 +98,7 @@ ovmf) git push $TREE_OVMF $revision:refs/heads/xen-tested-master ;; osstest) - git push $HOME/testing.git $revision:incoming + git push $HOME/testing.git $revision:production git push $XENBITS:/home/xen/git/osstest.git $revision:master ;; *) diff --git a/cr-for-branches b/cr-for-branches index cbd1c74..7a93a62 100755 --- a/cr-for-branches +++ b/cr-for-branches @@ -43,7 +43,7 @@ with-lock-ex $fetchwlem data-tree-lock bash -ec ' exec >>$LOGFILE date printf "%s\n" "$FOR_LOGFILE" - git pull . incoming:master 2>&1 ||: + git pull . production:master 2>&1 ||: git checkout HEAD ' @@ -94,7 +94,7 @@ for branch in $BRANCHES; do find tmp -type f -mtime +60 -print0 | xargs -0r rm -f -- git fetch $OSSTEST_TEST_PULLFROM master:incoming 2>&1 ||: - git fetch $OSSTEST_TEST_PULLFROM incoming:incoming 2>&1 ||: + git fetch $OSSTEST_TEST_PULLFROM production:incoming 2>&1 ||: git pull --no-commit . incoming:master 2>&1 ||: git checkout HEAD -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |