Commit Graph

82 Commits

Author SHA1 Message Date
Clint Savage
a02ad59941 fixup rpm pkg to include my changes. updated change by mchestnut to 0.10.5-2 even though it won't be built 2012-12-14 09:24:29 -07:00
Sean Channel
91ee888042 exit codes workaround 2012-12-13 15:12:01 -08:00
Sean Channel
16532f3e3a undo previous change 2012-12-13 13:09:25 -08:00
Sean Channel
f26fa94769 bump kill timeout from default (5) to 10 2012-12-13 13:03:23 -08:00
Sean Channel
6e462d39e4 update options list per cmd 2012-12-06 16:42:09 -08:00
Sean Channel
01cccf4d54 fix out/color flags 2012-12-06 01:02:26 -08:00
David Boucha
d4ae5ae76a Merge pull request #2812 from Talksum/spec_no_templates
removing references to config templates in spec file
2012-12-05 14:53:34 -08:00
Sean Channel
7c87e594da remove deprecated output flags 2012-12-05 14:20:45 -08:00
Mike Chesnut
673b409e07 removing references to config tampltes in spec file 2012-12-05 12:14:06 -08:00
Niels Abspoel
3452e2f2e4 PKGBUILD-git updated:
reflect changes from commit 0d77329
- conf/master.template -> conf/master
- conf/minion.template -> conf/minion
- updated PKGBUILD to add systemd service files
2012-12-04 21:56:48 +01:00
Sean Channel
726f7d79b0 single-source shared postrm script 2012-12-04 01:21:38 -08:00
Sean Channel
fdbbb72131 install bash completion and UFW firewall config 2012-12-03 23:36:33 -08:00
Sean Channel
6f29387177 shebang bang baby 2012-12-03 01:38:43 -08:00
Sean Channel
26d1e67c84 ufw firewall rules 2012-11-29 16:37:36 -08:00
Sean Channel
764dcb1345 remove wildcard stanza 2012-11-29 16:31:53 -08:00
Sean Channel
a07d62ab33 improved consolidated logrotate support 2012-11-29 16:20:13 -08:00
Sean Channel
e925cee2ee add upstart files to pkg 2012-11-23 13:35:58 -08:00
Thomas S Hatch
09f2239167 Change the systemd scripts to use simple instead of forking 2012-11-20 12:14:21 -07:00
Clint Savage
78eb411a40 fixed some indentation that doesn't work in f18 2012-10-29 00:09:46 -06:00
Ivoz
f321100507 Add service files for ArchLinux.
Note Arch's primary init system is now systemd, although init.d is still
supported and used by some. The PKGBUILD[-git] will probably want to be
changed to incorporate this commit's effects.
2012-10-26 09:54:08 +11:00
Ivoz
63352e6fa4 Change systemd-started services to be daemonized 2012-10-26 09:51:41 +11:00
Ivoz
0a071e479c Move systemd service files to a separate directory
Since service files might be used by many distros (arch, rpm-based,
gentoo, mindriva, mageia) I think it would be useful to symlink to
standard ones (and copy and edit them if differences are needed).
2012-10-26 09:45:33 +11:00
Clint Savage
48fe835c16 Updating spec to 0.10.4, patching bug #2335 (RHBZ#869669) 2012-10-24 12:08:28 -06:00
Clint Savage
0086c9d48c moved salt.spec to 0.10.3 and added systemd scriptlets 2012-10-03 10:29:00 -06:00
David Pravec
b6d7107f01 added bash completion script
Some commands and options are still missing completion,
but most do work well, including modules, functions,
grains and grain item values, nodegroups, salt-key operations, ...

This file should be installed into
     /etc/bash_completion.d/salt

I am not sure where and how to do that,
so i leave this open for others to solve.
2012-08-10 01:59:01 +02:00
Clint Savage
2b010adb3d repackage with patch to fix #1730 2012-08-02 11:20:11 -06:00
Clint Savage
aca084a0ac moved RPM to 0.10.2 2012-08-02 09:45:24 -06:00
Clint Savage
53a03d8d59 updated spec to 0.10.1 2012-07-16 17:39:38 -06:00
Intchanter
66b2e4988c PEP8 for packaging 2012-06-30 14:35:31 -06:00
Mike Chesnut
ce3e1ca09c changing locations of python and salt binaries to be variables in init scripts; also changing how daemon functio nis called so it uses the full path 2012-05-10 13:41:50 -07:00
Jeff Schroeder
ba2ed5a71a Merge pull request #1233 from herlo/master
Updated salt.spec to latest release
2012-05-09 05:58:23 -07:00
Clint Savage
7955098f29 updated salt.spec to use 0.9.9.1 2012-05-08 14:01:11 -06:00
Thomas S Hatch
708de85aa5 Add freeze.py for bbfreeze packaging
This simple script allows a user to make a binary distributable salt
system. Execute it in a system with salt already installed and a
platform specific group of all of the deps needed by Salt is created.
2012-04-09 13:31:51 -06:00
Thomas S Hatch
b0d8635c9e Merge pull request #1041 from herlo/master
Updated spec to 0.9.8
2012-04-03 12:06:07 -07:00
Clint Savage
e1321c5093 rpm to 0.9.8 2012-04-03 13:03:23 -06:00
Thomas S Hatch
8c3ad656dc Add logrotate files to pkg dir 2012-03-30 21:54:47 -06:00
Clint Savage
e67ea3b98d Merge branch 'master' of git://github.com/saltstack/salt 2012-03-21 16:15:49 -06:00
Clint Savage
bb1029d989 updated with dmidecode 2012-03-21 16:13:42 -06:00
Thomas S Hatch
fce9bd3e13 clean up leftover line in salt spec 2012-02-20 08:40:52 -07:00
Clint Savage
064f98b5ef fixed the previous spec file which fails to build due to missing .template files 2012-01-24 15:36:11 -07:00
Clint Savage
4b8e92d788 updated to work with 0.9.6 2012-01-24 15:16:30 -07:00
Clint Savage
d45f1ad998 SysV and rpmlint clean up 2012-01-08 20:28:30 -07:00
Clint Savage
201c1d4558 Cleaning up perms, group and descriptions, adding %post and %postun for systemd 2012-01-07 22:56:48 -07:00
Clint Savage
02c2051493 Updating for systemd on Fedora 15+ 2012-01-06 00:26:37 -07:00
Thomas S Hatch
0af8e1c183 Add initial systemd files 2012-01-04 15:27:42 -07:00
Christer Edwards
aa957b993e updated salt-git PKGBUILD to use proper upstream URL 2011-12-20 19:34:07 -07:00
Thomas S Hatch
889f407f2f Merge pull request #317 from herlo/master
Updated the salt spec for rpms
2011-12-04 20:41:11 -08:00
Clint Savage
1ec4aa8c3a adding updated spec for rpm 2011-12-04 21:39:28 -07:00
Christer Edwards
ea3cce87dd fixed path to rc scripts in package() 2011-12-03 11:38:15 -07:00
Christer Edwards
0f6fd8d2f9 fixed paths in package() & include all md5sums 2011-12-03 11:17:45 -07:00