From 2215586ac1e4edca08eba7423b36b68c2060aa05 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Nov 2015 16:32:48 +0000 Subject: [PATCH] Adjust developer release branch. Ticket 4984 --- roles/developer/build/files/syncDeveloper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/developer/build/files/syncDeveloper.sh b/roles/developer/build/files/syncDeveloper.sh index 91adb80394..c49b49e111 100644 --- a/roles/developer/build/files/syncDeveloper.sh +++ b/roles/developer/build/files/syncDeveloper.sh @@ -9,7 +9,7 @@ cd /srv/web/developer.fedoraproject.org /usr/bin/git clean -q -fdx || exit 1 /usr/bin/git reset -q --hard || exit 1 -/usr/bin/git checkout -q master || exit 1 +/usr/bin/git checkout -q release || exit 1 /usr/bin/git pull -q --ff-only || exit 1 # Now we update the blog content