mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 04:50:41 +08:00
forgot makepkg
This commit is contained in:
parent
f00149aa18
commit
cbec64fb3c
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ class jobsManager:
|
|||
job = self.__get_job()
|
||||
if job.multiarch:
|
||||
self.__clean(job, remove_pkg=True)
|
||||
self.__makepkg(job)
|
||||
self.__sign(job)
|
||||
if self.__upload(job):
|
||||
self.__clean(job, remove_pkg=True)
|
||||
|
|
Loading…
Reference in a new issue