mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Remove unused scripts
This commit is contained in:
parent
b09eb0ca29
commit
9958be688c
13
clean.sh
13
clean.sh
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source `dirname "$0"`/config.sh
|
||||
|
||||
if [ $# = 0 ]
|
||||
then
|
||||
recipes="--all"
|
||||
else
|
||||
recipes="$@"
|
||||
fi
|
||||
|
||||
repo clean $recipes
|
||||
6
fetch.sh
6
fetch.sh
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source `dirname "$0"`/config.sh
|
||||
|
||||
# Intentionally empty to allow fetch and cook running in parallel
|
||||
13
unfetch.sh
13
unfetch.sh
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
source `dirname "$0"`/config.sh
|
||||
|
||||
if [ $# = 0 ]
|
||||
then
|
||||
recipes="--all"
|
||||
else
|
||||
recipes="$@"
|
||||
fi
|
||||
|
||||
repo unfetch $recipes
|
||||
Loading…
Reference in New Issue
Block a user