From d59308962f37e1c723792837d9603ed093d2501b Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Tue, 24 Jun 2008 08:24:23 +0200 Subject: reference static content from unique path ...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support --- gen-patch-info.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'gen-patch-info.py') diff --git a/gen-patch-info.py b/gen-patch-info.py index afe6b3e..3c8ae0d 100755 --- a/gen-patch-info.py +++ b/gen-patch-info.py @@ -42,6 +42,4 @@ if __name__ == '__main__': db.saveSourcePackage(p) db.relateSourcePackage(p,suite=s,component=c) - os.system("cp -a "+Conf.static_dir+"/* "+Conf.output_dir) - db.finalize() -- cgit v1.2.3