368
370
# The path we want for NascentUpload is the path to the folder
369
371
# containing the changes file (and the other files referenced by it).
370
372
changesfile_path = os.path.join(self.upload_path, changes_file)
388
376
# Reject source upload to buildd upload paths.
389
377
first_path = relative_path.split(os.path.sep)[0]