Statistics
| Branch: | Tag: | Revision:

root @ b0376b3f

Name Size
  docs
  image_creator
.gitignore 42 Bytes
AUTHORS 193 Bytes
COPYRIGHT 1.5 kB
ChangeLog 452 Bytes
MANIFEST.in 123 Bytes
README.rst 243 Bytes
setup.py 2.3 kB

Latest revisions

# Date Author Comment
b0376b3f 01/29/2013 03:27 pm Nikos Skalkotos

Add support for gpt partitions in bundle_volume

aaacdc1f 01/28/2013 03:42 pm Nikos Skalkotos

Add AUTHORS and ChangeLog

18f71e1e 01/28/2013 03:37 pm Nikos Skalkotos

Add man pages for snf-image-creator & snf-mkimage

b50f3b94 01/28/2013 01:12 pm Nikos Skalkotos

Update the documentation

Add installation sections for Fedora and CentOS

a7f54b43 01/28/2013 11:00 am Nikos Skalkotos

Add the docs directory in MANIFEST.in

When you create a source distribution with:
python ./setup.py sdist
The docs should be included in the source archive.

eb07a85f 01/27/2013 08:06 pm Nikos Skalkotos

Don't call parted.Device.destroy()

It behaves different in different pyparted versions and only causes
problems. Let python do the garbage-collection...

29274f83 01/26/2013 03:57 pm Nikos Skalkotos

Ommit using os.path.relpath

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'.

e62eb365 01/26/2013 03:50 pm Nikos Skalkotos

Support pyparted 3.4

Use length instead of getLength() to get the size in sectors of a
device.

fba09688 01/22/2013 05:27 pm Nikos Skalkotos

Bump version to 0.2.2

5aa25240 01/22/2013 05:23 pm Nikos Skalkotos

Update the documentation

  • Add contact info
  • Add info on how to install Arch Linux packages
  • Add limitations section in usage

View all revisions | View revisions

Also available in: Atom