# Prepare and maintain partial trees by architecture
# Copyright (C) 2004 Daniel Silverstone <dsilvers@digital-scurf.org>
-# $Id: billie,v 1.3 2004-07-12 15:44:09 dsilvers Exp $
+# $Id: billie,v 1.4 2004-11-27 16:06:42 troup Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
for a in self.archs:
if path.endswith( "_%s.deb" % (a) ):
return 1;
+ if path.endswith( "_%s.udeb" % (a) ):
+ return 1;
if self.source:
if (path.endswith( ".tar.gz" ) or
path.endswith( ".diff.gz" ) or
denise
# Update task overrides for testing and unstable
-cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sarge.extra.main
-cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sid.extra.main
+# [JT 2004-02-04 disabled; copying in by hand for now]
+#cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sarge.extra.main
+#cat $extoverridedir/task | perl -ne 'print if /^\S+\sTask\s\S+(,\s*\S+)*$/;' > override.sid.extra.main
# FIXME
rm -f override.potato.all3 override.sid.all3
################################################################################
echo "Creating post-daily-cron-job backup of projectb database..."
-pg_dump projectb > /org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
+POSTDUMP=/org/ftp.debian.org/backup/dump_$(date +%Y.%m.%d-%H:%M:%S)
+pg_dump projectb > $POSTDUMP
+(cd /org/ftp.debian.org/backup; ln -sf $POSTDUMP current)
################################################################################
################################################################################
+# Run billie
+
+time billie
+
+################################################################################
+
ulimit -m 90000 -d 90000 -s 10000 -v 90000
run-parts --report /org/ftp.debian.org/scripts/distmnt
CloseBugs "true";
OverrideDisparityCheck "true";
StableDislocationSupport "false";
+ DefaultSuite "unstable";
AcceptedAutoBuildSuites
{
unstable;
FTPPath "/org/ftp.debian.org/ftp";
TreeRootPath "/org/ftp.debian.org/scratch/dsilvers/treeroots";
TreeDatabasePath "/org/ftp.debian.org/scratch/dsilvers/treedbs";
- BasicTrees { i386; powerpc; };
+ BasicTrees { alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k };
CombinationTrees
{
popular { i386; powerpc; all; source; };
- welovehp { hppa; ia64; all; source; };
- embedded { arm; mips; mipsel; source; };
source { source; };
+ everything { source; all; alpha; arm; hppa; hurd-i386; i386; ia64; mips; mipsel; powerpc; s390; sparc; m68k; };
};
};
Lauren
{
StableRejector "Martin (Joey) Schulze <joey@debian.org>";
- MoreInfoURL "http://people.debian.org/~joey/3.0r2/";
+ MoreInfoURL "http://people.debian.org/~joey/3.0r3/";
};
Emilie
sparc;
};
Announce "debian-changes@lists.debian.org";
- Version "3.0r2";
+ Version "3.0r3";
Origin "Debian";
- Description "Debian 3.0r2 Released 20th November 2003";
+ Description "Debian 3.0r3 Released 25th October 2004";
CodeName "woody";
OverrideCodeName "woody";
Priority "3";