some of our build tools do different things when they see .git

f41
David Tardon 11 years ago
parent 7e6e58fdbb
commit a0480201e0

@ -1090,6 +1090,11 @@ git add -A
git commit -q -a -m 'fix translations' git commit -q -a -m 'fix translations'
%endif %endif
# Seeing .git dir makes some of the build tools change their behavior.
# We do not want that. Note: it is still possible to use
# git --git-dir=.git-rpm
mv .git .git-rpm
%build %build
echo build start time is `date`, diskspace: `df -h . | tail -n 1` echo build start time is `date`, diskspace: `df -h . | tail -n 1`
echo building localizations: %{langpack_langs} echo building localizations: %{langpack_langs}

Loading…
Cancel
Save