Skip to content

Commit

Permalink
Use --ignore-repos-used-for-build for kiwi v9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Dec 4, 2017
1 parent 34326e7 commit 2622cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ translate_kiwi_parameters() {
-l=|--logfile=*) KIWI_MAIN_PARAMETERS="$KIWI_MAIN_PARAMETERS --logfile ${i#*=}" ;;
-d=*|--dest-dir=*) KIWI_BUILD_PARAMETERS="$KIWI_BUILD_PARAMETERS --target-dir ${i#*=}" ;;
--root=*) echo "WARNING: ignored unsupported kiwi option $i" ;; # unsupported for system build...
--ignore-repos) KIWI_BUILD_PARAMETERS="$KIWI_BUILD_PARAMETERS --ignore-repos" ;;
--ignore-repos) KIWI_BUILD_PARAMETERS="$KIWI_BUILD_PARAMETERS --ignore-repos-used-for-build" ;;
--recycle-root) KIWI_BUILD_PARAMETERS="$KIWI_BUILD_PARAMETERS --allow-existing-root" ;;
--add-repo=*) add_repo_url[${#add_repo_url[@]}]="${i#*=}" ;;
--add-repotype=*) add_repo_type[${#add_repo_type[@]}]="${i#*=}" ;;
Expand Down

0 comments on commit 2622cfb

Please sign in to comment.