mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Add rtems.eu
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.14],[http://www.rtems.org/bugzilla],
|
||||
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.16],[http://www.rtems.org/bugzilla],
|
||||
[rtems-]_RTEMS_API[-repo-conf])
|
||||
RTEMS_VERSIONING
|
||||
|
||||
@@ -17,13 +17,13 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
|
||||
[osname="fedora-10"])
|
||||
|
||||
case $osname in
|
||||
fedora-8* | fedora-9* | fedora-10* )
|
||||
fedora-9* | fedora-10* | fedora-11* )
|
||||
os_name="Fedora"
|
||||
os_subdir="fedora/"
|
||||
yum_verdir="\$\$releasever"
|
||||
apt_verdir="\$\$(VERSION)"
|
||||
;;
|
||||
centos-5* | redhat-el5* | fedora-7* )
|
||||
centos-5* | redhat-el5* | fedora-7* | fedora-8* )
|
||||
os_name="CentOS"
|
||||
os_subdir="centos/"
|
||||
yum_verdir="5"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[rtems-@RTEMS_API@]
|
||||
name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch
|
||||
baseurl=
|
||||
ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch
|
||||
# metadata_expire=0
|
||||
@@ -12,6 +13,7 @@ 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=
|
||||
ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS
|
||||
# metadata_expire=0
|
||||
@@ -23,6 +25,7 @@ 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=
|
||||
ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug
|
||||
http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug
|
||||
http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug
|
||||
# metadata_expire=0
|
||||
|
||||
Reference in New Issue
Block a user