[Fusionforge-commits] r7913 - trunk

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Jun 30 22:44:20 CEST 2009


Author: aljeux
Date: 2009-06-30 22:44:20 +0200 (Tue, 30 Jun 2009)
New Revision: 7913

Modified:
   trunk/Makefile.rh
Log:
Experimental generation of yum repo by the CI server for htmlpurifier

Modified: trunk/Makefile.rh
===================================================================
--- trunk/Makefile.rh	2009-06-30 12:35:36 UTC (rev 7912)
+++ trunk/Makefile.rh	2009-06-30 20:44:20 UTC (rev 7913)
@@ -71,6 +71,8 @@
 dist:
 	-mkdir -p $(BUILDRESULT)
 	cp $(RPM_TMP)/SRPMS/*.rpm $(BUILDRESULT)
+	cp $(RPM_TMP)/RPMS/noarch/*.rpm  $(BUILDRESULT)
+	createrepo $(BUILDRESULT)
 
 #
 # FUSIONFORGE




More information about the Fusionforge-commits mailing list