summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf/apt
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-21 05:09:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-21 05:09:16 +0000
commit6f23e9e40cccabdbb3787d2d6176a04c8a524bbb (patch)
tree45e10e66036263d3e82459bd6253c2a0056f03d3 /contrib/repo-conf/apt
parentNew. (diff)
downloadrtems-6f23e9e40cccabdbb3787d2d6176a04c8a524bbb.tar.bz2
New.
Diffstat (limited to 'contrib/repo-conf/apt')
-rw-r--r--contrib/repo-conf/apt/sources.list.d/.cvsignore1
-rw-r--r--contrib/repo-conf/apt/sources.list.d/rtems.list.in10
-rw-r--r--contrib/repo-conf/apt/vendors.list.d/rtems.list4
3 files changed, 15 insertions, 0 deletions
diff --git a/contrib/repo-conf/apt/sources.list.d/.cvsignore b/contrib/repo-conf/apt/sources.list.d/.cvsignore
new file mode 100644
index 0000000000..2cbe8e11ef
--- /dev/null
+++ b/contrib/repo-conf/apt/sources.list.d/.cvsignore
@@ -0,0 +1 @@
+*.list \ No newline at end of file
diff --git a/contrib/repo-conf/apt/sources.list.d/rtems.list.in b/contrib/repo-conf/apt/sources.list.d/rtems.list.in
new file mode 100644
index 0000000000..4f5d250f93
--- /dev/null
+++ b/contrib/repo-conf/apt/sources.list.d/rtems.list.in
@@ -0,0 +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/testing2/@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/testing2/@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/testing2/@RTEMS_API@ fedora/$(VERSION)/$(ARCH)/debug
diff --git a/contrib/repo-conf/apt/vendors.list.d/rtems.list b/contrib/repo-conf/apt/vendors.list.d/rtems.list
new file mode 100644
index 0000000000..4b529ddbc7
--- /dev/null
+++ b/contrib/repo-conf/apt/vendors.list.d/rtems.list
@@ -0,0 +1,4 @@
+simple-key "rtems" {
+ Fingerprint "CD738F4967B9B2F95EEA2FE846A926C2EAC29B6F";
+ Name "RTEMS Packager (RTEMS Packager) <rtems.packager@rtems.com>";
+}