diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-23 17:07:34 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-23 17:07:34 +0700 |
commit | d11d4b6e44b6db649b2402500c955af5f8d310c6 (patch) | |
tree | 613944f1de089105950a86501507b6aa2151380d /README.md | |
parent | b229f0bd958a42c6faa345c91500c2ed8ccdc919 (diff) | |
parent | 6056acfa06c2b79ee8981b9f36a1ced2dac29111 (diff) | |
download | vyos-build-d11d4b6e44b6db649b2402500c955af5f8d310c6.tar.gz vyos-build-d11d4b6e44b6db649b2402500c955af5f8d310c6.zip |
Merge pull request #57 from runborg/equuleus-merged
Sync equuleus with current.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -68,7 +68,7 @@ $ sudo debootstrap jessie vyos-chroot $ sudo chroot vyos-chroot $ echo "deb http://archive.debian.org/debian/ jessie-backports main" >> /etc/apt/sources.list -$ apt-get update +$ apt-get update -o Acquire::Check-Valid-Until=false ``` **NOTE:** We recommend to use the Docker build method @@ -272,6 +272,9 @@ In packages that originate from VyOS the master branch is kept in sync with last legacy package is gone, we will switch to using the `master` branch and retire `current`. -For branch naming we switched to use constellations: -* `crux` +Post-1.2.0 branches are named after constellations sorted by from smallest to largest. +There are 88 of them, here's the [complete list](https://en.wikipedia.org/wiki/IAU_designated_constellations_by_area). + +* 1.2.0: `crux` (Southern Cross) +* Future 1.3.0: `equuleus` * ... |