Merge pull request #2922 from MilhouseVH/le90_mkpkg_full_rev

mkpkg: use full rev
This commit is contained in:
Christian Hewitt 2018-08-25 09:33:20 +04:00 committed by GitHub
commit a5e00f5a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 6 deletions

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
echo "getting sources..."
if [ ! -d bcm2835-driver.git ]; then
@ -10,7 +11,7 @@ echo "getting sources..."
cd bcm2835-driver.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
echo "getting sources..."
if [ ! -d libcec.git ]; then
@ -10,7 +11,7 @@ echo "getting sources..."
cd libcec.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."

View File

@ -11,7 +11,7 @@ echo "getting sources..."
cd libretro-ppsspp.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
echo "getting sources..."
if [ ! -d linux-amlogic.git ]; then
@ -10,7 +11,7 @@ echo "getting sources..."
cd linux-amlogic.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
echo "getting sources..."
if [ ! -d lockdev.git ]; then
@ -10,7 +11,7 @@ echo "getting sources..."
cd lockdev.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."

View File

@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
echo "getting sources..."
if [ ! -d rtmpdump.git ]; then
@ -10,7 +11,7 @@ echo "getting sources..."
cd rtmpdump.git
git pull
GIT_REV=`git log -n1 --format=%h`
GIT_REV=`git log -n1 --format=%H`
cd ..
echo "copying sources..."