Skip to content

Commit

Permalink
Another attempt to fix a bug with arch release
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Mar 3, 2019
1 parent ec06f9f commit a1304f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-utils/aur-update.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ def push_update(pkgbuild):

temp_dir = mkdtemp()
print "Temp dir: %s" % temp_dir
run_shell(('chown', '-R', 'kenny:kenny', temp_dir))
run_shell(('git', 'clone', aur_repo, temp_dir), env=ssh_enabled_env)
run_shell(('chown', '-R', 'kenny:kenny', temp_dir))
os.chdir(temp_dir)
run_shell(('git', 'config', 'user.email', 'ulauncher.app@gmail.com'))
run_shell(('git', 'config', 'user.name', 'Aleksandr Gornostal'))
Expand Down

0 comments on commit a1304f5

Please sign in to comment.