| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
The name "targetcli" is already used for the original package on Debian.
Signed-off-by: Johannes Dewender <github@JonnyJD.net>
|
| |
|
|
| |
Signed-off-by: Johannes Dewender <github@JonnyJD.net>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* 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
|
|
|
Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
|