mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
./all clean
This commit is contained in:
parent
ad8756be00
commit
29bfed504a
13
all
13
all
@ -856,6 +856,19 @@ case "$cmd" in
|
||||
rm -f "$t"
|
||||
echo "$report" | ssh nexuiz@rm.endoftheinternet.org cat '>>' public_html/xonotic-merge-notes.txt
|
||||
;;
|
||||
clean)
|
||||
for d in $repos; do
|
||||
enter "$d0/$d" verbose
|
||||
case "$d" in
|
||||
.)
|
||||
git clean -df
|
||||
;;
|
||||
*)
|
||||
git clean -xdf
|
||||
;;
|
||||
esac
|
||||
done
|
||||
;;
|
||||
|
||||
# release building goes here
|
||||
release-prepare)
|
||||
|
Loading…
Reference in New Issue
Block a user