mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
@@ -1,6 +1,6 @@
|
||||
Downloading http://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
|
||||
Downloading https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
|
||||
Following redirect to https://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release...
|
||||
Success downloading http://linux.dell.com/repo/community/ubuntu/dists/wheezy/Release
|
||||
Success downloading https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/dists/wheezy/Release
|
||||
|
||||
Mirror [mirror27]: http://linux.dell.com/repo/community/ubuntu/ wheezy successfully added.
|
||||
Mirror [mirror27]: https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/ wheezy successfully added.
|
||||
You can run 'aptly mirror update mirror27' to download repository contents.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: mirror27
|
||||
Archive Root URL: http://linux.dell.com/repo/community/ubuntu/
|
||||
Archive Root URL: https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu/
|
||||
Distribution: wheezy
|
||||
Components: openmanage/740
|
||||
Architectures: amd64, i386
|
||||
|
||||
@@ -360,7 +360,7 @@ class CreateMirror27Test(BaseTest):
|
||||
"""
|
||||
create mirror: component with slashes, no stripping
|
||||
"""
|
||||
runCmd = "aptly mirror create --ignore-signatures mirror27 http://linux.dell.com/repo/community/ubuntu wheezy openmanage/740"
|
||||
runCmd = "aptly mirror create --ignore-signatures mirror27 https://mirror.chpc.utah.edu/pub/linux.dell.com/repo/community/ubuntu wheezy openmanage/740"
|
||||
|
||||
def outputMatchPrepare(self, s):
|
||||
return self.strip_retry_lines(s)
|
||||
|
||||
Reference in New Issue
Block a user