]> git.decadent.org.uk Git - dak.git/log
dak.git
15 years agoMerge branch 'master' into content_generation, make changes based on Joerg's review
Mike O'Connor [Sat, 21 Feb 2009 14:29:47 +0000 (09:29 -0500)]
Merge branch 'master' into content_generation, make changes based on Joerg's review

Conflicts:

dak/dakdb/update4.py
dak/init_db.py
dak/process_accepted.py
dak/update_db.py
daklib/database.py

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agokey expire
Joerg Jaspert [Sat, 21 Feb 2009 11:13:02 +0000 (12:13 +0100)]
key expire

catch a case where the key is expired and no not-expired-subkey is
used to sign the .changes, ie. no GOODSIG token available. The
timestamp we get back from the command is unixtime, but type string,
so we should cast it to float or time.gmtime will complain.

And if that doesnt work, for whatever reason, issue a more generic
reject message.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agolegacy
Joerg Jaspert [Sat, 21 Feb 2009 10:16:38 +0000 (11:16 +0100)]
legacy

remove the legacy support

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomixed component
Joerg Jaspert [Sat, 21 Feb 2009 10:02:49 +0000 (11:02 +0100)]
mixed component

remove the mixed component part, its LONG gone.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodinstall
Joerg Jaspert [Sat, 21 Feb 2009 09:42:48 +0000 (10:42 +0100)]
dinstall

make sure all functions start in a defined dir, currently $configdir.
they have to cd to wherever they want to be if thats not good enough
for them.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoadd_user
Joerg Jaspert [Sat, 21 Feb 2009 08:45:28 +0000 (09:45 +0100)]
add_user
its no longer daklib.foo but just foo

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodinstall
Joerg Jaspert [Fri, 20 Feb 2009 23:36:33 +0000 (00:36 +0100)]
dinstall

commit an initial version of the new dinstall script. People: Please
comment.

The idea being that we end up with a dinstall that we can interrupt
and restart without (too much) trouble.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoIts base, not basedir
Joerg Jaspert [Fri, 20 Feb 2009 22:23:31 +0000 (23:23 +0100)]
Its base, not basedir

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomail-whitelist
Joerg Jaspert [Thu, 19 Feb 2009 22:37:22 +0000 (23:37 +0100)]
mail-whitelist

keep mail-whitelist as local file

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobpo/security
Joerg Jaspert [Thu, 19 Feb 2009 22:37:02 +0000 (23:37 +0100)]
bpo/security

remove architectures from config

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoDamn python and its complains on missing )
Joerg Jaspert [Thu, 19 Feb 2009 22:30:38 +0000 (23:30 +0100)]
Damn python and its complains on missing )

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobin_assoc
Joerg Jaspert [Thu, 19 Feb 2009 22:29:22 +0000 (23:29 +0100)]
bin_assoc

fix bin_assoc_by_arch view

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoarchitectures
Joerg Jaspert [Thu, 19 Feb 2009 22:24:59 +0000 (23:24 +0100)]
architectures

remove the architecture mappings from the config file.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoUse the database.init
Joerg Jaspert [Thu, 19 Feb 2009 22:22:39 +0000 (23:22 +0100)]
Use the database.init

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoImport database
Joerg Jaspert [Thu, 19 Feb 2009 22:16:28 +0000 (23:16 +0100)]
Import database

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixes
Joerg Jaspert [Thu, 19 Feb 2009 22:15:02 +0000 (23:15 +0100)]
Fixes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoFixes
Joerg Jaspert [Thu, 19 Feb 2009 22:10:56 +0000 (23:10 +0100)]
Fixes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoget_suite_architectures
Joerg Jaspert [Thu, 19 Feb 2009 21:51:05 +0000 (22:51 +0100)]
get_suite_architectures

its database.get_suite_architectures everywhere

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdatedb
Joerg Jaspert [Thu, 19 Feb 2009 21:47:33 +0000 (22:47 +0100)]
updatedb

helps to import an exception if you want to catch it

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosuite_architectures
Joerg Jaspert [Thu, 19 Feb 2009 21:36:34 +0000 (22:36 +0100)]
suite_architectures

new function, daklib.database.get_suite_architectures.
Use that instead of Cnf.ValueList("Suites::%s::Architectures") everywhere
to find out which suite supports which architectures

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosuite_architectures
Joerg Jaspert [Thu, 19 Feb 2009 20:53:26 +0000 (21:53 +0100)]
suite_architectures

lets put the architectures into the database.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agooops, forgot some changes to contents.py
Mike O'Connor [Wed, 18 Feb 2009 14:19:47 +0000 (09:19 -0500)]
oops, forgot some changes to contents.py

* fix to find the header from dak.conf
* had forgotten the change for lowercase packagesnames in daklib/

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agomissing ; in dak.conf
Mike O'Connor [Wed, 18 Feb 2009 14:03:31 +0000 (09:03 -0500)]
missing ; in dak.conf

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoundoing incorrect changes in dak.conf
Mike O'Connor [Wed, 18 Feb 2009 14:00:40 +0000 (09:00 -0500)]
undoing incorrect changes in dak.conf

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agomerge from master
Mike O'Connor [Wed, 18 Feb 2009 13:56:09 +0000 (08:56 -0500)]
merge from master

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoContents generation should be working now
Mike O'Connor [Wed, 18 Feb 2009 13:51:30 +0000 (08:51 -0500)]
Contents generation should be working now

* rename mhy's daklib/Foo.py to daklib/foo.py
* add temporary tables which are populated during p-u
* copy from the temporary tables during p-a

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoTry with utf8, thanks
Joerg Jaspert [Tue, 17 Feb 2009 23:30:04 +0000 (00:30 +0100)]
Try with utf8, thanks

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoForgot dato
Joerg Jaspert [Tue, 17 Feb 2009 23:26:27 +0000 (00:26 +0100)]
Forgot dato

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosecurity dak.conf
Joerg Jaspert [Tue, 17 Feb 2009 21:43:35 +0000 (22:43 +0100)]
security dak.conf

add silent map for oldstable-security

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoYuck, careful who you list
Joerg Jaspert [Tue, 17 Feb 2009 21:28:26 +0000 (22:28 +0100)]
Yuck, careful who you list

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoDescribe the key split thing we have now
Joerg Jaspert [Tue, 17 Feb 2009 20:54:26 +0000 (21:54 +0100)]
Describe the key split thing we have now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAnd properly close the damn ()
Joerg Jaspert [Mon, 16 Feb 2009 21:33:06 +0000 (22:33 +0100)]
And properly close the damn ()

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoupdate db
Joerg Jaspert [Mon, 16 Feb 2009 21:30:24 +0000 (22:30 +0100)]
update db

(hopefully) fix the bug that dak update-db happily ignores errors
from the update scripts, going on with all the other following updates.
Which isn't all that helpful.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoIts base, not basedir
Joerg Jaspert [Sun, 15 Feb 2009 15:38:51 +0000 (16:38 +0100)]
Its base, not basedir

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoits lenny not Lenny
Joerg Jaspert [Sun, 15 Feb 2009 15:29:58 +0000 (16:29 +0100)]
its lenny not Lenny

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into bpo
Joerg Jaspert [Sun, 15 Feb 2009 15:28:11 +0000 (16:28 +0100)]
Merge branch 'master' into bpo

* master:
  one more squeeze
  its filenames, not filename
  Squeeze is now testing
  security stuff
  Also modified ddtp-i18n-check for squeeze
  i18n for squeeze
  Remove lenny-r0 specials
  Add security support for the lenny release
  First pass at lenny release branch
  url
  remove backwards-compatiblity stuff which is no longer needed

15 years agoone more squeeze
Joerg Jaspert [Sun, 15 Feb 2009 13:56:32 +0000 (14:56 +0100)]
one more squeeze

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoits filenames, not filename
Joerg Jaspert [Sat, 14 Feb 2009 19:57:49 +0000 (20:57 +0100)]
its filenames, not filename

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'stew/master' into merge
Joerg Jaspert [Sat, 14 Feb 2009 19:56:30 +0000 (20:56 +0100)]
Merge commit 'stew/master' into merge

* commit 'stew/master':
  Squeeze is now testing

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoSqueeze is now testing
Mike O'Connor [Sat, 14 Feb 2009 18:26:04 +0000 (13:26 -0500)]
Squeeze is now testing

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agosecurity stuff
Joerg Jaspert [Sat, 14 Feb 2009 16:15:36 +0000 (17:15 +0100)]
security stuff

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAlso modified ddtp-i18n-check for squeeze
Joerg Jaspert [Sat, 14 Feb 2009 14:34:13 +0000 (15:34 +0100)]
Also modified ddtp-i18n-check for squeeze

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoi18n for squeeze
Joerg Jaspert [Sat, 14 Feb 2009 14:33:23 +0000 (15:33 +0100)]
i18n for squeeze

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoRemove lenny-r0 specials
Joerg Jaspert [Sat, 14 Feb 2009 14:28:27 +0000 (15:28 +0100)]
Remove lenny-r0 specials

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'mhy/lenny-prepare' into merge
Joerg Jaspert [Sat, 14 Feb 2009 11:31:50 +0000 (12:31 +0100)]
Merge commit 'mhy/lenny-prepare' into merge

* commit 'mhy/lenny-prepare':
  Add security support for the lenny release
  First pass at lenny release branch
  remove backwards-compatiblity stuff which is no longer needed

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'master' into merge
Joerg Jaspert [Sat, 14 Feb 2009 10:54:56 +0000 (11:54 +0100)]
Merge branch 'master' into merge

* master:
  security install
  security_install

15 years agoAnd module string
Joerg Jaspert [Fri, 13 Feb 2009 22:07:38 +0000 (23:07 +0100)]
And module string

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agowhitelist patch
Joerg Jaspert [Fri, 13 Feb 2009 22:05:58 +0000 (23:05 +0100)]
whitelist patch

this needs module re for now

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobackports.org
Joerg Jaspert [Fri, 13 Feb 2009 21:22:57 +0000 (22:22 +0100)]
backports.org

also add the config and scripts from it.
Most, if not all, should possibly be made cleaner/merged into the debian part
of it, but right now i just want to merge it and get it working with latest
code...

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomail-whitelist
Joerg Jaspert [Fri, 13 Feb 2009 21:04:48 +0000 (22:04 +0100)]
mail-whitelist

finally make the mail whitelist patch a proper part of dak.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoadd-user
Joerg Jaspert [Fri, 13 Feb 2009 20:41:20 +0000 (21:41 +0100)]
add-user

add an OLD OLD script from bpo to git, used to "create" new users on that
archive.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdd security support for the lenny release
Mark Hymers [Thu, 12 Feb 2009 22:26:59 +0000 (22:26 +0000)]
Add security support for the lenny release

 * Move etch to oldstable
 * Rename lenny to stable
 * Create squeeze as testing
 * Make sure that all stable references now have arm and armel
 * Make sure that all testing/unstable/experimental references only have armel
   (i.e. drop arm)

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoFirst pass at lenny release branch
Mark Hymers [Thu, 12 Feb 2009 22:10:26 +0000 (22:10 +0000)]
First pass at lenny release branch

Things we do:
 * Move etch to oldstable
 * Rename lenny to stable
 * Create squeeze as testing
 * Make sure that all stable references now have arm and armel
 * Make sure that all testing/unstable/experimental references only have armel
   (i.e. drop arm)

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agosecurity install
Joerg Jaspert [Thu, 12 Feb 2009 22:04:36 +0000 (23:04 +0100)]
security install

oh well, use a wrapper.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agosecurity_install
Joerg Jaspert [Thu, 12 Feb 2009 21:57:54 +0000 (22:57 +0100)]
security_install

enable the package-file-map

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'ftpmaster/master'
Mark Hymers [Thu, 12 Feb 2009 21:42:04 +0000 (21:42 +0000)]
Merge commit 'ftpmaster/master'

Conflicts:

dak/check_archive.py

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoContent generation seems to be working now
Mike O'Connor [Tue, 10 Feb 2009 09:56:25 +0000 (04:56 -0500)]
Content generation seems to be working now

I did a fair amount of testing only with amd64 and unstable, but nothing else

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agourl
Joerg Jaspert [Mon, 9 Feb 2009 22:40:14 +0000 (23:40 +0100)]
url

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'psycopg2' into content_generation
Mike O'Connor [Mon, 9 Feb 2009 07:46:48 +0000 (02:46 -0500)]
Merge branch 'psycopg2' into content_generation

Conflicts:

daklib/database.py

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agomove generate_contents_information to utils.py
Mike O'Connor [Mon, 9 Feb 2009 00:58:34 +0000 (19:58 -0500)]
move generate_contents_information to utils.py

generate_contents_information will be used by p-a and by the bootstrap
so I move it to a more common location.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge branch 'master' into psycopg2
Mike O'Connor [Sun, 8 Feb 2009 19:35:20 +0000 (14:35 -0500)]
Merge branch 'master' into psycopg2

15 years agoMerge commit 'ftpmaster/master' into psycopg2
Mark Hymers [Sat, 7 Feb 2009 20:03:57 +0000 (20:03 +0000)]
Merge commit 'ftpmaster/master' into psycopg2

15 years agoadd a class providing access methods to a projectb database
Mike O'Connor [Sat, 7 Feb 2009 18:34:56 +0000 (13:34 -0500)]
add a class providing access methods to a projectb database

This class provides an alternative to daklib/database.py for accessing a
projectb database.  This benefits to this alternative are that it uses the
psycopg2 module instead of the pg module, and I object oriented.  My
motivation for creating this class is to keep the new code for generating
Contents.gz files free from the pg module, and therefore, the only functions
I've moved into this class so far are those needed for generating the
Contents.gz files.

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agodocstrings fun
Joerg Jaspert [Thu, 5 Feb 2009 21:03:45 +0000 (22:03 +0100)]
docstrings fun

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoremove backwards-compatiblity stuff which is no longer needed
Mark Hymers [Thu, 5 Feb 2009 20:51:48 +0000 (20:51 +0000)]
remove backwards-compatiblity stuff which is no longer needed

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agodsync
Joerg Jaspert [Thu, 5 Feb 2009 16:14:56 +0000 (17:14 +0100)]
dsync

as we now built our own static version, add a bindir variable, put
the compiled one in there and use it from that place.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agogitignore
Archive Administrator [Thu, 5 Feb 2009 16:08:20 +0000 (16:08 +0000)]
gitignore

add a few files/directories to .gitignore

15 years agoMerge commit 'mhy/master' into merge
Joerg Jaspert [Thu, 5 Feb 2009 16:03:54 +0000 (17:03 +0100)]
Merge commit 'mhy/master' into merge

* commit 'mhy/master':
  add static target

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoadd static target
Mark Hymers [Thu, 5 Feb 2009 16:02:36 +0000 (16:02 +0000)]
add static target

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoMerge commit 'mhy/master' into merge
Joerg Jaspert [Wed, 4 Feb 2009 20:07:13 +0000 (21:07 +0100)]
Merge commit 'mhy/master' into merge

* commit 'mhy/master':
  build a static library

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agobuild a static library
Mark Hymers [Wed, 4 Feb 2009 10:59:19 +0000 (10:59 +0000)]
build a static library

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agodinstall
Joerg Jaspert [Tue, 3 Feb 2009 21:49:11 +0000 (22:49 +0100)]
dinstall

have subjects in the mails we send to the l10n list

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agocron.dinstall
Joerg Jaspert [Tue, 3 Feb 2009 21:20:42 +0000 (22:20 +0100)]
cron.dinstall

<Ganneff> now
<Ganneff> one would think its helpful to not only output this into the logfile of dinstall
<Ganneff> but actually redirect it somewhere
<weasel> you think?
<Ganneff> maybe you want to parse our log instead?
<weasel> :)
<Ganneff> $base/ftp/indices/package-file.map that it will end up as
<weasel> .bz2
<Ganneff> always those wishes

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodak.py
Joerg Jaspert [Tue, 3 Feb 2009 21:16:21 +0000 (22:16 +0100)]
dak.py

add the new command

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodinstall
Joerg Jaspert [Tue, 3 Feb 2009 20:01:05 +0000 (21:01 +0100)]
dinstall

added package/file mapping generation to dinstall

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomake_pkg_file_mapping
Joerg Jaspert [Tue, 3 Feb 2009 19:55:26 +0000 (20:55 +0100)]
make_pkg_file_mapping

add the funny quote weasel missed
use row as variable name, not the too clearly named i
do use the new docstring foo.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'weasel/master' into merge
Joerg Jaspert [Tue, 3 Feb 2009 18:54:14 +0000 (19:54 +0100)]
Merge commit 'weasel/master' into merge

* commit 'weasel/master':
  Add make_pkg_file_mapping.py

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdd make_pkg_file_mapping.py
Peter Palfrader [Tue, 3 Feb 2009 13:02:32 +0000 (06:02 -0700)]
Add make_pkg_file_mapping.py

make_pkg_file_mapping prints, for every file in the pool, which source package
and version it belongs to and for binary packages additionally which arch,
binary package and binary package version it has in a standard rfc2822-like
format.

15 years agoMore docstrings
Joerg Jaspert [Sun, 1 Feb 2009 14:53:38 +0000 (15:53 +0100)]
More docstrings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agocontrol-suite
Joerg Jaspert [Sun, 1 Feb 2009 14:52:59 +0000 (15:52 +0100)]
control-suite

allow to set lenny-r0

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agomore docstrings
Joerg Jaspert [Wed, 28 Jan 2009 22:48:39 +0000 (23:48 +0100)]
more docstrings

a few more in dak/

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge branch 'content_generation' of http://kernel.ubuntu.com/~mcasadevall/dak into...
Mike O'Connor [Wed, 28 Jan 2009 02:09:57 +0000 (21:09 -0500)]
Merge branch 'content_generation' of http://kernel.ubuntu.com/~mcasadevall/dak into content_generation

Conflicts:

dak/dakdb/update2.py
dak/update_db.py

This updates the "required_schema" to 4, moving mcasadevall's update2 to
update4

Signed-off-by: Mike O'Connor <stew@vireo.org>
15 years agoMerge commit 'mhy/web' into merge
Joerg Jaspert [Tue, 27 Jan 2009 22:18:13 +0000 (23:18 +0100)]
Merge commit 'mhy/web' into merge

* commit 'mhy/web':
  add stable keys, thanks to Luk

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoadd stable keys, thanks to Luk
Mark Hymers [Tue, 27 Jan 2009 22:17:14 +0000 (22:17 +0000)]
add stable keys, thanks to Luk

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoMerge commit 'mhy/master' into merge
Joerg Jaspert [Tue, 27 Jan 2009 21:55:25 +0000 (22:55 +0100)]
Merge commit 'mhy/master' into merge

* commit 'mhy/master':
  don't die on silly input such as: Changed-By: P=Q6P9 P<P5Q)P5Q Q/P:P>P2 <eugen@debian.org>

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agodon't die on silly input such as: Changed-By: P=Q6P9 P<P5Q)P5Q Q/P:P>P2 <eugen@debian...
Mark Hymers [Tue, 27 Jan 2009 21:54:27 +0000 (21:54 +0000)]
don't die on silly input such as: Changed-By: P=Q6P9 P<P5Q)P5Q Q/P:P>P2 <eugen@debian.org>

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agogit
Joerg Jaspert [Tue, 27 Jan 2009 21:47:42 +0000 (22:47 +0100)]
git

one more ../ for the new setup

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoMerge commit 'mhy/web' into merge
Joerg Jaspert [Tue, 27 Jan 2009 21:37:17 +0000 (22:37 +0100)]
Merge commit 'mhy/web' into merge

* commit 'mhy/web':
  grumble, whitespace, grumble
  tidy up keys

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agogrumble, whitespace, grumble
Mark Hymers [Tue, 27 Jan 2009 21:36:48 +0000 (21:36 +0000)]
grumble, whitespace, grumble

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoMerge commit 'ftpmaster/master' into web
Mark Hymers [Tue, 27 Jan 2009 21:32:28 +0000 (21:32 +0000)]
Merge commit 'ftpmaster/master' into web

15 years agotidy up keys
Mark Hymers [Tue, 27 Jan 2009 21:32:22 +0000 (21:32 +0000)]
tidy up keys

Signed-off-by: Mark Hymers <mhy@debian.org>
15 years agoAnd another used dir
Joerg Jaspert [Tue, 27 Jan 2009 21:30:45 +0000 (22:30 +0100)]
And another used dir

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoAdd empty dirs, but ones that are used automagically by our tools
Joerg Jaspert [Tue, 27 Jan 2009 21:29:19 +0000 (21:29 +0000)]
Add empty dirs, but ones that are used automagically by our tools

15 years agoi18n
Joerg Jaspert [Tue, 27 Jan 2009 21:25:50 +0000 (22:25 +0100)]
i18n

this symlink is autogenerated, remove

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoweb/
Joerg Jaspert [Tue, 27 Jan 2009 21:23:26 +0000 (21:23 +0000)]
web/

lets add that part of our webdir to git thats not generated
automagically.

15 years agop-u
Joerg Jaspert [Mon, 26 Jan 2009 22:15:04 +0000 (23:15 +0100)]
p-u

re_default_answer was missing.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agovarious
Joerg Jaspert [Mon, 26 Jan 2009 21:56:31 +0000 (22:56 +0100)]
various

a few more docstrings

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agoutils.py
Joerg Jaspert [Sun, 25 Jan 2009 23:39:44 +0000 (00:39 +0100)]
utils.py

initial markup

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years ago[various]
Joerg Jaspert [Sun, 25 Jan 2009 22:52:33 +0000 (23:52 +0100)]
[various]

more docstrings, even if some are empty/not written yet. Any help would be nice :)

Signed-off-by: Joerg Jaspert <joerg@debian.org>
15 years agos/FTPMaster/FTP Master/
Joerg Jaspert [Sun, 25 Jan 2009 16:56:58 +0000 (17:56 +0100)]
s/FTPMaster/FTP Master/

Signed-off-by: Joerg Jaspert <joerg@debian.org>