- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 26, 2013
-
-
Nikos Skalkotos authored
Rename DiskDevice class to Image and move it to a seperate module. Also, don't let the user access the os_type/* modules directly. In Image class create the `os' member variable that will host an appropriate instance of one of the OSBase classes.
-
- Mar 22, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make the docs html theme comply with the of the synnefo projects
-
Nikos Skalkotos authored
Variable d in function valideate_account was undefined
-
- Mar 21, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The exclude patterns were wrong and they excluded more files than they should.
-
Nikos Skalkotos authored
-
- Mar 20, 2013
-
-
Nikos Skalkotos authored
-
- Mar 19, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
In the bundled image /tmp and /var/tmp file mode bits ended up being wrong.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Display the online documentation url
-
Nikos Skalkotos authored
Update the documentation to reflect the changes made after 0.2.4
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 18, 2013
-
-
Nikos Skalkotos authored
-
- Mar 17, 2013
-
-
Nikos Skalkotos authored
Support images that can only be deployed by the user that registers the image to cyclades
-
- 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.
-