Skip to content

Commit 609d50e

Browse files
committed
Rebuild from sources from snapshot
1 parent 823da1e commit 609d50e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.container

Lines changed: 0 additions & 1 deletion
This file was deleted.

prepare_source

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
apt_src google-guest-agent
2-
version_suffix=gl0
1+
apt-get update
2+
apt-get install wget -y
3+
wget https://snapshot.debian.org/archive/debian/20220506T153640Z/pool/main/g/google-guest-agent/google-guest-agent_20211116.00.orig.tar.xz -O - | xz -d --stdout | tee "$dir/orig.tar" | tar --extract --strip-components 1 --directory "$dir/src"
4+
mkdir "$dir/src/debian"
5+
wget https://snapshot.debian.org/archive/debian/20240808T210024Z/pool/main/g/google-guest-agent/google-guest-agent_20211116.00-6.2.debian.tar.xz -O - | xz -d --stdout | tar --extract --strip-components 1 --directory "$dir/src/debian"

0 commit comments

Comments
 (0)