summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* update version to 1.1.fb17v1.1.fb17Andy Grover2015-01-131-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* Add symlink from configshell_fb to configshell/Andy Grover2014-12-021-1/+0
| | | | | | | | | | We want configshell_fb/ to exist so we can more easily do prerelease development using PYTHONPATH. Remove package_dir from setup.py since with this change we don't need it any more. Signed-off-by: Andy Grover <agrover@redhat.com>
* Package as both 'configshell' and 'configshell_fb'Andy Grover2014-12-021-1/+2
| | | | | | | | | | | We have changed the API from Datera configshell, so we should be using a different package name to eliminate confusion. Still package under configshell pkg name, but issue a warning to switch. Change code in shell.py to use relative imports instead of package name. Signed-off-by: Andy Grover <agrover@redhat.com>
* version 1.1.fb16v1.1.fb16Andy Grover2014-12-021-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update versionv1.1.fb15Andy Grover2014-09-241-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update versionv1.1.fb14Andy Grover2014-08-281-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update version to 1.1.fb13v1.1.fb13Andy Grover2014-03-251-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update version to 1.1.fb12v1.1.fb12Andy Grover2014-03-141-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update version to 1.1.11v1.1.fb11Andy Grover2014-01-061-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* update version to 1.1.10v1.1.fb10Andy Grover2013-10-301-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* Use 2to3 in setup and mention that configshell-fb is Python 3 compatibleChristophe Vu-Brugier2013-10-121-1/+2
| | | | Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
* update version to 1.1.fb9v1.1.fb9Andy Grover2013-09-121-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* Put package information in setup.py instead of importing configshell's initChristophe Vu-Brugier2013-08-281-20/+10
| | | | | | Also update the package name, version, URL and maintainer. Signed-off-by: Andy Grover <agrover@redhat.com>
* configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-041-11/+11
| | | | | | | | | 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>
* Now using a tarball-release based Makefile.Jerome Martin2011-09-221-13/+10
| | | | | | | | | | | | | | | * 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.
* Initial configshell commit0.9Nicholas Bellinger2011-05-041-0/+43
Signed-off-by: Nicholas A. Bellinger <nab@risingtidesystems.com>