[releng] move where we make the bleed repo so it is shared

Dennis Gilmore ausil at fedoraproject.org
Tue Nov 4 03:00:59 UTC 2014


commit 2b2a3310a798a0fadcaca43d3ce71f54e11a5d9f
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Nov 4 03:00:11 2014 +0000

    move where we make the bleed repo so it is shared

 scripts/makebleed |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/scripts/makebleed b/scripts/makebleed
index 91bd7e6..1271526 100755
--- a/scripts/makebleed
+++ b/scripts/makebleed
@@ -4,8 +4,8 @@
 # SPDX-License-Identifier:      GPL-2.0+
 
 PKGS="$@"
-
-pushd ~/bleed/
+BLEEDDIR=/mnt/fedora_koji/compose/bleed/
+pushd $BLEEDDIR
 
 for pkg in $PKGS
 do
@@ -21,6 +21,6 @@ do
  sg releng "createrepo --update -d $dir"
 done
 
-sg releng "rsync -avhH --delete ~/bleed/ /mnt/fedora_koji/koji/mash/bleed/"
+sg releng "rsync -avhH --delete $BLEEDDIR /mnt/fedora_koji/koji/mash/bleed/"
 
 popd


More information about the rel-eng mailing list