This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f1eb69d672ae21db7c314bcbab1bbd2e9b4c7c5a (commit) from e239818642bef43c2d62b54f8961e326951ccba8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f1eb69d672ae21db7c314bcbab1bbd2e9b4c7c5a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Jan 26 23:44:15 2014 +0100
xen-downloader: increase disk sizes and kernel packvers.
-----------------------------------------------------------------------
Summary of changes: config/xen-image/xen-image-maker.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh index 4a7c7f2..31575f7 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 Arne Fitzenreiter arne_f@ipfire.org # +# Copyright (C) 2007-2014 Arne Fitzenreiter arne_f@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,14 +34,14 @@ KRNDOWN=http://mirror0.ipfire.org/pakfire2/$VERSION/paks ###################### #KERN_TYPE=xen #KVER=2.6.32.61 -#KERN_PACK=27 -#KRNDOWN=http://mirror0.ipfire.org/pakfire2/2.13/paks +#KERN_PACK=28 +#KRNDOWN=http://mirror0.ipfire.org/pakfire2/2.15/paks ###############################################################################
-SIZEboot=30 +SIZEboot=64 SIZEswap=512 -SIZEroot=512 -SIZEvar=950 +SIZEroot=1024 +SIZEvar=1024 # ct'server does not support ext4 so change this to ext3. FSTYPE=ext4
hooks/post-receive -- IPFire 2.x development tree