Erik Johnson
e11f1e4564
remove errexit
2014-05-05 13:40:19 -05:00
Ryan Davis
8fdced7877
windows: update to nssm 2.21.1
...
new 32-bit binary for nssm.exe, upgrading from the previous 2.16.
Has some bug fixes, see http://nssm.cc/changelog .
Driving impetus to upgrade was "Silently ignore INTERROGATE control.",
on win2012 nssm spews ~30 event log messages per minute.
Tested by stopping windows minion, replacing nssm.exe, and restarting.
2014-05-02 09:13:00 -04:00
Dennis Herbrich
f1a8a538fc
Fix typo in Type declaration of systemd unit
...
The systemd service type must be declared in lower case, otherwise systemd generated a warning and ignores the declaration.
2014-04-23 15:11:00 +02:00
Erik Johnson
4e3430d751
Fix comments in shar build script
2014-04-21 16:38:34 -05:00
Erik Johnson
5ed7be5b2e
Update spec file for 2014.1.3
2014-04-18 18:19:14 -05:00
Niels Abspoel
5cd37adb7d
updated suse spec file to 2014.1.3
2014-04-18 20:35:33 +02:00
David Boucha
9c5880c188
bump windows installer version
2014-03-31 13:33:39 -06:00
Thomas S Hatch
28dd3e17e5
Merge pull request #11523 from dlanderson/no_su_upstart
...
Remove "su -c" from upstart scripts
2014-03-26 12:14:48 -06:00
David Anderson
31d7d327be
Remove "su -c" from upstart scripts
2014-03-25 16:10:08 -06:00
Niels Abspoel
2a39b57155
updated suse release to 2014.1.1
2014-03-25 21:08:36 +01:00
Thomas S Hatch
3cbf31bd80
Merge pull request #11440 from pzbitskiy/nsis-vc-redist
...
Check for VC 2008 redist package in Windows installer
2014-03-24 15:39:30 -06:00
Pedro Algarvio
9ec00d2834
Fix wrong permissions
2014-03-23 18:22:35 +00:00
pzbitskiy
b25d21f666
Check for VC 2008 redist package in Windows installer
...
* Download and install vcredist_x86 / vcredist_x64 if needed
* Fix for #10716
2014-03-22 17:31:05 +04:00
Daniel Wallace
198e3eee8a
Yay systemd.daemon.notify
...
requires the python2 systemd bindings
2014-03-14 08:19:52 -05:00
Erik Johnson
381d6ac305
Add shar pkg build script
2014-02-28 21:48:15 -06:00
Thomas S Hatch
6085b921bf
Merge pull request #10785 from terminalmage/rhel6-upstart
...
Add RHEL6-specific upstart config files
2014-02-26 12:54:11 -07:00
Erik Johnson
08d90a7beb
Add RHEL6-specific upstart config files
...
RHEL6 doesn't use the net-device-up and local-filesystems targets,
meaning that if someone decides to use this upstart config then the
master/minion/syndic does not start on boot.
We don't deploy upstart configs in our RPMs, but this provides a working
upstart config file for those that wish to use it.
2014-02-26 11:26:06 -06:00
Nahum Shalman
e62862f992
update documentation about SmartOS esky packaging
2014-02-25 19:27:39 -05:00
David Boucha
34a12d0929
bump windows installer version number
2014-02-25 09:58:34 -07:00
Niels Abspoel
f252aa2f29
Updated suse rpm specfiles for 2014-1 release
...
removed symlinks to systemd service files now pypi tarball
includes pkg folder. Updated spec file to match these sources.
2014-02-21 22:22:20 +01:00
Thomas S Hatch
655da0bd5c
Merge pull request #10638 from terminalmage/rpm
...
Update spec file for 2014.1.0
2014-02-20 20:38:16 -07:00
Erik Johnson
3007e6882c
Update spec file for 2014.1.0
2014-02-20 21:06:10 -06:00
Mike Place
a485eceac9
Fix all broken links in docs. Ignore certain known-good links. Adjust many links that are returning 301.
...
Conflicts:
doc/topics/installation/index.rst
2014-02-20 16:16:59 -07:00
Tom Atkinson
4c87afbdc8
Fix service restart over salt
2014-02-18 20:37:53 +01:00
David Boucha
b44e681c5c
release 0.17.5 Windows installers
2014-02-14 01:45:48 -07:00
Erik Johnson
708a95ddf4
Update RPM spec for 0.17.5
2014-01-27 15:54:26 -06:00
Alexey Ivanov
d23ff3821e
codespell: grammar nazi
...
Run codespell[1] against sources.
[1] https://github.com/lucasdemarchi/codespell
2014-01-26 18:41:28 -08:00
Niels Abspoel
ba4d1d54b0
updated suse rpm to 0.17.5
2014-01-25 22:18:01 +01:00
Nahum Shalman
3c179c2a41
SmartOS esky packaging: minor fixup
...
Don't assume that the top directory is named "salt"
The user might choose to name it "salt-<version>"
or "saltstack" or whatever else.
install.sh is already that flexible; this fixes _syspaths.py
2014-01-24 09:47:37 -05:00
Nahum Shalman
9f2a19ef05
SmartOS Esky Packaging: Fix PATH for services
...
We ran into some weird issues with these SMF manifests
with certain critical binaries not being found in the PATH.
This PATH is derived from root's default PATH when logging
in to a SmartOS zone.
2014-01-23 15:31:44 -05:00
Nathan Rini
73a839d637
Fix bug to allow for multiple PIDs to be returned
...
Bug:
```
[root@pronghorn04 ~]# service salt-minion restart
Stopping salt-minion daemon: [ OK ]
Starting salt-minion daemon: /etc/init.d/salt-minion: line 67: [: 22610:
unary operator expected
[ OK ]
```
Traced bug:
```
++ pidof -c -o 21702 -o 21341 -o %PPID -x salt-minion
+ '[' 22610 7606 ']'
/etc/init.d/salt-minion: line 67: [: 22610: unary operator expected
```
2014-01-15 15:50:41 -07:00
Michael Birtwell
9100506a64
Fix pkg/rpm/build.py when it's a release candidate
...
Uses version.py to generate the complete version string
2014-01-09 15:45:40 -07:00
Michael Birtwell
ead7af6fa0
Correctly filter the rpm SOURCES
2014-01-09 15:45:33 -07:00
Thomas S Hatch
ad526c972f
Merge pull request #9588 from dmyerscough/fix-init-script
...
Fix init script
2014-01-06 10:47:56 -08:00
Damian Myerscough
65cde36f94
Fix #9511 multiple PID's cause unary operator expected
2014-01-06 19:46:33 +01:00
Damian Myerscough
c6ed4980dc
Fix #9511 multiple PID's cause unary operator expected
2014-01-06 19:41:34 +01:00
Nahum Shalman
e94f42449a
SmartOS esky build tooling
...
This includes:
Notes on how I created a build environment
The _syspaths.py that allows the esky build to be installed anywhere
"Template" SMF manifests and an install script to import them
A script for building both the esky zip and a deployable tarball
2014-01-05 11:20:24 -05:00
David Boucha
21c3ff1c70
bump Salt windows installer version
2013-12-26 10:40:19 -07:00
Niels Abspoel
7c817b4035
updated suse spec to 0.17.4
2013-12-25 08:42:09 +01:00
Erik Johnson
9718b9d024
Update RPM spec for 0.17.4
2013-12-19 11:33:02 -06:00
Matthew Williams
f89a3a466c
syndic upstart: invoke via su so /etc/environment is read
2013-12-04 19:17:01 -08:00
Matthew Williams
2f1d42638f
upstart scripts: invoke via su so /etc/environment is read
2013-12-04 19:09:59 -08:00
Mathieu Le Marec - Pasquet
5f46962e80
pep8 fixes
2013-12-04 00:25:50 +00:00
Thomas S Hatch
ae06ed74b3
Minor clean up on convenience rpm building function
2013-12-02 11:10:03 -07:00
Thomas S Hatch
e70b605471
Merge branch 'rpm_build_helper' of git://github.com/mbirtwell/salt into mbirtwell-rpm_build_helper
...
Conflicts:
pkg/rpm/salt.spec
2013-12-02 11:07:59 -07:00
Erik Johnson
1ce0b5b5fa
Remove unnecessary build requirement
2013-11-18 21:20:29 -06:00
Erik Johnson
d5604b3629
Update spec file for 0.17.2
2013-11-18 20:53:29 -06:00
Michael Birtwell
9879de8da7
Make buildid a argument
2013-11-13 14:58:30 +00:00
Michael Birtwell
b4e5114689
Add some stuff to make building rpms easier
...
Conflicts:
pkg/rpm/salt.spec
2013-11-13 14:58:00 +00:00
Seth House
4f00fa256b
Fixed occurances of "Salt Stack" to SaltStack
2013-11-07 10:46:41 -07:00