Skip to content

Commit

Permalink
- export .report instead of .channels from kiwi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Apr 15, 2014
1 parent 515bee0 commit dd7d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-kiwi
Expand Up @@ -300,7 +300,7 @@ build_kiwi_product() {
case $f in
*.iso) mv $i $BUILD_ROOT/$TOPDIR/KIWI/. ;;
*.packages) mv $i $BUILD_ROOT/$TOPDIR/OTHER/. ;;
*.channel) mv $i $BUILD_ROOT/$TOPDIR/OTHER/. ;;
*.report) mv $i $BUILD_ROOT/$TOPDIR/OTHER/. ;;
scripts) ;;
*0) ;;
*) test -d $i -a "$drop_repo" != true && mv $i $BUILD_ROOT/$TOPDIR/KIWI/. ;;
Expand Down

0 comments on commit dd7d41b

Please sign in to comment.