Dan Čermák
b015b91679
Stop inheriting from object
...
This is no longer required in Python3
2019-08-22 15:43:27 +02:00
Stefan Seyfried
e0212272f5
remove '-z' option from rsync local copy calls
...
rsync's "compress" option just does not make any sense when rsync is
used to copy files locally, it only increases CPU usage and slows down
the process ;-)
2019-08-15 09:52:27 +02:00
Marcus Schäfer
f17b6e41f0
Make sure toplevel target dir keeps permissions
...
When syncing data via rsync we make sure the toplevel target
directory the data gets synced to does not change it's origin
permissions. This Fixes #557
2017-12-04 17:17:35 +01:00
Marcus Schäfer
6cc0b2085d
Flake cleanup for unit tests
2017-03-07 13:03:10 +01:00
Bo Maryniuk
06b95b727d
Replace 'builtins.open' with patch_open decorator
2016-06-07 17:54:24 +02:00
Marcus Schäfer
e6cc5bfa09
Move from nose to pytest
...
nose is no longer maintained, thus we have to move to another
testing system. This commit updates the tox setup and all tests
to use pytest instead of nose.
2016-03-14 12:23:14 +01:00
Marcus Schäfer
39d08c35f3
Continue Refactor into subpackage
...
Move container_setup from toplevel into container.setup
2016-03-09 10:05:47 +01:00
Marcus Schäfer
80bb7c5e78
Consolidate all rsync calls into DataSync class
2016-03-07 12:11:15 +01:00
Marcus Schäfer
10a036932f
Continue Refactor into subpackage
...
container and container_setup should have their own namespace
2016-02-29 11:02:58 +01:00
Marcus Schäfer
40e6308aa9
Port application from python 2.7 to 3.4
...
For new applications like this kiwi version and its use cases
it is better to base it on a more recent python version
2016-02-17 22:38:38 +01:00
Marcus Schäfer
a5170050cc
Fixed deactivate_systemd_service
...
Check if the service file exists, if not there is no need
to deactivate an non existing service.
2016-02-17 10:54:58 +01:00
Marcus Schäfer
7bb5c32bcd
Fixes for the container builder
...
in the setup if the files to update do not exist the process
failed. This patch adds a check prior to changing the file
2016-01-19 14:39:21 +01:00
Marcus Schäfer
edbb2e7aa9
Added ContainerBuilder
...
currently supports building of docker containers
2016-01-19 12:45:43 +01:00
Marcus Schäfer
ae21222c61
Added ContainerSetup classes
...
Base and Factory plus implementation for docker
2016-01-18 16:59:58 +01:00