SHA256
1
0
forked from pool/u-boot

Accepting request 736323 from hardware👢staging

- Add avnetultra96rev1
- update_git.sh: Allow GIT_LOCAL_TREE to be a soft link as well
- Add u-boot-zynqzturn

OBS-URL: https://build.opensuse.org/request/show/736323
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=49
This commit is contained in:
2019-10-09 07:07:17 +00:00
committed by Git OBS Bridge
parent e2bbdb9b35
commit 8d377c23c8
4 changed files with 27 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ CMP_DIR=/dev/shm/u-boot-factory-cmp-dir
rm -rf $GIT_DIR
rm -rf $CMP_DIR
if [ -d "$GIT_LOCAL_TREE" ]; then
if [ -d "$GIT_LOCAL_TREE" ] || [ -L "$GIT_LOCAL_TREE" ]; then
echo "Processing $GIT_BRANCH branch of local git tree, using tag:" \
"$GIT_UPSTREAM_TAG"
if ! (cd $GIT_LOCAL_TREE && git show-branch $GIT_BRANCH &>/dev/null); then