Changeset 305b9e7 in rtems
- Timestamp:
- Apr 7, 2009, 5:03:57 PM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 7dff884
- Parents:
- 46d35409
- Location:
- contrib/repo-conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/configure.ac
r46d35409 r305b9e7 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.1 6],[http://www.rtems.org/bugzilla],5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.17],[http://www.rtems.org/bugzilla], 6 6 [rtems-]_RTEMS_API[-repo-conf]) 7 7 RTEMS_VERSIONING -
contrib/repo-conf/yum.repos.d/rtems.repo.in
r46d35409 r305b9e7 1 1 [rtems-@RTEMS_API@] 2 2 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch 3 baseurl= 4 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 5 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 6 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 3 # baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch 4 mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist 7 5 # metadata_expire=0 8 6 enabled=1 … … 13 11 [rtems-@RTEMS_API@-source] 14 12 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - source 15 baseurl= 16 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 17 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 18 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 13 # baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/SRPMS 14 mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist-sources 19 15 # metadata_expire=0 20 16 enabled=0 … … 25 21 [rtems-@RTEMS_API@-debuginfo] 26 22 name=RTEMS-@RTEMS_API@ for @OS_NAME@ @YUM_VERDIR@ - $basearch - debuginfo 27 baseurl= 28 ftp://ftp.rtems.eu/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 29 http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 30 http://www.rtems.info/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 23 # baseurl=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/$basearch/debug 24 mirrorlist=http://www.rtems.org/ftp/pub/rtems/linux/@RTEMS_API@/@OS_SUBDIR@@YUM_VERDIR@/mirrorlist-debuginfo 31 25 # metadata_expire=0 32 26 enabled=0
Note: See TracChangeset
for help on using the changeset viewer.