Commit graph

3181 commits

Author SHA1 Message Date
Pedro Algarvio
33e831bef9
Merge pull request #1373 from s0undt3ch/stable
Merge Develop branch into stable for release
2019-10-03 16:43:31 +01:00
Pedro Algarvio
2bdcfa302a
Merge remote-tracking branch 'upstream/develop' into stable 2019-10-03 15:43:24 +01:00
Pedro Algarvio
a602a86379
Update AUTHORS, Changelog and version for release 2019-10-03 15:42:10 +01:00
Felippe Burk
71aedf30a1
Merge pull request #1363 from saltstack/add_macosx
Merging OS X specific bootstrap code into main project
2019-08-28 18:36:23 -06:00
Gareth J. Greenaway
f745c467ed
Merge pull request #1366 from felippeb/add_macosx
adding -w to restart
2019-08-28 20:01:17 -04:00
Felippe Burk
f036abb7d4
adding -w to restart 2019-08-28 17:52:31 -06:00
Felippe Burk
16adea3af8
Merge pull request #1365 from felippeb/add_macosx
really fixing this time
2019-08-28 17:15:18 -06:00
Felippe Burk
d4991272c8
really fixing this time 2019-08-28 16:05:37 -06:00
Gareth J. Greenaway
a0f52e6af6
Merge pull request #1364 from felippeb/add_macosx
fixes for shellcheck
2019-08-28 17:45:52 -04:00
Felippe Burk
79f4818b6c
fixes for shellcheck 2019-08-28 15:35:03 -06:00
Gareth J. Greenaway
bfde7c3630
Merging OS X specific bootstrap code into main project 2019-08-28 13:15:23 -07:00
Pedro Algarvio
db4da1ffd6
Merge pull request #1362 from joelpmichael/develop
add raspbian_10_debian_base="10.0"
2019-08-28 14:07:45 +01:00
Pedro Algarvio
bd5ccac1ed
Merge pull request #1361 from jars99/develop
Fixed Amazon Linux 2 detection when lsb_release is installed
2019-08-28 14:06:59 +01:00
Joel Michael
4c4aee89f3 add raspbian_10_debian_base="10.0" 2019-08-26 16:14:21 +10:00
Jared Bristow
dcbf247c4f Fixed Amazon Linux 2 detection when lsb_release is installed 2019-08-14 10:28:53 -06:00
Pedro Algarvio
391d9e577c
Merge pull request #1359 from bryceml/develop
Fixing debian wheezy
2019-08-06 16:52:41 +01:00
Pedro Algarvio
6c1d428bb1
Merge pull request #1354 from zahiar/fix-ubuntu-salt-install
Fix possible typo with `gnupg-curl` vs `gnupg curl`
2019-08-06 16:24:48 +01:00
Bryce Larson
f548788093
Fixing debian wheezy 2019-08-01 16:42:43 -06:00
Zahiar Ahmed
053ae47984
Install required gnupg package for later Debian/Ubuntu distros
Debian 9+ & Ubuntu 18+ do not appear to install an `gnupg` or equivalent package by default, therefore we need to install it instead, as it is required for importing the GPG keys.
2019-07-22 23:48:00 +01:00
Zahiar Ahmed
e49861a6d3
Update downloader to just install wget
This is the only package required to down they keys and also, there's no need to include `gnupg` package explicitly as its required by the distribution anyway.
2019-07-22 22:55:29 +01:00
Pedro Algarvio
f857e883d9
Merge pull request #1356 from noelmcloughlin/ubuntu_python3
fix(python): install python3 packages if requested
2019-07-10 08:35:18 -06:00
N
6f5a696ad1
fix(python): install python3 packages if requested 2019-06-30 16:00:02 +01:00
Zahiar Ahmed
d93d03d602
Fix possible typo with gnupg-curl vs gnupg curl
Installing just `gnupg-curl` causes this issue:
```
Setting up ca-certificates (20170717~16.04.2) ...
Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.1) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.1) ...
Setting up gnupg-curl (1.4.20-1ubuntu3.3) ...
Processing triggers for libc-bin (2.23-0ubuntu11) ...
Processing triggers for ca-certificates (20170717~16.04.2) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
 * ERROR: Failed to run install_ubuntu_stable_deps()!!!
 * DEBUG: Removing the logging pipe /tmp/bootstrap-salt.logpipe
 * DEBUG: Removing the temporary apt error file /tmp/apt_error.n3jI
ERROR: Service 'ubuntu-16-tester' failed to build: The command '/bin/sh -c /tmp/bootstrap-salt.sh -X -d -D' returned a non-zero code: 1
```

Where as installing both `gnupg` and `curl` ensures `install_ubuntu_stable_deps` runs correctly, as a sub-dependency of `curl` looks to be missing.
```
Setting up ca-certificates (20170717~16.04.2) ...
Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.1) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.1) ...
Setting up curl (7.47.0-1ubuntu2.13) ...
Processing triggers for libc-bin (2.23-0ubuntu11) ...
Processing triggers for ca-certificates (20170717~16.04.2) ...
Updating certificates in /etc/ssl/certs...
148 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
OK
```

I suspect this is a typo, because looking at the code line above, `__PACKAGES="${__PACKAGES} gnupg dirmngr"`, that installs two packages.
2019-06-24 14:16:05 +01:00
Pedro Algarvio
e79d2c4d4a
Add the latest release sha256sum to the README 2019-05-20 17:52:24 +01:00
Pedro Algarvio
13b8215645
Merge pull request #1348 from s0undt3ch/stable
[Stable] Merge forward from develop
2019-05-20 16:30:22 +01:00
Pedro Algarvio
02effe06ce
Merge remote-tracking branch 'upstream/develop' into stable 2019-05-20 16:28:38 +01:00
Pedro Algarvio
9a25940dc6
Bump version for release 2019-05-20 16:27:53 +01:00
Pedro Algarvio
a92556163e
Merge remote-tracking branch 'upstream/develop' into stable 2019-05-20 11:02:01 +01:00
Pedro Algarvio
749327f65e
Update changes log and authors for stable release 2019-05-20 11:01:07 +01:00
Pedro Algarvio
b05c284f62
Merge pull request #1344 from greut/patch-1
apt_key_fetch: use curl
2019-05-15 17:58:20 +01:00
Pedro Algarvio
9214812781
Merge branch 'develop' into patch-1 2019-05-15 17:10:46 +01:00
Gareth J. Greenaway
0d1e15ef25
Merge pull request #1347 from s0undt3ch/features/more-distros-built
Start testing more plaforms on drone
2019-05-15 09:08:22 -07:00
Pedro Algarvio
a00bddefbd
Use our own docker container image to speed up the process 2019-05-15 16:41:38 +01:00
Pedro Algarvio
902334d3f2
Only install pywinrm on windows 2019-05-15 16:15:59 +01:00
Pedro Algarvio
b1901c5b01
More relaxed timeouts 2019-05-15 16:10:52 +01:00
Pedro Algarvio
ca974fba21
No global variables 2019-05-15 16:10:06 +01:00
Pedro Algarvio
a8c640a6c3
Do not install m2crypto 0.33.0, it fails to install 2019-05-15 15:18:45 +01:00
Pedro Algarvio
93ef02dcbd
Consistent spacing 2019-05-15 15:18:41 +01:00
Pedro Algarvio
8959d1b385
Create instead of converge 2019-05-15 15:15:10 +01:00
Pedro Algarvio
4bf52b7604
No concurrent converges 2019-05-15 15:01:21 +01:00
Pedro Algarvio
c4d5dc364b
Converge as a step before building 2019-05-15 15:00:30 +01:00
Pedro Algarvio
611a2cf3a2
Drop suite depends 2019-05-15 14:44:26 +01:00
Pedro Algarvio
e302e463bc
Stop building Ubuntu 14.04 2019-05-15 14:44:25 +01:00
Pedro Algarvio
d64bce31e0
Remove amazon bootstraps for now 2019-05-15 14:09:12 +01:00
Pedro Algarvio
c701c65436
Bring back throtle step 2019-05-15 14:09:12 +01:00
Pedro Algarvio
ca0503dcfd
Run docker as a service 2019-05-15 14:09:12 +01:00
Pedro Algarvio
321fdef983
Even stricter concurrency 2019-05-15 14:09:12 +01:00
Pedro Algarvio
7ad2b6bfad
Even less concurrency 2019-05-15 14:09:12 +01:00
Pedro Algarvio
08f62e6614
Limit concurrency 2019-05-15 14:09:11 +01:00
Pedro Algarvio
82b008206a
Fix depends 2019-05-15 14:09:11 +01:00