This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  547a4a04fc64ab7df68e4fc6168d90b5b01b8424 (commit)
      from  7e8189ee4935d660b974c7fdb0341f52cfe139e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 547a4a04fc64ab7df68e4fc6168d90b5b01b8424
Author: Roland Mas <[email protected]>
Date:   Fri Jun 5 14:26:35 2015 +0200

    Try pushing the backported *.rpm files to what will become a yum repository 
later

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index 68d13b7..8d2710a 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -93,6 +93,8 @@ function rebuild_one_rpm {
        done
     fi
 
+    mkdir -p /usr/src/fusionforge/build/RPMS/
+
     if [ $rebuild_needed = yes ] ; then
        yumdownloader $enablefedsrc --source $src
 
@@ -115,6 +117,7 @@ function rebuild_one_rpm {
        done
        for i in $target $others ; do
            yum install -y ~/rpmbuild/RPMS/*/$i-[0-9]*.*.rpm || rpm -i 
~/rpmbuild/RPMS/*/$i-[0-9]*.*.rpm
+           cp $i-[0-9]*.*.rpm /usr/src/fusionforge/build/RPMS/
        done
     else
        yum install -y $target $others

-----------------------------------------------------------------------

Summary of changes:
 autoinstall/common-backports | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/autoinstall/common-backports b/autoinstall/common-backports
index 68d13b7..8d2710a 100644
--- a/autoinstall/common-backports
+++ b/autoinstall/common-backports
@@ -93,6 +93,8 @@ function rebuild_one_rpm {
        done
     fi
 
+    mkdir -p /usr/src/fusionforge/build/RPMS/
+
     if [ $rebuild_needed = yes ] ; then
        yumdownloader $enablefedsrc --source $src
 
@@ -115,6 +117,7 @@ function rebuild_one_rpm {
        done
        for i in $target $others ; do
            yum install -y ~/rpmbuild/RPMS/*/$i-[0-9]*.*.rpm || rpm -i 
~/rpmbuild/RPMS/*/$i-[0-9]*.*.rpm
+           cp $i-[0-9]*.*.rpm /usr/src/fusionforge/build/RPMS/
        done
     else
        yum install -y $target $others


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to