comparison bin/publishdebianpackages.py @ 409:ecc671a84a73 treepkg-status

fixed small bugs
author Bjoern Ricks <bricks@intevation.de>
date Thu, 22 Jul 2010 10:26:40 +0000
parents 02d498ee90b8
children 58ecf7c0ecba
comparison
equal deleted inserted replaced
408:02d498ee90b8 409:ecc671a84a73
70 variables["build_host"]) 70 variables["build_host"])
71 xml = capture_output(cmdexpand("@runremote $build_listpackages" 71 xml = capture_output(cmdexpand("@runremote $build_listpackages"
72 " --newest=$num_newest", 72 " --newest=$num_newest",
73 #runremote=runremote, 73 #runremote=runremote,
74 runremote="", 74 runremote="",
75 **variables)).splitlines() 75 **variables))
76 return TreepkgInfo.fromxml(xml) 76 return TreepkgInfo.fromxml(xml)
77 77
78 def get_binary_arch(arch): 78 def get_binary_arch(arch):
79 if not arch == "source": 79 if not arch == "source":
80 if not arch.startswith("binary"): 80 if not arch.startswith("binary"):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)