Nicole Thomas
819ce0ff53
Merge pull request #1246 from icyfork/ubuntu_daily_set_stable_rev
...
Disable shell error about unbound variable during daily install
2018-06-19 09:57:34 -04:00
Ky-Anh Huynh
584c97de5d
Return immediately if apt-get fails
2018-06-19 13:21:11 +07:00
Ky-Anh Huynh
b3767e2bdc
Disable shell error about unbound variable during daily install
2018-06-19 13:14:40 +07:00
N
f08d045916
OpenSuse_Leap_15.0 repo support
2018-06-15 14:30:15 +01:00
Nicole Thomas
0129adb3c8
Merge pull request #1243 from rallytime/py3-deb9
...
Add Python3 package support for Debian 9
2018-06-08 09:34:53 -04:00
rallytime
747b58bdb1
Update -x inline docs and README file with python3 support info
2018-06-07 11:09:12 -04:00
rallytime
1f547fede8
Add Python3 package support for Debian 9
...
Refs #1127
2018-06-07 11:08:49 -04:00
Nicole Thomas
c223af7da6
Merge pull request #1242 from rallytime/py3-cent7
...
Add Python3 package support for CentOS 7
2018-06-07 10:19:26 -04:00
rallytime
dfa4f46503
Simplify logic: fail if -r/R is passed with -x python3
2018-06-06 14:55:45 -04:00
rallytime
e672bdc1b9
Update README with CentOS 7 Python 3 support
2018-06-05 15:39:13 -04:00
rallytime
58e0e51d4d
Add Python3 package support for CentOS 7
...
Refs #1127
2018-06-05 15:35:48 -04:00
Nicole Thomas
d259d26dce
Merge pull request #1239 from rallytime/shellcheck-updates
...
Shellcheck fixes found when running latest version
2018-06-05 08:51:04 -04:00
rallytime
65263f176c
Shellcheck updates based on review
2018-06-04 11:53:00 -04:00
rallytime
18e1b973f2
Remove "Z" option from list of possible options
...
The functionality for the "Z" option was removed a while ago, but
the letter was never removed from the opt list. This change fixes the
following shellcheck warning:
SC2213: getopts specified -Z, but it's not handled by this 'case'.
2018-06-04 11:52:40 -04:00
rallytime
1a22209835
Fix final double quoting error
...
Fixes the following shellcheck error:
SC2086: Double quote to prevent globbing and word splitting.
2018-06-04 11:52:40 -04:00
rallytime
765944555c
Use explicit escaping with double backslashes
...
Fixes the shellcheck errors that look like this:
SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".
2018-06-04 11:52:39 -04:00
rallytime
2000661cc6
Change "egrep" uses to be "grep -E"
...
Fixes the following shellcheck violation:
SC2196: egrep is non-standard and deprecated. Use grep -E instead.
2018-06-04 11:52:03 -04:00
Nicole Thomas
06fdd8917a
Merge pull request #1238 from rallytime/py3-u16
...
Add Python3 package support for Ubuntu 16.04
2018-06-04 11:28:51 -04:00
rallytime
27d3d9c3e2
Add separate section to README for Python 3 support
2018-06-04 11:18:38 -04:00
rallytime
c136ddfdb9
Fix rst formatting for nested bullet list
2018-05-31 10:27:33 -04:00
rallytime
e20866453d
Add Python3 package support for Ubuntu 16.04
...
Refs #1127
2018-05-31 10:23:26 -04:00
Nicole Thomas
3080cab2cf
Merge pull request #1226 from jheidbrink/fix_nodeps_flag
...
Call __git_clone_and_checkout directly
2018-05-29 13:33:09 -04:00
Nicole Thomas
6d8e68ab23
Merge pull request #1235 from KaiSforza/jenkins-cleanup
...
Jenkins cleanup, `Replay` ease of use
2018-05-29 13:32:04 -04:00
William Giokas
b467850821
Make sure we're not running a test twice
2018-05-23 11:10:55 -06:00
William Giokas
f0574fb2c4
Update the distro list
...
If you really need to test it against a different distro, you can go to
the `Replay` thing in Jenkins and modify the basePRDistros or
baseDistros list.
2018-05-23 11:09:55 -06:00
William Giokas
b8ee1aa28e
Some cleanups to jenkins
...
I removed the var checking, some trailing spaces
2018-05-23 10:36:37 -06:00
Brett Benassi
587ac40827
Merge pull request #1234 from KaiSforza/jenkins-parallel
...
Update to scripting, different pr tests
2018-05-23 10:30:41 -06:00
William Giokas
46ca7143fa
Update to scripting, different pr tests
2018-05-23 10:30:00 -06:00
Brett Benassi
c64448b530
Merge pull request #1232 from KaiSforza/jenkins-bootstrap
...
Remove the colon
2018-05-21 15:51:00 -06:00
William Giokas
bec0bbb5d5
Remove the colon
2018-05-21 15:48:46 -06:00
Nicole Thomas
017921a914
Merge pull request #1231 from KaiSforza/jenkins-bootstrap
...
Make this run on the new bootstrap instance
2018-05-21 17:43:16 -04:00
William Giokas
da7c173349
Make this run on the new bootstrap instance
2018-05-21 15:34:22 -06:00
Nicole Thomas
59f15be5dc
Merge pull request #1230 from KaiSforza/jenkins
...
Add Jenkinsfile
2018-05-21 17:09:54 -04:00
William Giokas
04afc0dec3
Add Jenkinsfile
...
Need to add a pipeline to use this.
2018-05-21 15:03:25 -06:00
Jan Heidbrink
c4eefe1b1b
Check out repo even with NO_DEPS option
...
This addresses issue 1217.
2018-05-19 17:59:51 +02:00
Nicole Thomas
361bf220d5
Merge pull request #1229 from rallytime/fix-shellcheck-failure
...
Fix the variable ref from #803
2018-05-17 10:42:06 -04:00
rallytime
6d59599676
Fix the variable ref from #803
...
The version of shellcheck that was previously running on bootstrap PRs
was out of date and not catching the fact that the VIRTUAL_ENV variable
didn't exist. That variable should be _VIRTUALENV_DIR instead.
2018-05-16 10:20:53 -04:00
rallytime
22a7bc373a
Add Ubuntu 18.04 support
...
Fixes #1225
2018-05-10 15:56:48 -04:00
Nicole Thomas
0d502f2272
Merge pull request #1224 from rallytime/move-1210
...
Move #1210 to develop branch
2018-04-26 13:19:11 -04:00
pjcreath
056f8d8a39
Add 'yum clean metadata' after updating the saltstack.repo file as requested.
...
According to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/sec-working_with_yum_cache
this option "eliminates all files that yum uses to determine the remote
availability of packages."
2018-04-26 13:17:15 -04:00
pjcreath
03273de164
bootstrap-salt.sh: fix for silently ignored version argument on CentOS/RHEL
...
This commit adds a warning when a pre-existing saltstack.repo
on CentOS/RHEL causes the version argument to be ignored.
It also allows the -F (forced overwrite) option to override
this situation, overwriting the saltstack.repo file, and
thus installing the specified version.
Resolves #1209 .
2018-04-26 13:17:10 -04:00
Nicole Thomas
911b3efccd
Merge pull request #1223 from rallytime/update-sha
...
Add sum to README for 2018.04.25 release
2018-04-25 16:10:11 -04:00
rallytime
182ef75d19
Add sum to README for 2018.04.25 release
2018-04-25 16:08:49 -04:00
Nicole Thomas
173bb69ed5
Merge pull request #1221 from rallytime/new-release
...
Update authors file, changelog, and release number
2018-04-25 15:34:02 -04:00
rallytime
cded5c2a07
Update release date to 4-25
2018-04-25 15:29:40 -04:00
rallytime
af8e97183e
Update release version in bootstrap-salt script
2018-04-24 15:15:07 -04:00
rallytime
6b49d129d1
Update changelog with latest changes
2018-04-24 15:13:55 -04:00
rallytime
550ae3e1c0
Update authors file with new contributors
2018-04-24 15:12:42 -04:00
Nicole Thomas
9af82fb1f4
Merge pull request #1219 from abednarik/use_tornado4_freebsd_deps
...
Install py-tornado4 for FreeBSD.
2018-04-19 14:24:08 -04:00
abednarik
15250b8ee3
Install py-tornado4 for FreeBSD.
...
See https://github.com/saltstack/salt/issues/45790
2018-04-19 14:38:14 -03:00