summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove build scripts for RPM and Debian packagesChristophe Vu-Brugier2016-10-241-73/+0
| | | | | | | | | | | | | | | | | Remove the "debian" directory because Debian packagers have reported in the past that having a "debian" directory makes their work harder when merging the upstream branch into their packaging branch. Moreover, our in-repo Debian packaging is less complete than the Debian packaging. Also remove our in-repo RPM packaging which is probably lagging behind Fedora's packaging. Finally, this patch adds a few links to RPM and Debian build scripts in our README.md. Fixes #69. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
* rename debian package to targetcli-fbJohannes Dewender2013-10-251-18/+19
| | | | | | The name "targetcli" is already used for the original package on Debian. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* fix version number in packaging, fix #29Johannes Dewender2013-10-251-3/+3
| | | | Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* targetcli: Change copyright to Apache License 2.0Nicholas Bellinger2013-07-231-15/+0
| | | | | | | | | | This patch converts rtslib 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> Signed-off-by: Andy Grover <agrover@redhat.com>
* Removed full git log from packages changelogs.Jerome Martin2011-11-011-22/+20
|
* Renamed redhat/ to rpm/Jerome Martin2011-10-191-4/+4
|
* 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.2.0rc1Jerome Martin2011-09-221-78/+103
| | | | | | | | | | | | | | | * 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. * Removed obsolete (empty) doc packages generation. The shell is self-documenting. * Cleaned up setup.py alignements.
* Changed name to targetcli at community request.Jerome Martin2011-09-201-20/+20
|
* Fixed build branch (in git export) in Makefile.Jerome Martin2011-07-291-1/+2
|
* Added sed* inplace tmp files to clean target.Jerome Martin2011-05-181-1/+1
|
* For RPM build, include docs and proper version.Jerome Martin2011-05-151-6/+15
|
* Build process cleanup, added rpm/deb targets.Jerome Martin2011-05-141-24/+34
| | | | | | | | | * 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 python-rtslib to rtsadmin control
* initial rtsadmin commit1.99Nicholas Bellinger2011-05-041-0/+87
Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>