Skip to content

Commit

Permalink
Rebuild from sources from snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
5kt committed Jan 23, 2025
1 parent 823da1e commit 609d50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .container

This file was deleted.

7 changes: 5 additions & 2 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
apt_src google-guest-agent
version_suffix=gl0
apt-get update
apt-get install wget -y
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"
mkdir "$dir/src/debian"
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 comments on commit 609d50e

Please sign in to comment.