* .pbuilderrc rsync
authorMatthias Förste <foerste@schlittermann.de>
Thu, 03 Sep 2009 15:45:27 +0200
branchrsync
changeset 7 39ae7e2472b8
parent 6 b25f163eaecc
child 8 0eae9fbb7c95
* .pbuilderrc added pbuilder configuration * .rsync-excludes added list of file to exclude from rsyncs * repo/conf/distributions added separate distribution just for lenny backports; added separate distribution ius-lenny/ius-stable; made unstable & testing 'NotAutomatic' * repo/conf/incoming allow all distributions; include packages in all listed distributions (not just the first)
.pbuilderrc
.rsync-excludes
repo/conf/distributions
repo/conf/incoming
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.pbuilderrc	Thu Sep 03 15:45:27 2009 +0200
@@ -0,0 +1,13 @@
+DEBBUILDOPTS='-i'
+DEBOOTSTRAP='cdebootstrap'
+DEBOOTSTRAPOPTS='--variant=buildd'
+DISTRIBUTION='lenny'
+MIRRORSITE='http://ftp.de.debian.org/debian'
+export http_proxy='http://tigger:9999'
+USE_PDEBUILD_INTERNAL='yes'
+
+# ccache in chroot
+export CCACHE_DIR='/home/apt/.ccache'
+export PATH="/usr/lib/ccache:${PATH}"
+EXTRAPACKAGES="ccache ${EXTRAPACKAGES}"
+BINDMOUNTS="${CCACHE_DIR} ${BINDMOUNTS}"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.rsync-excludes	Thu Sep 03 15:45:27 2009 +0200
@@ -0,0 +1,32 @@
+/.Xauthority
+/.aptitude
+/.debtags
+/.logrotate/state
+/.bash*
+/.ccache
+/.foerste.env
+/.gnupg
+/.lesshst
+/.muttrc
+/.profile
+/.screenrc
+/.rsync-excludes
+/.ssh
+/.subversion
+/.vimrc
+/.viminfo
+/Mail
+/allpackages
+/bin/doit
+/build
+/diff
+dists/*
+/incoming
+/old
+/packages-old
+/pbuilder
+pool/*
+/repo/db
+/tmp
+/var/log/reprepro/*
+*.sw[op]
--- a/repo/conf/distributions	Thu Jul 16 14:19:15 2009 +0200
+++ b/repo/conf/distributions	Thu Sep 03 15:45:27 2009 +0200
@@ -13,6 +13,26 @@
 Codename: lenny
 Architectures: amd64 i386 source
 Components: main non-free contrib
+Description: ius specific packages
+SignWith: yes
+Uploaders: uploaders
+Log: /home/apt/var/log/reprepro/lenny
+
+Origin: ius
+Codename: lenny-backports
+Architectures: amd64 i386 source
+Components: main non-free contrib
+Description: ius backported packages
+SignWith: yes
+Uploaders: uploaders
+NotAutomatic: yes
+Log: /home/apt/var/log/reprepro/lenny
+
+Origin: ius
+Suite: ius-stable
+Codename: ius-lenny
+Architectures: amd64 i386 source
+Components: main non-free contrib
 Description: ius specific (or backported) packages
 SignWith: yes
 Uploaders: uploaders
@@ -26,6 +46,7 @@
 Description: ius specific (or backported) packages
 SignWith: yes
 Uploaders: uploaders
+NotAutomatic: yes
 Log: /home/apt/var/log/reprepro/squeeze
 
 Origin: ius
@@ -36,4 +57,5 @@
 Description: ius specific (or backported) packages
 SignWith: yes
 Uploaders: uploaders
+NotAutomatic: yes
 Log: /home/apt/var/log/reprepro/sid
--- a/repo/conf/incoming	Thu Jul 16 14:19:15 2009 +0200
+++ b/repo/conf/incoming	Thu Sep 03 15:45:27 2009 +0200
@@ -2,7 +2,8 @@
 # processincoming is nonrecursive
 IncomingDir: /home/apt/incoming
 TempDir: /home/apt/repo/tmp
-Allow: stable>lenny testing>squeeze unstable>sid
+Allow: etch ius-lenny ius-stable>ius-lenny lenny lenny-backports oldstable>etch sid squeeze stable>lenny testing>squeeze unstable>sid
 Default: lenny
+Multiple: yes
 Permit: older_version
 Cleanup: on_error on_deny