Skip to content

Commit

Permalink
Replace MirrorBrain OBS Debian_7.0 repo with Debian_9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhsj committed Apr 13, 2019
1 parent 15e6cd4 commit f7ddb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/t04_mirror/ListMirror1Test_gold
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ List of mirrors:
* [mirror1]: http://archive.debian.org/debian/ wheezy
* [mirror2]: http://archive.debian.org/debian/ wheezy [src]
* [mirror3]: http://archive.debian.org/debian/ wheezy
* [mirror4]: http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_7.0/ ./
* [mirror4]: http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_9.0/ ./

To get more information about mirror, run `aptly mirror show <name>`.
2 changes: 1 addition & 1 deletion system/t04_mirror/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ListMirror1Test(BaseTest):
"aptly mirror create --ignore-signatures mirror1 http://archive.debian.org/debian/ wheezy",
"aptly mirror create -with-sources --ignore-signatures mirror2 http://archive.debian.org/debian/ wheezy contrib",
"aptly -architectures=i386 mirror create --ignore-signatures mirror3 http://archive.debian.org/debian/ wheezy non-free",
"aptly mirror create -ignore-signatures mirror4 http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_7.0/ ./",
"aptly mirror create -ignore-signatures mirror4 http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_9.0/ ./",
]
runCmd = "aptly mirror list"

Expand Down

0 comments on commit f7ddb8e

Please sign in to comment.