mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Fix repo script
This commit is contained in:
parent
4fb4727f60
commit
66d7a520e1
5
repo.sh
5
repo.sh
@ -15,6 +15,9 @@ do
|
||||
then
|
||||
COOK_OPT+=" --with-package-deps"
|
||||
elif [ "$arg" == "--nonstop" ]
|
||||
then
|
||||
COOK_OPT+=" --nonstop"
|
||||
elif [ "$arg" == "--offline" ]
|
||||
then
|
||||
export COOKBOOK_OFFLINE=true
|
||||
else
|
||||
@ -24,4 +27,4 @@ done
|
||||
|
||||
repo cook $COOK_OPT $recipes
|
||||
|
||||
repo_builder "$repo" $recipes
|
||||
repo_builder "$ROOT/repo/$TARGET" $recipes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user