[Lsb-messages] /var/www/bzr/lsb/devel/repogen r186: Change the path component for RPM repos from "yum" to "rpm".

Jeff Licquia licquia at linuxfoundation.org
Mon Sep 10 19:05:28 UTC 2012


------------------------------------------------------------
revno: 186
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: repogen
timestamp: Mon 2012-09-10 12:05:28 -0700
message:
  Change the path component for RPM repos from "yum" to "rpm".
modified:
  rpm/Makefile
-------------- next part --------------
=== modified file 'rpm/Makefile'
--- a/rpm/Makefile	2012-08-20 13:55:16 +0000
+++ b/rpm/Makefile	2012-09-10 19:05:28 +0000
@@ -6,14 +6,15 @@
 ARCH_DIRS = $(shell for arch in $(ARCHS); do echo $(REPO_NAME)/repo-$$arch; done)
 ARCH_CONF = $(shell for arch in $(ARCHS); do echo $(REPO_NAME)/$(REPO_NAME)-$$arch.repo; done)
 
-REPO_TOP_FULL = $(FTP_ROOT)/$(FTP_LSB_PATH)/repositories/yum
+REPO_TOP_FULL = $(FTP_ROOT)/$(FTP_LSB_PATH)/repositories/rpm
+REPO_TOP_FULL_COMPAT = $(FTP_ROOT)/$(FTP_LSB_PATH)/repositories/yum
 
 RPMARCH = $(shell echo $* | sed s/ia32/i486/ | sed s/ppc32/ppc/)
 
 PKGLIST_COMMON = $(shell grep 'independent$$' ../pkglists | cut -d' ' -f1)
 PKGLIST_VERSION = $(shell grep '$(LSB_VERSION)[^[:space:]]*$$' ../pkglists | cut -d' ' -f1)
 
-YUM_REPO_URL = $(REPO_TOP_URL)/$(FTP_LSB_PATH)/repositories/yum/$(YUM_REPO_DIR)
+YUM_REPO_URL = $(REPO_TOP_URL)/$(FTP_LSB_PATH)/repositories/rpm/$(YUM_REPO_DIR)
 
 default: yum
 



More information about the lsb-messages mailing list