mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
qa/tasks/qemu: precise repos have been archived
Fixes: https://tracker.ceph.com/issues/51033 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
109f0b3c05
commit
dcd193c35e
@ -14,6 +14,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# mount a NFS share for storing logs
|
||||
sed -i 's/archive.ubuntu.com/old-releases.ubuntu.com/' /etc/apt/sources.list
|
||||
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/' /etc/apt/sources.list
|
||||
apt-get update
|
||||
apt-get -y install nfs-common
|
||||
mkdir /mnt/log
|
||||
|
Loading…
Reference in New Issue
Block a user