# HG changeset patch # User Matthias Förste # Date 1251985527 -7200 # Node ID 39ae7e2472b870b450dc7840d0623e15f446dc2a # Parent b25f163eaeccfd0f1190f5d2e8de9a3cb0ff7bca * .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) diff -r b25f163eaecc -r 39ae7e2472b8 .pbuilderrc --- /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}" diff -r b25f163eaecc -r 39ae7e2472b8 .rsync-excludes --- /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] diff -r b25f163eaecc -r 39ae7e2472b8 repo/conf/distributions --- 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 diff -r b25f163eaecc -r 39ae7e2472b8 repo/conf/incoming --- 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