Accepting request 899990 from home:jziviani:branches:Virtualization
- Improve compatibility with gcc 11: target-sh4-Return-error-if-CPUClass-get_.patch tcg-arm-Fix-tcg_out_op-function-signatur.patch - Enable zstd compression option to qcow2 OBS-URL: https://build.opensuse.org/request/show/899990 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=655
This commit is contained in:
committed by
Git OBS Bridge
parent
9e49deb609
commit
3eae454a42
@@ -237,6 +237,12 @@ for (( i=0; i <$REPO_COUNT; i++ )); do
|
||||
git -C $GIT_DIR/$SUBDIR bundle create $BUN_DIR/$SUBDIR$GITREPO_COMMIT_ISH.bundle $GITREPO_COMMIT_ISH..FETCH_HEAD
|
||||
#TODO: post-process repo info to avoid un-needed diffs (eg git vs https)
|
||||
git -C $(readlink -f ${LOCAL_REPO_MAP[$PATCH_RANGE_INDEX]}) remote get-url origin >$BUN_DIR/$SUBDIR/repo
|
||||
else
|
||||
local localbundle="$BUN_DIR/$SUBDIR$GITREPO_COMMIT_ISH.bundle"
|
||||
if [[ -f "$localbundle" ]]; then
|
||||
echo "Removing existing $localbundle"
|
||||
rm "$localbundle"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user