X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Finit_db.py;h=3185b6edb18c4176aeda165cfc8c017b6be15496;hb=7650b3633d432de35be37e2ea5dd16214957a716;hp=58e46ad77badcdf330a151c096ad1d5f8e0f8c86;hpb=41f8dfa67162e2c6d5e213cd5f8398eb4063dee7;p=dak.git diff --git a/dak/init_db.py b/dak/init_db.py old mode 100755 new mode 100644 index 58e46ad7..3185b6ed --- a/dak/init_db.py +++ b/dak/init_db.py @@ -180,7 +180,6 @@ def do_section(): prefix = "" else: prefix = "" - component = component.replace("non-US/", "") if component != "main": suffix = '/' + component else: @@ -191,7 +190,7 @@ def do_section(): projectB.query("COMMIT WORK") ################################################################################ - + def main (): """Sync dak.conf configuartion file and the SQL database"""