1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

21 Commits

Author SHA1 Message Date
Brent Baude
ef984ed066 Refactor images
Covers all but verify and generate.  This is a refactoring of the
images subverbs (i.e. info, version, delete, ...)

Added in a unittest for list and info.

Closes: #771
Approved by: baude
2016-11-29 21:47:05 +00:00
Saleem Ansari
abe80af59a Coding Convention: E251 unexpected spaces around keyword / parameter equals 2016-03-11 00:18:01 +05:30
Brent Baude
4b4dcb32c7 Do not build atomic with an egg file
Switch from setuptools to distutils for setup which by
    default will not build things into eggs.  Rather it will
    install into PYDIR/site-apackages/<package>.  This makes
    debugging easier particularily on the Atomic environments.
2015-11-04 17:27:29 -06:00
Dan Walsh
6ef81b2fcc Bumb version to 1.6 2015-10-22 14:50:01 -04:00
Dan Walsh
74eee87353 Remove satellite_new.py from install
Bump version number.
2015-09-29 15:04:41 -04:00
Dan Walsh
7834a6b13e Added atomic scan so bouncing the version 2015-09-14 09:12:28 -04:00
Dan Walsh
d0d06fff1d Update version number 2015-09-01 08:20:28 -04:00
Ratnadeep Debnath
065828baa8 Resolve version info from setup.py using pkg_resources. 2015-08-31 11:54:00 +05:30
Dan Walsh
6d8e946942 Remove unused pkg_resouces 2015-08-14 06:24:08 -04:00
Colin Walters
106878815f build-sys: Avoid self-dependency in setup.py
The earlier 58a6e0e4ef and later
455fc8499f both break if the atomic
package is not actually installed on the system - as will be the case
with `mock/pbuilder` style builds.

It looks like OpenStack uses https://pypi.python.org/pypi/pbr which
presumably solves this problem.  I however am not super interested
right now in diving into that...I just want the thing to build.

Ansible just inserts the current dir in `sys.path`, which seems like a
simple hack, so let's do that.
2015-08-13 11:51:22 -04:00
Ratnadeep Debnath
9092885f97 Add install_requires in setup.py from requirements.txt
to install Python dependencies during setup.py develop/install.
2015-08-11 00:10:36 +05:30
Ratnadeep Debnath
71f70d1a35 Fix linting issues in setup.py 2015-08-10 23:58:06 +05:30
Ratnadeep Debnath
acf935e699 Enable setup.py develop. 2015-08-10 23:57:34 +05:30
Ratnadeep Debnath
455fc8499f Access package version in setup.py with installing dependencies.
Importing __version__ directly from Atomic package in setup.py prevented
accessing setup.py without installing the Python dependencies. Using
pkg_resources to retrieve package version in setup.py is a better way
to do it.
2015-08-10 23:53:32 +05:30
Dan Walsh
58a6e0e4ef Add version support for atomic command 2015-07-29 16:02:18 -04:00
William Temple
179a1211f8 PEP8 (Python style guide) Compliance
Signed-off-by: William Temple <wtemple@redhat.com>
2015-07-29 12:44:31 -04:00
Dan Walsh
735ab7b6b5 Rename atomic_server.py to atomic_dbus.py
Also cleanup setup.py to handle most of the setup.
setup handles python3 issues better then standard Makefile
2015-07-13 08:30:33 -04:00
Dan Walsh
536349ae04 Move the Atomic class into python library directory.
I am beginning to work on dbus bindings, this will allow the atomic cli and
the atomic_dbus_server app to share the same code.

Renamed atomicpulp to Atomic in the python library.
2015-05-14 11:30:17 -04:00
Dan Walsh
b0ba962170 Add ability to upload/push to a registry
This patch will allow users to upload to either a docker registry or
to a pulp crane server.  We want to support Sattelite in the future as
well.

Will read authorization data out of ~/.pulp/admin.conf if it exists, otherwise
it will prompt for Username and Password.

Most of pulp work contributed by Aaron Weitekamp
2015-04-25 07:22:09 -04:00
Dan Walsh
394732cdaa Rename atom to atomic 2015-01-22 17:37:51 -05:00
Dan Walsh
2c226ffd5c Initial version 2015-01-14 17:10:00 -05:00