Mercurial > treepkg
diff bin/updatetreepkg.py @ 336:5fa56edeb606
Changed the Build Logs to be gziped before they are published
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 13 Apr 2010 09:29:08 +0000 |
parents | 1fcdffbeb9de |
children |
line wrap: on
line diff
--- a/bin/updatetreepkg.py Thu Apr 08 10:18:49 2010 +0000 +++ b/bin/updatetreepkg.py Tue Apr 13 09:29:08 2010 +0000 @@ -60,11 +60,11 @@ # Originally, the build logs were called build.log and were # in the base directory of a revision rename_file(os.path.join(revision.base_dir, "build.log"), - revision.build_log, dry_run) + revision.get_build_log(), dry_run) # for a while, the build logs were called build_log.txt but # still were in the base directory rename_file(os.path.join(revision.base_dir, "build_log.txt"), - revision.build_log, dry_run) + revision.get_build_log(), dry_run) # Revision directories used to end with "-1". Now that number # is the revision of the packaging rules which default to 0 for # the traditional manual rules management without a version