Release 20201023.0.6898

This commit is contained in:
automatic-release-token 2020-10-23 04:41:20 +00:00
parent 583324fa84
commit 9b9dd39ba8
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6866/base-devel-20201023.0.6866.tar.xz)" && \
sha256sum -c <<< "46ed17385a81ce4895337d2d6e5d5d1ff570e18fdf763da3dc39de321ac755fa base-devel-20201023.0.6866.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6898/base-devel-20201023.0.6898.tar.xz)" && \
sha256sum -c <<< "89509dddaf5c75d125cf7455c52e473008576c52596387c943e8798606f1bda6 base-devel-20201023.0.6898.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"

View File

@ -10,8 +10,8 @@
# allow us to automate the releaes process.
FROM archlinux:latest AS verify
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6866/base-20201023.0.6866.tar.xz)" && \
sha256sum -c <<< "33bef86d6bfddc60e710b062216233cfc5fd0014314d85aa1b44e063cc14f47b base-20201023.0.6866.tar.xz" && \
RUN ROOTFS="$(curl --continue-at - --remote-name --write-out "%{filename_effective}" https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20201023.0.6898/base-20201023.0.6898.tar.xz)" && \
sha256sum -c <<< "9c89d7518a3269b7dfa1d5e25a61faadd3d8d0ddd94661a8e14decc457a2b0d0 base-20201023.0.6898.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --auto-compress --file "${ROOTFS}"