mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-08 19:45:46 +00:00
process prepare call for vcs packages
This commit is contained in:
@ -68,7 +68,7 @@ class Package:
|
|||||||
try:
|
try:
|
||||||
Task.fetch(clone_dir, self.git_url)
|
Task.fetch(clone_dir, self.git_url)
|
||||||
# update pkgver first
|
# update pkgver first
|
||||||
check_output('makepkg', '--nodeps', '--noprepare', '--nobuild',
|
check_output('makepkg', '--nodeps', '--nobuild',
|
||||||
exception=None, cwd=clone_dir)
|
exception=None, cwd=clone_dir)
|
||||||
# generate new .SRCINFO and put it to parser
|
# generate new .SRCINFO and put it to parser
|
||||||
src_info_source = check_output('makepkg', '--printsrcinfo',
|
src_info_source = check_output('makepkg', '--printsrcinfo',
|
||||||
|
Reference in New Issue
Block a user