mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
makerpms.sh: make git checkout optional
In case someone is using the script from tarball, outside of git, the git checkout command shouldn't fail the script. Related https://pagure.io/freeipa/issue/6605 Signed-off-by: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
parent
bda3dd722b
commit
f7d1a10f22
@ -28,6 +28,6 @@ make rpms
|
||||
|
||||
# Workaround to ignore re-generated *.po files in git repo
|
||||
# See https://pagure.io/freeipa/issue/6605
|
||||
git checkout po/*.po
|
||||
git checkout po/*.po ||:
|
||||
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user