Commit graph

1873 commits

Author SHA1 Message Date
Justin Findlay
a0994546f5 add stable insecure one-line, minor reorganization 2015-10-23 12:09:18 -06:00
Alex Jurkiewicz
ca3561d69c Install stable version with the insecure example
For anyone who does copy & paste the insecure one-liner, they probably should get the stable version rather than development.
2015-10-01 17:03:07 +10:00
Pedro Algarvio
a8d4992393 Merge pull request #658 from s0undt3ch/pr-656
change log and authors
2015-09-18 15:51:08 +01:00
Pedro Algarvio
5f7dcaa84c Add EYJ(@eyj) to AUTHORS 2015-09-18 15:49:57 +01:00
Pedro Algarvio
8ef3391ae4 Update changes log 2015-09-18 15:47:38 +01:00
Pedro Algarvio
b79bf86836 Merge pull request #657 from s0undt3ch/pr-656
Merge #656
2015-09-18 15:46:16 +01:00
Pedro Algarvio
939ddcea0c Don't update version 2015-09-18 15:45:35 +01:00
EYJ
7d18269cff Add bootstrap -b flag (don't install dependencies) 2015-09-17 17:12:16 +02:00
Pedro Algarvio
50a5817d11 Merge pull request #654 from hedinfaok/develop
Fixes error finding python-jinja2 in RHEL 7
2015-09-10 11:07:35 +01:00
Rob Eden
5b4d5857ce Fixes error finding python-jinja2 in RHEL 7
The installer prints the following on RHEL 7 when the server optional package is not enabled:

 *  INFO: Testing if packages usually on the optionals repository are available:
 *  INFO:   - python-jinja2
 * ERROR: Failed to find an installable 'python-jinja2' package. The optional repository or its subscription might be missing.
 *  INFO: Sleeping 10 seconds while waiting for the optional repository subscription to be externally configured

This change fixes the name of the server-optional repo to be the correct name.

The command `sudo subscription-manager repos --list` displays all available repos and their names.
2015-09-09 18:59:43 -04:00
Pedro Algarvio
fdfef04ad3 Merge pull request #653 from cbuechler/develop
Make bootstrap work with FreeBSD 11-CURRENT.
2015-09-05 09:12:11 +01:00
Chris Buechler
7ae5bfbc09 Make bootstrap work with FreeBSD 11-CURRENT. 2015-09-04 21:38:31 -05:00
Pedro Algarvio
b1624cc14a Bump version 2015-08-06 14:37:26 +01:00
Pedro Algarvio
8d7139b557 Update changes log 2015-08-06 14:33:25 +01:00
Pedro Algarvio
2e30cec780 Make sure python-dev is installed wheb trying to install tornado from PyPi
Fixes #640
2015-08-06 14:32:39 +01:00
Pedro Algarvio
9f2b8b75dd Update changes log 2015-07-29 23:33:31 +01:00
Pedro Algarvio
0d0148d318 We no longer support Ubuntu versions bellow 12.04 2015-07-29 23:26:23 +01:00
Pedro Algarvio
69c0a0cc54 Add Stanislav B(@stanislavb) to AUTHORS 2015-07-27 11:16:13 +01:00
Pedro Algarvio
4fae15cfec Update changes log 2015-07-27 11:15:27 +01:00
Pedro Algarvio
7be34fb0aa Merge pull request #638 from stanislavb/centos-prefix-usr
Use prefix /usr for centos git install
2015-07-27 11:14:23 +01:00
Stanislav Blokhin
5c818474f8 Use prefix /usr for centos git install 2015-07-27 10:46:45 +02:00
Pedro Algarvio
15ab830d30 Update changes log 2015-07-23 20:25:18 +01:00
Justin Findlay
0078814ecf Merge pull request #634 from BretFisher/develop
bugfix: exit git root before removing it
2015-07-23 13:21:10 -06:00
Bret Fisher
127497d692 bugfix: exit git root before removing it 2015-07-23 14:30:03 -04:00
Pedro Algarvio
7e8317805d Update changes log 2015-07-23 10:40:03 +01:00
Pedro Algarvio
2f34289b6f Also install python-crypto from Chris Lea's PPA on Ubuntu < 14.04 2015-07-23 10:36:22 +01:00
Pedro Algarvio
2b662cbf6a Update -Z help string to include Ubuntu 2015-07-23 10:23:52 +01:00
Pedro Algarvio
dcbeaa3126 Only install Chris Lea's requests on Ubuntu < 14.04
Fixes #632
Fixes #631
2015-07-22 21:36:16 +01:00
Pedro Algarvio
93e566c553 Bump version for stable release 2015-07-22 13:17:54 +01:00
Pedro Algarvio
bc1a74da0f Initialize an empty __PIP_PACKAGES 2015-07-22 13:13:25 +01:00
Pedro Algarvio
532189460f We also need python-chardet from Chris Lea's PPA 2015-07-22 13:11:01 +01:00
Pedro Algarvio
b2bceffd44 Update changes log 2015-07-22 12:55:36 +01:00
Pedro Algarvio
6552bf8e6e Install requests from Chris Lea's PPA.
Fixes #630
2015-07-22 12:54:37 +01:00
Pedro Algarvio
b4ba316a6a Update changes log 2015-07-22 12:11:58 +01:00
Pedro Algarvio
0b55243172 The upcoming v2015.8.xx stable releases also need Tornado 2015-07-22 12:10:41 +01:00
Pedro Algarvio
4f62a02266 Fix bad quoting. 2015-07-19 19:49:57 +01:00
Pedro Algarvio
9245195faa Add Yushi Nakai(@nyushi) to AUTHORS 2015-07-19 19:47:35 +01:00
Pedro Algarvio
e1c9c6ac32 Update changes log 2015-07-19 19:47:06 +01:00
Pedro Algarvio
226d657b7c Merge pull request #627 from nyushi/fix-tornado-installation-on-ubuntu
Fix tornado installation on ubuntu
2015-07-19 19:45:57 +01:00
Yushi Nakai
81534c11c2 Fix tornado installation on ubuntu 2015-07-19 21:15:35 +09:00
Pedro Algarvio
d9981442f0 Merge pull request #626 from PatOShea/patch-1
Cleaning up output from write-host in powershell script
2015-07-18 17:50:35 +01:00
Pat O'Shea
c7c1f61386 Cleaning up output from write-host
Just getting rid of new lines in output
2015-07-18 09:14:57 -06:00
Pedro Algarvio
7b706dbece Bump version for stable release 2015-07-17 12:12:39 +01:00
Pedro Algarvio
f10283d938 Update changes log 2015-07-17 11:32:45 +01:00
Pedro Algarvio
40cb0cd03a Properly detect the git binary in SmartOS.
Fixes #611
2015-07-17 11:32:03 +01:00
Pedro Algarvio
453185f017 Update changes log 2015-07-17 11:22:39 +01:00
Pedro Algarvio
497009c8b4 Fix possible unbound variable in Gentoo.
Closes #625.
2015-07-17 11:21:46 +01:00
Pedro Algarvio
a708203bf0 Readme clarification.
Fixes #620
2015-07-17 11:10:07 +01:00
Pedro Algarvio
9e4b3759d7 Update changes log 2015-07-16 21:15:29 +01:00
Pedro Algarvio
b879a1d832 Add Bret Fisher(@BretFisher) to AUTHORS 2015-07-16 21:14:26 +01:00