Mercurial > treepkg
comparison bin/publishdebianpackages.py @ 436:eab777e1bafd treepkg-status
fixed typos
author | Bjoern Ricks <bricks@intevation.de> |
---|---|
date | Mon, 02 Aug 2010 10:41:55 +0000 |
parents | 0953704dc49e |
children | 3a3cad8f6f60 |
comparison
equal
deleted
inserted
replaced
435:8be095183151 | 436:eab777e1bafd |
---|---|
238 call(config["after_copy_hook"]) | 238 call(config["after_copy_hook"]) |
239 | 239 |
240 if config["publish_packages"]: | 240 if config["publish_packages"]: |
241 for arch in architectures: | 241 for arch in architectures: |
242 if not quiet: | 242 if not quiet: |
243 print "publish packages for achtitecture %s" % arch | 243 print "publish packages for architecture %s" % arch |
244 copy_arch_to_publishdir(config, dist, section, get_binary_arch(arch), | 244 copy_arch_to_publishdir(config, dist, section, get_binary_arch(arch), |
245 quiet) | 245 quiet) |
246 | 246 |
247 # update apt archive | 247 # update apt archive |
248 if config["after_upload_hook"] and \ | 248 if config["after_upload_hook"] and \ |