28b610
In 04de77 the execute permission was removed from get_sources.sh, which causes into_srpm.sh to fail with the following error:
get_sources.sh
into_srpm.sh
You need get_sources.sh from centos-git-common in PATH
This fix restore the execute permission.
Resolves https://git.centos.org/centos-git-common/issue/15
LGTM, merging
Pull-Request has been merged by arrfab
In 04de77 the
execute permission was removed from
get_sources.sh
, which causesinto_srpm.sh
to fail with the following error:This fix restore the execute permission.