Compare commits

..

No commits in common. "831a5173c2104991a0c656b8f7442b1b73a9473c" and "e4baa83a2a302b8c28880011fe74712d6f3b9b69" have entirely different histories.

View File

@ -128,7 +128,7 @@ git_build_into(){
build_into(){
# Clean up source directory.
git -C "${basedir}" clean -dxf --exclude=status.fsfe.org/translations/data
git -C "${basedir}" clean -dxf
# Remove old stage directory.
rm -rf "${stagedir}"