Revision:

Revisions

# Date Author Comment
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.

5a012759 01/22/2013 07:48 pm Nikos Skalkotos

Bump ubuntu version to 0.2.2-0ubuntu1

956c6c31 01/22/2013 05:38 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

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
eb5123b7 01/21/2013 03:05 pm Nikos Skalkotos

Fix typos in install section of the documentation

Credits go to Alex Pyrgiotis <>

252b2b5d 01/18/2013 09:20 pm Nikos Skalkotos

Completely exclude mpoints when running rsync

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

f6ea8d02 01/18/2013 06:48 pm Nikos Skalkotos

Fix a bug in tmp dir removal

snf-image-creator removed /var/tmp if the directory was empty

aab4b154 01/18/2013 12:21 pm Nikos Skalkotos

Add missing rsync dependency in docs

Add missing rsync dependency dependency in the install section of
the documentation

14a711fd 01/16/2013 09:24 pm Nikos Skalkotos

Bump ubuntu version to 0.2.1-0ubuntu1

88d86948 01/16/2013 09:20 pm Nikos Skalkotos

Remove constraint in python-sendfile dependency

No need to have python-sendfile << 2.0 any more

aa3b0a2a 01/16/2013 09:15 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

aa816e8c 01/16/2013 08:19 pm Nikos Skalkotos

Bump version to 0.2.1

8c7d7b90 01/16/2013 07:57 pm Nikos Skalkotos

Update the documentation

  • Add instuctions for installing the software in Ubuntu 12.10
  • Rephrase some parts in install, overview and usage sections
717b0434 01/16/2013 05:13 pm Nikos Skalkotos

Support python-sendfile 2.x

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.

0d7d3237 01/16/2013 04:35 pm Nikos Skalkotos

Fix a variable name typo in output/dialog.py

02bb0ad2 01/15/2013 06:00 pm Nikos Skalkotos

Bump ubuntu version to 0.2-0ubuntu3

f7b2b46b 01/15/2013 05:58 pm Nikos Skalkotos

Add setuptools as build dependency

d21cb376 01/15/2013 05:16 pm Nikos Skalkotos

Bump ubuntu version to 0.2-0ubuntu2

cd05ea69 01/15/2013 05:08 pm Nikos Skalkotos

Add missing setuptools dependency

« Previous 1 ... 11 12 13 14 15 ... 23 Next » (301-325/554) | Per page: 25, 50, 100

Also available in: Atom