feat: use the latest snapshot for Debian Jessie and Stretch
This commit is contained in:
parent
e0b63aee1a
commit
c0603404a8
@ -171,10 +171,10 @@ func repositories(release Release) (repos []string) {
|
||||
case Wheezy:
|
||||
// doesn't include snapshot repos in /etc/apt/source.list
|
||||
snapshot = "20190321T212815Z"
|
||||
// case Jessie:
|
||||
// snapshot = "20230322T152120Z"
|
||||
// case Stretch:
|
||||
// snapshot = "20230423T032533Z"
|
||||
case Jessie:
|
||||
snapshot = "20230322T152120Z"
|
||||
case Stretch:
|
||||
snapshot = "20230423T032533Z"
|
||||
default:
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user