X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=c177602c3c55bf627af9258048419ecfc6f03861;hb=80d5071ea3db5184fde726526e65c9c81391f017;hp=907e98c3211a5f7efe41c61927aa4c3f5726639d;hpb=ad27548cafad40e498924bc6942be8339b8ee9d3;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 907e98c3..c177602c 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -929,7 +929,7 @@ class Upload(object): # Parse the .dsc file try: - self.pkg.dsc.update(utils.parse_changes(dsc_filename, signing_rules=1)) + self.pkg.dsc.update(utils.parse_changes(dsc_filename, signing_rules=1, dsc_file=1)) except CantOpenError: # if not -n copy_to_holding() will have done this for us... if not action: @@ -1225,7 +1225,7 @@ class Upload(object): found = False # Look in the pool - for poolfile in get_poolfile_like_name('/%s' % filename, session_): + for poolfile in get_poolfile_like_name('%s' % filename, session_): poolfile_path = os.path.join( poolfile.location.path, poolfile.filename )