Commit Graph

38 Commits

Author SHA1 Message Date
Sean Channel
5817f888a1 update the package per issue #3710 and issue #3821 2013-02-23 14:37:31 -08:00
Sean Channel
9e862a4115 bump version 2013-02-16 12:03:17 -08:00
Sean Channel
ddc91bfa49 update release in changelog 2013-02-09 14:06:14 -08:00
Sean Channel
1084ffcb7e update changelog for bugfix release 2013-01-22 08:38:44 -08:00
Sean Channel
e1d9fa6165 are we there yet? 2013-01-13 11:19:52 -08:00
Sean Channel
eea86ab5bf version update 2012-12-19 23:28:57 -08:00
Sean Channel
db3340d871 0.11.0 release 2012-12-14 11:05:18 -08:00
Sean Channel
0a8959df23 wrong version 2012-12-04 12:14:54 -08:00
Sean Channel
c9bbab5ea7 lintian cleanups 2012-12-04 02:31:25 -08:00
Sean Channel
fdbbb72131 install bash completion and UFW firewall config 2012-12-03 23:36:33 -08:00
Sean Channel
1a85cb7a92 copyright, changelog, and control updates 2012-11-27 12:22:32 -08:00
Sean Channel
a4cec067ea log changes 2012-11-21 16:15:02 -08:00
Sean Channel
f7eb7034ad update runtime paths 2012-11-21 12:49:18 -08:00
Sean Channel
13e9c06d82 change version for daily builds 2012-11-15 23:53:52 -08:00
Sean Channel
1e20ebca9c list commits in changelog 2012-11-14 14:22:50 -08:00
Sean Channel
a70c854797 update current status 2012-11-14 11:07:35 -08:00
Tom Vaughan
15f89dbdfe Bump debian package number.
Launchpad compains that salt_0.10.4.tar.gz already exits. There is no
way to delete this tarball:

    https://answers.launchpad.net/launchpad/+faq/990

Also `dput -f` doesn't work in this case.

The Ubuntu distribution has also been added to the debian package
number. This appears to be the only way we can build salt packages on
Launchpad for multiple distributions.

http://www.youtube.com/watch?v=dJw6pcEwyXM
2012-10-24 11:13:17 -03:00
Tom Vaughan
24402baa53 bump 2012-10-24 10:54:42 -03:00
Tom Vaughan
f7af7051f7 she who creates the debian package must be listed in the changelog 2012-10-04 01:19:20 -03:00
Thomas S Hatch
2f48e4c3e6 update debian changelog for 0.10.3 2012-09-30 16:05:48 -06:00
Dave Rawks
14d29578dd Added 0.10.2 entry to debian/changelog per issue 1743 2012-08-01 13:38:09 -07:00
Tom Vaughan
5f756d4b62 Build .deb's within the salt source code tree.
The salt repo on GitHub is being imported into Launchpad. Please see:
https://launchpad.net/salt.

The source code is imported periodically by Launchpad. And each import
results in a .deb being built (actually several .deb's). Please see:
https://launchpad.net/~saltstack/+archive/salt.

The packages that are there now were manually uploaded. No new .deb's
have been built. Thus this commit.

This commit bumps the version number so that the package version will
be greater than the package version currently on Launchpad. (This
number doesn't need to be bumped on each commit. Launchpad will add an
additional incremental package version number to each .deb it
creates.)

Also, this commit deletes "debian/source/format". I'm no Debian
package expert, but this seems to indicate to the Debian build tools
that the .deb is being created using a tarball. With this removed
we're able to build a .deb using the source code tree instead. For
example, `debuild -uc -us -i -I` will do the trick.

This means that we'll be creating daily builds of salt on
Launchpad. What's on Launchpad now was until recently the most recent
stable release. This could be a bit of a surprise for people. We may
want to have "stable", "testing", and "unstable" PPA's.

See also: https://launchpad.net/~saltstack/+archive/salt
2012-05-02 17:46:11 -04:00
Corey Quinn
ea8d71d5ca Initial upload to Debian unstable 2012-03-21 19:45:58 +00:00
Corey Quinn
0a18ebf7cd New version, updated a few packaging oddities as well 2012-03-21 19:42:11 +00:00
Corey Quinn
1453a8175d Fixed arch and versioning 2012-02-08 17:25:34 -08:00
Corey Quinn
508fba96e5 Changelog notices 2012-02-07 18:41:49 -08:00
Corey Quinn
6af13c616b Updating 2012-02-07 18:21:09 -08:00
Corey Quinn
dfd82ad0bd Debian/Ubuntu package for upstream acceptance
Applying latest changes for packaging

Fixed typos in man pages

Latest round of changes

More packaging fixups

Fixed salt-common typo

Fixed wildcarding in install files

Removed extra man pages

Removed trailing slash

Fixed links

Moved binaries to proper packages

Fixed man pages

Pathing

Perms tweak

Missing files

Fixed spacing

Fixed another lintian error

build the msgpack stuff

Updating rules and install files

Fixed shebang

Control updates

Fixed copyright file

Fixed lintian

Fixed overrides

cmd.retcode no longer uses subprocess.call since it is broken

fix issue with source_hash and trailing whitespace

Bye-bye pickle, hello msgpack

Add docs for new source powers

Add support for source_hash to be a source hash string

add pure python template type

add return clarifying that no states were found if no states are found

change some strings to use format

add code to cache jobs on the minion if option is set

serialize cache data

was caching the wrong line data

Add cache_jobs to the minion config template

add docs for new config param cache_jobs

make the minions return to the master in addition to returning to
returners

Add capability to designate multiple returns

only run the apache module if apachectl is installed

only load solr module if solr is installed

Debug statement used the wrong variable.

Only load nginx on machines that have nginx installed

Make it more like the apache module
2012-01-18 12:15:01 -08:00
Thomas Schreiber
559ae377f6 Fix whitespace errors that made dpkg-buildpackage fail. 2011-12-30 00:13:59 +00:00
Corey Quinn
b5dfe80ef3 Fixed changelog 2011-12-27 03:55:12 -08:00
Corey Quinn
b7893fc199 Fixed changelog 2011-12-27 03:53:31 -08:00
Corey Quinn
6be41a0e2e Updated changelog 2011-12-27 03:44:19 -08:00
Corey Quinn
0c377230ad Fixed lintian errors on package build 2011-12-26 16:34:06 -08:00
Seth House
749c2dde51 Updated changelog for Debian package 2011-11-28 03:19:23 -07:00
Seth House
1cdd217038 Updated changelog for the 0.9.4 PPA
Hopefully I can stop screwing up the version numbering on these PPAs
from here on out.  >.<
2011-11-28 03:19:22 -07:00
Seth House
ed30f5aa2e Bumped Debian changelog for 0.9.4 2011-11-27 16:13:27 -07:00
Seth House
e63150998f Updated Debian build files for PPA 0.9.4.pre release 2011-11-25 23:54:18 -07:00
Aaron Toponce
19764c5b78 adding the debian packaging files 2011-10-03 21:46:11 -06:00