Support building arbitrary branches
This commit is contained in:
@@ -122,7 +122,8 @@ if not branch or branch == 'master':
|
||||
elif branch == 'experimental-build':
|
||||
directory = os.path.join(download_prefix, "experimental")
|
||||
else:
|
||||
directory = download_prefix
|
||||
directory = os.path.join(download_prefix, branch)
|
||||
os.makedirs(directory, exist_ok=True)
|
||||
|
||||
try:
|
||||
filename = os.path.join(directory, packagename)
|
||||
|
Reference in New Issue
Block a user