33 Commits

Author SHA1 Message Date
e04dd994ba version: bump to v1.30.0 2018-04-13 19:57:05 +02:00
6de500a707 version: bump to v1.29.0 2017-10-02 18:21:52 +02:00
3abde24bc2 version: bump to v1.28.1 2017-08-01 12:33:01 +00:00
c60f25cda5 version: bump to v1.28.0 2017-07-27 08:43:12 -07:00
aab7ece560 version: bump to v1.27.0 2017-06-19 16:24:53 +02:00
9e7a7acbde version: bump to v1.26.0 2017-05-15 08:19:46 +00:00
5e6abc98db *: coreos/rkt -> rkt/rkt 2017-04-07 14:47:31 +02:00
ec37f3cb64 version: bump to v1.25.0 2017-02-20 10:16:05 +00:00
46b1f74277 version: bump to v1.24.0 2017-02-04 11:52:32 +01:00
8a188be756 version: bump to v1.23.0 2017-01-19 12:13:23 +01:00
21f91f054f version: bump to v1.22.0 2017-01-05 15:53:10 +00:00
c938d23320 version: bump to v1.21.0 2016-12-08 16:05:57 +01:00
1e6e9cd4e6 version: bump to v1.20.0 2016-11-24 14:57:15 +01:00
b99977f7aa version: bump to v1.19.0 2016-11-10 10:03:29 +00:00
2b7867ab7d version: bump to v1.18.0 2016-10-27 16:50:40 +02:00
8d835cc63c scripts/install-rkt: add iptables dependency 2016-10-24 08:25:35 +00:00
dbdd0758d8 version: bump to v1.17.0 2016-10-13 12:29:26 +02:00
daeae7ea52 version: bump to v1.16.0 2016-09-29 15:59:51 +00:00
90c82df303 version: bump to v1.15.0 2016-09-15 15:45:54 +02:00
b5f64960d1 version: bump to v1.14.0 2016-09-01 11:01:54 +02:00
b4b4059577 scripts: install-rkt.sh: fail install-pak on errors
When install-pak (called from install-rkt.sh) fails at some point
abort packaging.

This is based on a discussion in
https://github.com/coreos/rkt/pull/3127#discussion-diff-76763179 where
it was agreed upon that aborting on unexpected failures would be
desirable.
2016-08-30 22:09:38 +02:00
9da32b17ab scripts: Fix missing files in .deb when using install-rkt.sh
Checkinstall (or rather installwatch) hooks into the mkdir process of
install and prefixes the given paths while creating them. Since mkdir
does a chdir($dir) after the process of creating the named directories
it detects, that the creation must have failed and bails. The
install-pak script continues with the next file in the list which is
placed in the fake directory as expected and doesn't fail since the
directory exists in the prefixed dir. Thus the first file in the loop is
missing from the prefix dir.
This is fixed with creating each directory that is required before the
normal install routine continues.

Fixes #3123
2016-08-29 17:46:19 +02:00
dc3f76507f install-rkt.sh: Added wget as build dependency
wget is not available in minimal debian installations (e.g. docker image debian:jessie)
2016-08-28 02:57:37 +02:00
4d403da1af version: bump to v1.13.0 2016-08-18 14:05:32 +00:00
3f127bdd75 Merge pull request #3070 from hamhut1066/add-curl-dep-ubuntu
scripts: add curl as build dependency
2016-08-15 11:25:02 +00:00
84d4301fd8 Add curl as build dependency.
Ubuntu doesn't install curl by default, so this adds support for Ubuntu.
2016-08-15 10:52:35 +01:00
d80741dc49 version: bump to v1.12.0 2016-08-04 14:39:11 +00:00
ef647be0bd version: bump to v1.11.0 2016-07-21 14:04:18 +02:00
cb11bdfa3f version: bump to v1.10.0 2016-07-07 12:43:14 +00:00
886c62d841 version: bump to v1.9.1 2016-06-24 07:13:06 +00:00
d6874f787c version: bump to v1.9.0 2016-06-23 13:49:28 +00:00
f0bed3d8bd Documentation/vagrant: use rkt binary for getting started
Currently to get started with rkt we recommend using "vagrant up". This
tries to build rkt inside a virtual machine.

This cleans up the install-vagrant.sh script to use a released version
of rkt instead.

It also removes scripts not being used any more.

Fixes #2789
2016-06-21 11:09:59 +02:00
70fb53da2e scripts: Support builing rkt in rkt using acbuild and builder img 2015-12-09 13:27:11 -08:00