diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-11-23 16:32:48 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-11-23 16:32:48 +0000 |
| commit | 2215586ac1e4edca08eba7423b36b68c2060aa05 (patch) | |
| tree | 49add724a3448abe5a698d6d1c9c72d7e9a5a692 /roles/developer/build/files | |
| parent | 5a247741760a6f34df73a2506d8fa7efaa74e217 (diff) | |
| download | ansible-2215586ac1e4edca08eba7423b36b68c2060aa05.tar.gz ansible-2215586ac1e4edca08eba7423b36b68c2060aa05.tar.xz ansible-2215586ac1e4edca08eba7423b36b68c2060aa05.zip | |
Adjust developer release branch. Ticket 4984
Diffstat (limited to 'roles/developer/build/files')
| -rw-r--r-- | roles/developer/build/files/syncDeveloper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/developer/build/files/syncDeveloper.sh b/roles/developer/build/files/syncDeveloper.sh index 91adb8039..c49b49e11 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 |
