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

e5dfdb55 01/15/2013 03:53 pm Nikos Skalkotos

Bump ubuntu version 0.2-0ubuntu1

a07b2969 01/15/2013 03:52 pm Nikos Skalkotos

Fix lintian Errors

26dcc65a 01/15/2013 03:17 pm Nikos Skalkotos

Add new dependencies needed for v0.2

9b0698ac 01/15/2013 12:08 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

99f95b85 01/14/2013 07:50 pm Nikos Skalkotos

Bump version to 0.2

4197b5a6 01/14/2013 07:49 pm Nikos Skalkotos

Update the documentation to reflect v0.2

afdddc8d 01/11/2013 08:05 pm Nikos Skalkotos

Rephrase overview and install section in docs

Make them comply with current source tree

7bc8be06 01/11/2013 04:38 pm Nikos Skalkotos

Add COPYRIGHT and README.rst in MANIFEST.in

c282b18e 01/11/2013 04:20 pm Nikos Skalkotos

Add author and author_mail in setup.py

1294501a 01/11/2013 02:17 pm Nikos Skalkotos

Fix bug introdueced in f2ddf4db58fc537e66d60739d2a

f2ddf4db 01/10/2013 07:25 pm Nikos Skalkotos

Fix minor issues in output messages

fb2d189c 01/10/2013 07:15 pm Nikos Skalkotos

Fix the rsync child process wait code

If the process takes too long to finish after the stdout fd is
closed, kill it.

c16850ae 01/10/2013 07:11 pm Nikos Skalkotos

Allow users to specify tmp dir for large files

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.

62e18b3a 01/10/2013 04:25 pm Nikos Skalkotos

Merge branch 'stable-0.1-hd'

b62d91e8 01/10/2013 04:16 pm Nikos Skalkotos

Add copyright file

14509370 01/10/2013 04:07 pm Alex Pyrgiotis

Minor typo correction

b39357a8 01/10/2013 09:49 am Alex Pyrgiotis

Update installation method

In the "Installation from source" scenario, add python-sendfile to the
list of dependecies that will be installed via apt-get. Else, it would
complain about missing C headers and the user would need to download
python-dev instead.

4a35faa5 01/04/2013 07:26 pm Nikos Skalkotos

Fix minor typos

e36b5b14 01/04/2013 02:14 pm Nikos Skalkotos

Treat kamaki config files as sensitive data

When cleaning up sensive user data on unix systems, remove .kamakirc
and .kamaki.history too.

fa39c7e3 01/04/2013 02:06 pm Nikos Skalkotos

Truncate the image before fs creation

63e1b902 01/04/2013 01:17 pm Nikos Skalkotos

In rsync make src and dest labels configurable

033007ec 01/03/2013 07:53 pm Nikos Skalkotos

Merge branch 'stable-0.1'

7f9ecc51 01/03/2013 07:51 pm Nikos Skalkotos

Fix a bug in image shrinking code pt2

Handle correct extended partitions with id 0xf

3664c5f5 01/03/2013 03:30 pm Nikos Skalkotos

Remember the working dir media selection dialog

663f5f80 01/03/2013 02:52 pm Nikos Skalkotos

Minor fixes in output messages

« Previous 1 ... 5 6 7 8 9 ... 12 Next » (301-350/554) | Per page: 25, 50, 100

Also available in: Atom