On Mon, Jun 13, 2022 at 12:36 PM John Snow wrote:
>
> On Mon, Jun 13, 2022 at 2:05 AM Thomas Huth wrote:
> >
> > On 11/06/2022 01.28, John Snow wrote:
> > > This test doesn't appear to work for me:
> > >
> > > def build_image(self, img):
> > > cimg =
> > > self._download_with_cache("https:/
On Mon, Jun 13, 2022 at 2:05 AM Thomas Huth wrote:
>
> On 11/06/2022 01.28, John Snow wrote:
> > This test doesn't appear to work for me:
> >
> > def build_image(self, img):
> > cimg =
> > self._download_with_cache("https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.20
On 11/06/2022 01.28, John Snow wrote:
This test doesn't appear to work for me:
def build_image(self, img):
cimg =
self._download_with_cache("https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2";)
img_tmp = img + ".tmp"
subprocess
This test doesn't appear to work for me:
def build_image(self, img):
cimg =
self._download_with_cache("https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2";)
img_tmp = img + ".tmp"
subprocess.check_call(["ln", "-f", cimg, img_tmp])