#931964 Add sid to Vagrant Cloud boxes

#931964#5
Date:
2019-07-13 01:15:57 UTC
From:
To:
Hey, neat that we have convenient VM's now for Debian! Could we get a VM
for sid as well?

#931964#12
Date:
2019-10-06 11:27:39 UTC
From:
To:
Hi,

That's difficult, because unstable is frequently in a broken state...
What is your use case? (and why isn't it met by the testing64 and
contrib-testing64 boxes?)

Thanks

Lucas

#931964#17
Date:
2019-10-06 14:47:38 UTC
From:
To:
My use case is getting some of the very latest applications in like qemu updates, that aren't necessarily available in the testing repositories.

Hmm, maybe we could do a daily VM push and ignore broken states? This would be a "best effort" artifact.

#931964#22
Date:
2019-10-06 14:58:09 UTC
From:
To:
Note that the testing VM image is configured with apt pinning, so you
can install packages from unstable using e.g:

  apt install gcc-snapshot/unstable

L.