- 29 May, 2012 3 commits
-
-
Nikos Skalkotos authored
* Change the monitor message type names once again (hope this is the final version) * Pass -u (unbuffered) to sed to retain the actual output order in the log file * Fix a bug in helper code where the starting `{' was missing from the monitoring messages
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The latter is part of gnu coreutils.
-
- 28 May, 2012 1 commit
-
-
Nikos Skalkotos authored
* Remove id field in the notifications (what was left) * Make copy-monitor.py use the already opened pipe file descriptor instead of reopening the file * Let bash choose the file descriptor instead of specifying one when opening the pipe file
-
- 25 May, 2012 1 commit
-
-
Nikos Skalkotos authored
* Add nanoseconds field in timestamp * Remove id field in the notifications * Fix cleanup code
-
- 24 May, 2012 2 commits
-
-
Nikos Skalkotos authored
This commit extendes the monitoring mechanism to include events from snf-image-helper.
-
Nikos Skalkotos authored
-
- 23 May, 2012 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Trying to add a logical swap partition after an already existing logical partition triggered an error in parted, because between logical partitions a gap of at least 1 sector needs to be present.
-
Nikos Skalkotos authored
Add a utility initially written by vkoukis for monitoring the image copy. This utility outputs notifications to a named pipe. An external program can get informed for the image deployment progress by reading the notifications from this named pipe. The monitoring mechanism will be extended in the future to have other snf-image subparts output notification to this named pipe too.
-
- 21 May, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 17 May, 2012 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
snf-image will detect at runtime if pithos backend is installed
-
Nikos Skalkotos authored
snf-image-helper by default uses it's own version of unattend.xml file, but if UNATTEND variable is specified then it will use the one provided by snf-image-host.
-
- 15 May, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Fix a bug where the partition that should be resized in some cases was computed in a wrong way
-
- 11 May, 2012 2 commits
-
-
Nikos Skalkotos authored
This task is used to set up the swap partition previously created by FixPartitionTable task and to add a swap entry in the instances fstab file.
-
Nikos Skalkotos authored
snf-image-host will make use the external progress monitor program if the PROGRESS_MONITOR variable is not empty. This way progress monitor can be enable or disabled by just overwriting the aforementioned variable in the defaults file.
-
- 10 May, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 09 May, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 02 May, 2012 1 commit
-
-
Nikos Skalkotos authored
This file is used to check if the cache file contains every package defined in HELPER_EXTRA_PKGS.
-
- 03 Apr, 2012 1 commit
-
-
Nikos Skalkotos authored
The interface in get_last_partition function in the helpers common.sh has changed but not all needed tasks where updated.
-
- 30 Mar, 2012 1 commit
-
-
Nikos Skalkotos authored
Now FixPartitionTable task can enlarge logical partitions
-
- 29 Mar, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
* If -y is not specified and a cache file is found, ask the user before using it. * "Fix" the -c option's behaviour. With this commit, if -c is applied, the system will use the provided cache file if present and will do a debootstrap if the file does not exist. The result of debootstrap will be saved in the default cache file provided by the HELPER_CACHE_FILE variable. This way, we do not need to provide an extra "disable cache file option". One can run the program with -c "" to get this behaviour.
-
- 26 Mar, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Update the windows registry in Unattend.xml to force an automatic Windows Update
-
- 05 Mar, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This bug was introduced in commit 88262dba that added pipefail bash option to all configuration tasks
-
- 29 Feb, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 17 Feb, 2012 1 commit
-
-
Giorgos Verigakis authored
-
- 14 Feb, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 13 Feb, 2012 2 commits
-
-
Nikos Skalkotos authored
This is needed because common.sh contains functions that use pipes, and the script should fail if any command fails.
-
Nikos Skalkotos authored
The system's architecture is needed by debootstrap.
-
- 06 Feb, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 03 Feb, 2012 1 commit
-
-
Giorgos Verigakis authored
-
- 26 Jan, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 24 Jan, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 12 Jan, 2012 1 commit
-
-
Nikos Skalkotos authored
-