summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-02-19 04:58:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-02-19 04:58:25 +0000
commit187683fe470798be46cb61bf7f56f5d7be00ce23 (patch)
tree68a33115a3ee7072f8b977f3aebb5f5c4fe6dc63
parentSync. with rtems-4.8. (diff)
downloadrtems-187683fe470798be46cb61bf7f56f5d7be00ce23.tar.bz2
2007-02-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Bump version to 0.5. * apt/sources.list.d/rtems.list.in, yum.repos.d/rtems.repo.in: Add rtems/testing repos.
-rw-r--r--contrib/repo-conf/ChangeLog6
-rw-r--r--contrib/repo-conf/apt/sources.list.d/rtems.list.in11
-rw-r--r--contrib/repo-conf/configure.ac2
-rw-r--r--contrib/repo-conf/yum.repos.d/rtems.repo.in28
4 files changed, 46 insertions, 1 deletions
diff --git a/contrib/repo-conf/ChangeLog b/contrib/repo-conf/ChangeLog
index 0bf36f26db..4a5b6bdcc0 100644
--- a/contrib/repo-conf/ChangeLog
+++ b/contrib/repo-conf/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Bump version to 0.5.
+ * apt/sources.list.d/rtems.list.in,
+ yum.repos.d/rtems.repo.in: Add rtems/testing repos.
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
diff --git a/contrib/repo-conf/apt/sources.list.d/rtems.list.in b/contrib/repo-conf/apt/sources.list.d/rtems.list.in
index a75a56f2ae..ca2b01c498 100644
--- a/contrib/repo-conf/apt/sources.list.d/rtems.list.in
+++ b/contrib/repo-conf/apt/sources.list.d/rtems.list.in
@@ -8,3 +8,14 @@ repomd ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ fedora/$(VERSION)/$(ARCH)
## uncomment the line below if you want to access the *-debuginfo*.rpms
# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/@RTEMS_API@ fedora/$(VERSION)/$(ARCH)/debug
+
+
+## rtems/testing repos
+
+# repomd ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ fedora/$(VERSION)/$(ARCH)
+
+## uncomment the line below if you want to access the *.src.rpms
+# repomd-src ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ fedora/$(VERSION)/SRPMS
+
+## uncomment the line below if you want to access the *-debuginfo*.rpms
+# repomd-debug ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@ fedora/$(VERSION)/$(ARCH)/debug
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index 44986996c3..0d1889003c 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.4],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.5],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
AC_CONFIG_SRCDIR([gpg])
diff --git a/contrib/repo-conf/yum.repos.d/rtems.repo.in b/contrib/repo-conf/yum.repos.d/rtems.repo.in
index 627e043ed3..33cb13ed94 100644
--- a/contrib/repo-conf/yum.repos.d/rtems.repo.in
+++ b/contrib/repo-conf/yum.repos.d/rtems.repo.in
@@ -24,3 +24,31 @@ enabled=0
gpgcheck=1
gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458
+
+# rtems-testing add-on repository
+[rtems-@RTEMS_API@-testing]
+name=RTEMS $releasever - $basearch - RTEMS
+baseurl=ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@/fedora/$releasever/$basearch
+# metadata_expire=0
+enabled=0
+gpgcheck=1
+gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
+ file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458
+
+[rtems-@RTEMS_API@-testing-source]
+name=Fedora $releasever - $basearch - RTEMS sources
+baseurl=ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@/fedora/$releasever/SRPMS
+# metadata_expire=0
+enabled=0
+gpgcheck=1
+gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
+ file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458
+
+[rtems-@RTEMS_API@-testing-debug]
+name=Fedora $releasever - $basearch - RTEMS sources
+baseurl=ftp://ftp.rtems.org/pub/rtems/linux/testing/@RTEMS_API@/fedora/$releasever/$basearch/debug
+# metadata_expire=0
+enabled=0
+gpgcheck=1
+gpgkey=file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-69ce4a83-44cc2b30
+ file://@sysconfdir@/pki/rpm-gpg/gpg-pubkey-eac29b6f-3fe1f458