mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #2922 from MilhouseVH/le90_mkpkg_full_rev
mkpkg: use full rev
This commit is contained in:
commit
a5e00f5a41
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d bcm2835-driver.git ]; then
|
if [ ! -d bcm2835-driver.git ]; then
|
||||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd bcm2835-driver.git
|
cd bcm2835-driver.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d libcec.git ]; then
|
if [ ! -d libcec.git ]; then
|
||||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd libcec.git
|
cd libcec.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
@ -11,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd libretro-ppsspp.git
|
cd libretro-ppsspp.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d linux-amlogic.git ]; then
|
if [ ! -d linux-amlogic.git ]; then
|
||||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd linux-amlogic.git
|
cd linux-amlogic.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d lockdev.git ]; then
|
if [ ! -d lockdev.git ]; then
|
||||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd lockdev.git
|
cd lockdev.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
echo "getting sources..."
|
echo "getting sources..."
|
||||||
if [ ! -d rtmpdump.git ]; then
|
if [ ! -d rtmpdump.git ]; then
|
||||||
@ -10,7 +11,7 @@ echo "getting sources..."
|
|||||||
|
|
||||||
cd rtmpdump.git
|
cd rtmpdump.git
|
||||||
git pull
|
git pull
|
||||||
GIT_REV=`git log -n1 --format=%h`
|
GIT_REV=`git log -n1 --format=%H`
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "copying sources..."
|
echo "copying sources..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user