From 84392fea406127650b17089e6a008795eb620022 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Feb 25 2016 12:51:40 +0000 Subject: Fix script for creating patches. We have new F24 branch in distgit --- diff --git a/make-rhat-patches.sh b/make-rhat-patches.sh index ce8365f..486d040 100755 --- a/make-rhat-patches.sh +++ b/make-rhat-patches.sh @@ -4,7 +4,7 @@ DISTGIT_PATH=$(pwd) FEDORA_VERSION=rawhide DOCKER_FEDORA_VERSION=fedora-1.9 -DISTGIT_BRANCH=master +DISTGIT_BRANCH=f24 git checkout $DISTGIT_BRANCH -q