-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
818 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
artifacts/testdata/files/debian/au.archive.ubuntu.com_ubuntu_dists_jammy_InRelease
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA512 | ||
|
||
Origin: Ubuntu | ||
Label: Ubuntu | ||
Suite: jammy | ||
Version: 22.04 | ||
Codename: jammy | ||
Date: Thu, 21 Apr 2022 17:16:08 UTC | ||
Architectures: amd64 arm64 armhf i386 ppc64el riscv64 s390x | ||
Components: main restricted universe multiverse | ||
Description: Ubuntu Jammy 22.04 | ||
MD5Sum: | ||
8f73d18065a4f05ee7362c50553ea4b26ca2b4b3786472676b6b1ee58b4cff72 17832892 universe/source/Sources.xz | ||
Acquire-By-Hash: yes | ||
-----BEGIN PGP SIGNATURE----- | ||
Version: GnuPG v1 | ||
|
||
iQIcBAEBCgAGBQJiYZF3AAoJEIcZINGZG8k8oMMQAJGLXDzjk/IxqaxUwhgx8F/S | ||
ultWd3vuBeWK1guBZAl4dbmunNZBbKNYcOGlOmpVF9jBZtVQ0jVWhcuVbTPfkUO/ | ||
sz1fVWn12lzBnETsV5v6Nscz03NgNlojkD8jlEWV7xxPWh9r+CNZ8y5LzwTwlufZ | ||
e4dm8L5d2nhHDsajX8f7ZRcch4TH7jPN2AwHWtn7yASTzUbrQ/S9shQjP1dQI38Z | ||
VrKbBzvma9neoTzRalDf+CGGmtykfhdbT0nMGFdHXtUGNZU0QUoSw+0KxWuXwo8O | ||
nJ5H8bN5w1+Dur8LUn2yPXZcjF7GkeGnIk1FSyleV+UOzGN1f/0T7OpId36spQ9Y | ||
2w24Fij4xvRHQC+uD6VYSz+YXjB5qD6u00PrzqBHP8wDgJwJPBHbncuwBbpsiJBv | ||
HQ4mYRLPWz9UCmWXXVOao/nYM+Y++M1FYwhUuptFx9HHJFuR/UILzP4/WFJTMfzs | ||
UGVcOfyoXqi/cTZJ+Rr/S6jhecpNbUAoA2VG4ZjX1ZSaS3Hupd4t7PdCHoWB7ODT | ||
AscDVBEidU5kimmZzo6nWNDU8LfhSUrS0inbX0YMcBweaLWpMMtB+Ffu6mvy6Ejn | ||
P+w15a4DgOg53uxHaq/pzp7IIEfhJGfwyhznN4f86pOX6BHWikGcGHBL62WywHSK | ||
pxgP/fNHYqIhYWCgUWeM | ||
=DmDL | ||
-----END PGP SIGNATURE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
## EOL upgrade sources.list | ||
# Required | ||
deb http://archive.ubuntu.com/ubuntu jammy main restricted universe multiverse | ||
deb http://archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse | ||
deb http://archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse | ||
|
||
# Optional | ||
deb http://archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse | ||
|
||
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | ||
# newer versions of the distribution. | ||
deb http://au.archive.ubuntu.com/ubuntu jammy main restricted | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy main restricted | ||
|
||
## Major bug fix updates produced after the final release of the | ||
## distribution. | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-updates main restricted | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-updates main restricted | ||
|
||
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu | ||
## team. Also, please note that software in universe WILL NOT receive any | ||
## review or updates from the Ubuntu security team. | ||
deb http://au.archive.ubuntu.com/ubuntu jammy universe | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy universe | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-updates universe | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-updates universe | ||
|
||
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu | ||
## team, and may not be under a free licence. Please satisfy yourself as to | ||
## your rights to use the software. Also, please note that software in | ||
## multiverse WILL NOT receive any review or updates from the Ubuntu | ||
## security team. | ||
deb http://au.archive.ubuntu.com/ubuntu jammy multiverse | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy multiverse | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-updates multiverse | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-updates multiverse | ||
|
||
## N.B. software from this repository may not have been tested as | ||
## extensively as that contained in the main release, although it includes | ||
## newer versions of some applications which may provide useful features. | ||
## Also, please note that software in backports WILL NOT receive any review | ||
## or updates from the Ubuntu security team. | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-backports main restricted universe multiverse | ||
|
||
|
||
deb http://au.archive.ubuntu.com/ubuntu jammy-security main restricted | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-security main restricted | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-security universe | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-security universe | ||
deb http://au.archive.ubuntu.com/ubuntu jammy-security multiverse | ||
# deb-src http://au.archive.ubuntu.com/ubuntu groovy-security multiverse |
Oops, something went wrong.