|
|
@ -11,16 +11,16 @@ wdir=`pwd`
|
|
|
|
if [ -f /tmp/latest ] ; then
|
|
|
|
if [ -f /tmp/latest ] ; then
|
|
|
|
rm -rf /tmp/latest | true
|
|
|
|
rm -rf /tmp/latest | true
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
wget --quiet --directory-prefix=/tmp/ https://rcn-ee.net/rootfs/debian-riscv64-sid-minimal/latest || true
|
|
|
|
wget --quiet --directory-prefix=/tmp/ https://rcn-ee.net/rootfs/debian-riscv64-trixie-minimal/latest || true
|
|
|
|
if [ -f /tmp/latest ] ; then
|
|
|
|
if [ -f /tmp/latest ] ; then
|
|
|
|
latest_rootfs=$(cat "/tmp/latest")
|
|
|
|
latest_rootfs=$(cat "/tmp/latest")
|
|
|
|
datestamp=$(cat "/tmp/latest" | awk -F 'riscv64-' '{print $2}' | awk -F '.' '{print $1}')
|
|
|
|
datestamp=$(cat "/tmp/latest" | awk -F 'riscv64-' '{print $2}' | awk -F '.' '{print $1}')
|
|
|
|
|
|
|
|
|
|
|
|
if [ ! -f ./deploy/debian-sid-console-riscv64-${datestamp}/riscv64-rootfs-debian-sid.tar ] ; then
|
|
|
|
if [ ! -f ./deploy/debian-trixie-console-riscv64-${datestamp}/riscv64-rootfs-debian-trixie.tar ] ; then
|
|
|
|
if [ -f ./.gitlab-runner ] ; then
|
|
|
|
if [ -f ./.gitlab-runner ] ; then
|
|
|
|
wget -c --quiet --directory-prefix=./deploy http://192.168.1.98/mirror/rcn-ee.us/rootfs/debian-riscv64-sid-minimal/${datestamp}/${latest_rootfs}
|
|
|
|
wget -c --quiet --directory-prefix=./deploy http://192.168.1.98/mirror/rcn-ee.us/rootfs/debian-riscv64-trixie-minimal/${datestamp}/${latest_rootfs}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
wget -c --directory-prefix=./deploy https://rcn-ee.net/rootfs/debian-riscv64-sid-minimal/${datestamp}/${latest_rootfs}
|
|
|
|
wget -c --directory-prefix=./deploy https://rcn-ee.net/rootfs/debian-riscv64-trixie-minimal/${datestamp}/${latest_rootfs}
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
cd ./deploy/
|
|
|
|
cd ./deploy/
|
|
|
|
tar xf ${latest_rootfs}
|
|
|
|
tar xf ${latest_rootfs}
|
|
|
@ -36,8 +36,8 @@ if [ -d ./ignore/.root ] ; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
mkdir -p ./ignore/.root
|
|
|
|
mkdir -p ./ignore/.root
|
|
|
|
|
|
|
|
|
|
|
|
echo "Extracting: debian-sid-console-riscv64-${datestamp}/riscv64-rootfs-*.tar"
|
|
|
|
echo "Extracting: debian-trixie-console-riscv64-${datestamp}/riscv64-rootfs-*.tar"
|
|
|
|
tar xfp ./deploy/debian-sid-console-riscv64-${datestamp}/riscv64-rootfs-*.tar -C ./ignore/.root
|
|
|
|
tar xfp ./deploy/debian-trixie-console-riscv64-${datestamp}/riscv64-rootfs-*.tar -C ./ignore/.root
|
|
|
|
sync
|
|
|
|
sync
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p ./deploy/input/ || true
|
|
|
|
mkdir -p ./deploy/input/ || true
|
|
|
|