mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
checkupdates: remove auto_author: config, it is no longer used
checkupdates-runner sets the required values anyway.
fe3cb890db/.gitlab-ci.yml (L35)
This commit is contained in:
parent
ecdf47d893
commit
56865f9ba6
1 changed files with 0 additions and 2 deletions
|
@ -675,8 +675,6 @@ def checkupdates_app(app: metadata.App, auto: bool, commit: bool = False) -> Non
|
|||
if commit:
|
||||
logging.info("Commiting update for " + app.metadatapath)
|
||||
gitcmd = ["git", "commit", "-m", commitmsg]
|
||||
if 'auto_author' in config:
|
||||
gitcmd.extend(['--author', config['auto_author']])
|
||||
gitcmd.extend(["--", app.metadatapath])
|
||||
if subprocess.call(gitcmd) != 0:
|
||||
raise FDroidException("Git commit failed")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue