- Mar 16, 2013
-
-
Nikos Skalkotos authored
-
- Mar 14, 2013
-
-
Nikos Skalkotos authored
You don't need the account name. You can fetch it from astakos using the authentication token.
-
- Mar 13, 2013
-
-
Nikos Skalkotos authored
-
- Mar 12, 2013
-
-
Nikos Skalkotos authored
Credits go to Konstantinos Tompoulidis <kostikas@grnet.gr>
-
- Mar 06, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Latest versions of synnefo require user id instead of e-mail to authenticate.
-
Nikos Skalkotos authored
Don't let libguestfs guess the format of the provided image. Enforce it to treat the image as raw.
-
- Feb 01, 2013
-
-
Nikos Skalkotos authored
-
- Jan 30, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 29, 2013
-
-
Nikos Skalkotos authored
When shrinking partitions, make sure that the shrinked partitions always starts from the sector the initial partition started. Changing this may destroy the boot loader.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 28, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Add installation sections for Fedora and CentOS
-
Nikos Skalkotos authored
When you create a source distribution with: python ./setup.py sdist The docs should be included in the source archive.
-
- Jan 27, 2013
-
-
Nikos Skalkotos authored
It behaves different in different pyparted versions and only causes problems. Let python do the garbage-collection...
-
- Jan 26, 2013
-
-
Nikos Skalkotos authored
The method has different behaviour in python 2.6 and python 2.7. In python 2.6, os.path.relpath('/proc', '/) will output '../proc' where in python 2.7 it will output 'proc'.
-
Nikos Skalkotos authored
Use length instead of getLength() to get the size in sectors of a device.
-
- Jan 22, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Add contact info * Add info on how to install Arch Linux packages * Add limitations section in usage
-
- Jan 21, 2013
-
-
Nikos Skalkotos authored
Credits go to Alex Pyrgiotis <apyrgio@grnet.gr>
-
- Jan 18, 2013
-
-
Nikos Skalkotos authored
We used to exclude mount point from rsync with options like this: --exclude mount/point/* This will copy the directory and leave out all files under it. In some cases, this causes problems because rsync will fail if it cannot stat the directory and some mount point will only return stat info to their owner and not root. Even if this wasn't the case, we cannot determine the real directory attributes. The stat syscall will return the attributes associated with the mount options. It's better to completely exclude those mpoints in rsync and create them explicitly after the command runs. We make them inherit the mode and the ownership of their parent directory.
-
Nikos Skalkotos authored
snf-image-creator removed /var/tmp if the directory was empty
-
Nikos Skalkotos authored
Add missing rsync dependency dependency in the install section of the documentation
-
- Jan 16, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* Add instuctions for installing the software in Ubuntu 12.10 * Rephrase some parts in install, overview and usage sections
-
Nikos Skalkotos authored
Support both versions (1.2.x and 2.x) of python-sendfile. In v1.2.x (py-sendfile) the returning value of the sendfile function is a tuple, where in v2.x (pysendfile) it's a simple integer.
-
Nikos Skalkotos authored
-
- Jan 14, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 11, 2013
-
-
Nikos Skalkotos authored
Make them comply with current source tree
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jan 10, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
If the process takes too long to finish after the stdout fd is closed, kill it.
-
Nikos Skalkotos authored
The cow file when creating images or the temporary image file when bundling the host system may be large. Allow the user to overwrite the directory under which those files get created.
-
Nikos Skalkotos authored
-