Skip to content

Commit e44c2a2

Browse files
author
Nicole Thomas
authored
Merge pull request #887 from rallytime/merge-stable
[stable] Merge develop into stable branch
2 parents 39b5446 + 9c0e36b commit e44c2a2

File tree

6 files changed

+562
-431
lines changed

6 files changed

+562
-431
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
/.project
22
*.swp
33
.vagrant
4+
5+
# Pycharm
6+
.idea
7+

AUTHORS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ abednarik abednarik [email protected]
1111
Adam Wright hipikat [email protected]
1212
Alec Koumjian akoumjian [email protected]
1313
Alex Van't Hof alexvh
14+
Alexander Krasnukhin themalkolm [email protected]
1415
Angelo Gründler plueschopath [email protected]
1516
Ari Aosved devaos [email protected]
1617
Beau Hargis beaucephus [email protected]
@@ -27,6 +28,7 @@ Christer Edwards cedwards
2728
Clark Perkins iclarkperkins [email protected]
2829
Dag Viggo Lokøen dagvl [email protected]
2930
Dan Mick dmick [email protected]
31+
Daniel Poelzleithner poelzi
3032
David J. Felix DavidJFelix
3133
denmat denmat
3234
Denys Havrysh vutny [email protected]
@@ -57,6 +59,7 @@ Karl Grzeszczak karlgrz
5759
Kenneth Wilke KennethWilke
5860
lomeroe lomeroe
5961
Liu Xiaohui oreh [email protected]
62+
Marc Vieira-Cardinal marccadinal
6063
Mark Lee malept
6164
Marcus Furlong furlongm [email protected]
6265
markgaylard markgaylard
@@ -70,6 +73,7 @@ Michael Scherer mscherer
7073
Michele Bologna mbologna [email protected]
7174
Mike Carlson m87carlson [email protected]
7275
Mike Place cachedout [email protected]
76+
nasenbaer13 nasenbaer13
7377
nevins-b nevins-b
7478
Nicole Thomas rallytime [email protected]
7579
Niels Abspoel aboe76 [email protected]
@@ -93,6 +97,7 @@ Ronald van Zantvoort The-Loeki [email protected]
9397
RuriRyan RuriRyan [email protected]
9498
Ryan Walder ryanwalder [email protected]
9599
Sergey Paramonov serge-p [email protected]
100+
Shane Lee twangboy [email protected]
96101
Shawn Butts shawnbutts
97102
Skyler Berg skylerberg [email protected]
98103
Stanislav B stanislavb

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 2016.06.24:
2+
* Save invocation command and arguments into variables. (jfindlay) #885
3+
* Update the authors list with new contributors. (rallytime) #884
4+
* Add option to make setup.py install quiet. (nasenbaer13) #865
5+
* Fix lint. (jfindlay) #881
6+
* Add -R option to allow a custom repo URL. (rallytime) #877
7+
* Exclude path of script when called from another dir. (l2ol33rt) #871
8+
* Print invocation info. (jfindlay) #869
9+
* Always refresh the Arch Linux keyring if needed. (cachedout) #868
10+
* Ubuntu 16.04 LTS Xenial Support. (notpeter) #852
11+
* Install Salt packages from repo.saltstack.com on Debian 7 "Wheezy". (vutny) #864
12+
* Drop support for Debian 6 old-old-stable "squeeze": reached end-of-life. (vutny) #860
13+
* Removed ubuntu version restriction for apt-get update. (marccardinal) #859
14+
* Fix bootstrapping from git on Debian 8 by installing latest `tornado` via pip. (vutny) #828
15+
* Add the ability to override master and/or minion configs from CLI. (rallytime) #841
16+
* Don't sleep 11 seconds if the user allowed overwrite of config files. (poelzi) #832
17+
118
Version 2016.05.11:
219
* Only overwrite the minion config file if '-C' is passed. Otherwise, preserve it. (rallytime) #848
320

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Supported Operating Systems
206206
Debian and derivatives
207207
~~~~~~~~~~~~~~~~~~~~~~
208208

209-
- Debian GNU/Linux 6/7/8
209+
- Debian GNU/Linux 7/8
210210
- Linux Mint Debian Edition 1 (based on Debian 8)
211211
- Kali Linux 1.0 (based on Debian 7)
212212

@@ -238,7 +238,7 @@ Ubuntu and derivatives
238238
- Linaro 12.04
239239
- Linux Mint 13/14/16/17
240240
- Trisquel GNU/Linux 6 (based on Ubuntu 12.04)
241-
- Ubuntu 10.x/11.x/12.x/13.x/14.x/15.04
241+
- Ubuntu 10.x/11.x/12.x/13.x/14.x/15.x/16.04
242242

243243

244244
Other Linux distro

0 commit comments

Comments
 (0)