mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
Strip / off from @OS_SUBDIR@.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## rtems-@RTEMS_API@ sources.list entries for apt-rpm with repomd support,
|
||||
## http://apt-rpm.laiskiainen.org/
|
||||
|
||||
repomd ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@@APT_VERDIR@/$(ARCH)
|
||||
repomd ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@/@APT_VERDIR@/$(ARCH)
|
||||
|
||||
## uncomment the line below if you want to access the *.src.rpms
|
||||
# repomd-src ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@@APT_VERDIR@/SRPMS
|
||||
# repomd-src ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@/@APT_VERDIR@/SRPMS
|
||||
|
||||
## uncomment the line below if you want to access the *-debuginfo*.rpms
|
||||
# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@@APT_VERDIR@/$(ARCH)/debug
|
||||
# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ @OS_SUBDIR@/@APT_VERDIR@/$(ARCH)/debug
|
||||
|
||||
@@ -19,25 +19,25 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
|
||||
case $osname in
|
||||
fedora-9* | fedora-10* | fedora-11* )
|
||||
os_name="Fedora"
|
||||
os_subdir="fedora/"
|
||||
os_subdir="fedora"
|
||||
yum_verdir="\$\$releasever"
|
||||
apt_verdir="\$\$(VERSION)"
|
||||
;;
|
||||
centos-5* | redhat-el5* | fedora-7* | fedora-8* )
|
||||
os_name="CentOS"
|
||||
os_subdir="centos/"
|
||||
os_subdir="centos"
|
||||
yum_verdir="5"
|
||||
apt_verdir="5"
|
||||
;;
|
||||
centos-4* | redhat-el4* | fedora-5* | fedora-6* )
|
||||
os_name="CentOS"
|
||||
os_subdir="centos/"
|
||||
os_subdir="centos"
|
||||
yum_verdir="4"
|
||||
apt_verdir="4"
|
||||
;;
|
||||
suse-*)
|
||||
os_name="openSUSE"
|
||||
os_subdir="suse/"
|
||||
os_subdir="suse"
|
||||
yum_verdir="\$\$releasever"
|
||||
apt_verdir="\$\$(VERSION)"
|
||||
;;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[rtems-@RTEMS_API@]
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/$basearch
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/mirrorlist
|
||||
# metadata_expire=0
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
@@ -10,8 +10,8 @@ gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
|
||||
|
||||
[rtems-@RTEMS_API@-source]
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - source
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist-source
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/SRPMS
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/mirrorlist-source
|
||||
# metadata_expire=0
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
@@ -20,8 +20,8 @@ gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
|
||||
|
||||
[rtems-@RTEMS_API@-debuginfo]
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - debuginfo
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist-debuginfo
|
||||
# baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/$basearch/debug
|
||||
mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@/@YUM_VERDIR@/mirrorlist-debuginfo
|
||||
# metadata_expire=0
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
|
||||
Reference in New Issue
Block a user