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 -- templates/skeleton.tmpl | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) 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() diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index cd4ff12..12c379a 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -3,7 +3,8 @@ $title - + $body -- cgit v1.2.3