- also run createrepo on plc rpms
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 10 Apr 2006 14:57:32 +0000 (14:57 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 10 Apr 2006 14:57:32 +0000 (14:57 +0000)
plc.mk

diff --git a/plc.mk b/plc.mk
index e7b44a4..bc944db 100644 (file)
--- a/plc.mk
+++ b/plc.mk
@@ -4,7 +4,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2003-2005 The Trustees of Princeton University
 #
-# $Id: plc.mk,v 1.9 2006/03/08 21:45:27 mlhuang Exp $
+# $Id: plc.mk,v 1.10 2006/03/10 21:44:07 mlhuang Exp $
 #
 
 #
@@ -136,6 +136,7 @@ endif
        rsync --delete --links --perms --times --group \
            $(sort $(subst -debuginfo,,$(wildcard RPMS/yumgroups.xml RPMS/*/*))) $(ARCHIVE)/$(BASE)/
        yum-arch $(ARCHIVE)/$(BASE) >/dev/null
+       createrepo $(ARCHIVE)/$(BASE) >/dev/null
 ifeq ($(TAG),HEAD)
        ln -nsf $(ARCHIVE)/$(BASE) $(REPOS)
 endif