mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
build-linux and build-gem5 seem to work
This commit is contained in:
@@ -18,9 +18,9 @@ import urllib.error
|
||||
import common
|
||||
|
||||
def main():
|
||||
repo = common.github_repo_id
|
||||
tag = 'sha-{}'.format(common.sha)
|
||||
upload_path = common.release_zip_file
|
||||
repo = kwargs['github_repo_id']
|
||||
tag = 'sha-{}'.format(kwargs['sha'])
|
||||
upload_path = kwargs['release_zip_file']
|
||||
|
||||
# Check the release already exists.
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user