forked from canonical/operator-libs-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
569c39e
commit b081253
Showing
14 changed files
with
63 additions
and
105 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
tests/unit/data/fake-apt-dirs/noble-in-one-per-line-format/sources.list
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,4 @@ | ||
deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://nz.archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse | ||
deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://nz.archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse | ||
deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://nz.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse | ||
deb [signed-by=/usr/share/keyrings/ubuntu-archive-keyring.gpg] http://security.ubuntu.com/ubuntu noble-security main restricted universe multiverse |
File renamed without changes.
File renamed without changes.
33 changes: 33 additions & 0 deletions
33
tests/unit/data/fake-apt-dirs/noble-with-comments-etc/sources.list.d/ubuntu.sources
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,33 @@ | ||
Components: main restricted universe multiverse # Components first! I don't think deb822 cares about ordering | ||
Types: deb deb-src # this could be one or both of these options | ||
URIs: http://nz.archive.ubuntu.com/ubuntu/ http://archive.ubuntu.com/ubuntu/ | ||
# there can be multiple space separated URIs | ||
# sources are specified in priority order | ||
# apt does some de-duplication of sources after parsing too | ||
#Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg | ||
# let's make this insecure! (jk, just testing parsing) | ||
Suites: noble noble-updates noble-backports | ||
|
||
Foo: Bar # this is a separate (malformed) entry | ||
|
||
## a fully commented out stanza | ||
#Types: deb | ||
#URIs: http://security.ubuntu.com/ubuntu | ||
#Suites: noble-security | ||
#Components: main restricted universe multiverse | ||
#Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg | ||
## disable security updates while we're at it | ||
|
||
Types: deb | ||
URIs: http://nz.archive.ubuntu.com/ubuntu/ | ||
Suites: an/exact/path/ | ||
|
||
Types: deb | ||
URIs: http://nz.archive.ubuntu.com/ubuntu/ | ||
Suites: an/exact/path/ | ||
Components: main # this is an error, can't have components with an exact path | ||
|
||
Types: deb | ||
URIs: http://nz.archive.ubuntu.com/ubuntu/ | ||
Suites: noble noble-updates noble-backports | ||
# this is an error, must have at least one component if suites isn't an exact path |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
# Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources |
File renamed without changes.
34 changes: 0 additions & 34 deletions
34
.../fake_apt_dir_noble_with_inkscape/sources.list.d/inkscape_dev-ubuntu-stable-noble.sources
This file was deleted.
Oops, something went wrong.
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