summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* rename debian package to configshell-fbJohannes Dewender2013-10-181-18/+19
| | | | | | This is an alternative to the original configshell. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* fix version in package buildsJohannes Dewender2013-10-161-3/+3
| | | | | | | Without this fix at least dpkg complains about the version not starting with a number (starting with "v"). Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-041-15/+0
| | | | | | | | | This patch converts configshell code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* Removed full git log from packages changelogs.Jerome Martin2011-11-011-22/+20
|
* Cleaned up packagingJerome Martin2011-10-191-4/+4
| | | | | | | | | | | * Merged doc with main package. * Not generating pdf anymore, HTML doc is better and cross-referenced anyway and the PDF generation was too dependent on LaTeX distributions which caused endless issues on several systems. * Renamed redhat/ into rpm/, as we also try to aim for SuSe compat, so the old name wasn't making sense anymore. * Added install prefix explicitely to specfile, needed on OpenSuSe, whose default is /usr/local instead of /usr
* Normalized release archive generation.Jerome Martin2011-09-221-2/+9
| | | | | | | | | | | | * Now using gzip -n to compress the release tarball. * Forcing gzip compression level to 6. * Setting the timestamp for all files in the archive to the last commit's one. * Feeding a sorted list of files to tar. * Forcing numerid UIDs in tarball and original owner/group to be uid 0. * Forcing gnu archive format. * Forcing blocking factor. * Forcing name quoting style. * Preserves git archive permissions.
* Now using a tarball-release based Makefile.Jerome Martin2011-09-221-78/+97
| | | | | | | | | | | | | | | * Removed useless obsolete targets (setup.py based) * Merged version templating in Makefile (removed bin/gen_changelog*). * Added 'release' make target that generates a dist/*.tar.gz official versionned release tarball from which one can just use setup.py, dpkg-buildpackage or rpmbuild (no Makefile in it). * Removed obsolete bin/lint as well. * Now the 'rpm' and 'deb' Makefile targets use the generated release build. * Makefile commands now use no echo mode. * Added timestamps for virtual targets. * Added *.pyc to .gitignore. * Merged doc generation in debian/rules and rpm specfile (removed bin/gendoc). * Cleaned up setup.py alignements.
* Fixed the RPM make target: work on current branch.Jerome Martin2011-07-191-1/+2
|
* Added sed* inplace tmp file to clean target.Jerome Martin2011-05-181-1/+1
|
* Makefile verbosity cleanup.Jerome Martin2011-05-151-3/+3
|
* Makefile: remove temporary RPM tarball dir.Jerome Martin2011-05-151-0/+2
|
* Fixed RPM documentation directory name + typo.Jerome Martin2011-05-151-1/+1
|
* For RPM build, include docs and proper version.Jerome Martin2011-05-151-3/+10
|
* Build process cleanup, added rpm/deb targets.Jerome Martin2011-05-141-29/+41
| | | | | | | | | * Now builds rpm and deb separately, intended to be used on debian and redhat systems respectively. No more deb -> rpm conversion using alien. * Integrated bin/clean into Makefile * Now make clean does not remove packages, added cleanall target for that. * Added .gitignore file. * Added urwid version to debian/control depend.
* Initial configshell commit0.9Nicholas Bellinger2011-05-041-0/+85
Signed-off-by: Nicholas A. Bellinger <nab@risingtidesystems.com>