Changeset b88d4243 in rtems
- Timestamp:
- Apr 7, 2009, 9:25:21 AM (12 years ago)
- Branches:
- 4.9
- Children:
- 2696175
- Parents:
- a81f210
- Location:
- contrib/repo-conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/configure.ac
ra81f210 rb88d4243 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.1 4],[http://www.rtems.org/bugzilla],5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.16],[http://www.rtems.org/bugzilla], 6 6 [rtems-]_RTEMS_API[-repo-conf]) 7 7 RTEMS_VERSIONING … … 18 18 19 19 case $osname in 20 fedora- 8* | fedora-9* | fedora-10* )20 fedora-9* | fedora-10* | fedora-11* ) 21 21 os_name="Fedora" 22 22 os_subdir="fedora/" … … 24 24 apt_verdir="\$\$(VERSION)" 25 25 ;; 26 centos-5* | redhat-el5* | fedora-7* )26 centos-5* | redhat-el5* | fedora-7* | fedora-8* ) 27 27 os_name="CentOS" 28 28 os_subdir="centos/" -
contrib/repo-conf/yum.repos.d/rtems.repo.in
ra81f210 rb88d4243 2 2 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch 3 3 baseurl= 4 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 4 5 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 5 6 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch … … 13 14 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - source 14 15 baseurl= 16 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 15 17 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 16 18 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS … … 24 26 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - debuginfo 25 27 baseurl= 28 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 26 29 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 27 30 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug
Note: See TracChangeset
for help on using the changeset viewer.