This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
forked from devrandom/gitian-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE_NOTES
44 lines (29 loc) · 1.7 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
2017-02-14
----------
- VirtualBox launches are now headless. You can use the VirtualBox Manager to open the console UI if needed.
- Debian on VirtualBox is supported via Vagrant Cloud images
- Note that Debian on kvm is currently not supported because vmbuilder fails in the grub install stage
- git submodule support - any submodules are cloned and checked out
- Note that lxc-execute in Ubuntu 17.10 has a showstopper bug in stdin handling
2015-12-12
----------
Since OpenSSH removed support for DSS, Gitian now uses RSA keys instead. Base images should be regenerated.
2015-05-16
----------
LXC support has been revamped:
* debootstrap is now used directly, so that no kernel or grub packages are installed
* an attempt has been made to eliminate cases where an update of a package can fail because the container is missing a real init/upstart process
2015-03-23
----------
Now ensuring that `apt-get dist-upgrade` occurs at least once before package manifest
is computed. This is because distributions usually don't store old versions of packages
in the repos, so we can't download the exact package version we have installed if it's
out of date.
gbuild now has a --upgrade flag that forces an upgrade after the first one.
Other Notes
===========
Important:
We are planning on switching from using lxc-start to using lxc-execute. lxc-execute requires lxc-init (or init.lxc) to be available on the guest at one of the expected places. You might have to manually install lxc on your base VM image or recreate the image.
To enable this now (required for Ubuntu 14.04), do:
export LXC_EXECUTE=lxc-execute
If your guest is more recent than the host, all bets are off, since lxc-execute may not be able to find the lxc init.