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 9ab20bcc3cd6bb7d94876897b0c95351b50ae5c7 (commit) from 522be07a500a3c787bae70371be7b2794bde46c6 (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 9ab20bcc3cd6bb7d94876897b0c95351b50ae5c7 Author: Arne Fitzenreiter arne_f@git.ipfire.org Date: Tue Oct 4 22:16:04 2011 +0200
fix kernel package skipping on arm.
-----------------------------------------------------------------------
Summary of changes: lfs/linux-pae | 2 +- lfs/linux-xen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/lfs/linux-pae b/lfs/linux-pae index 9f73b93..bb62c46 100644 --- a/lfs/linux-pae +++ b/lfs/linux-pae @@ -29,4 +29,4 @@ VER = kernel include linux
PROG = linux-pae -ARCH = i586 +SUP_ARCH = i586 diff --git a/lfs/linux-xen b/lfs/linux-xen index c22e04e..356fc8f 100644 --- a/lfs/linux-xen +++ b/lfs/linux-xen @@ -29,4 +29,4 @@ VER = kernel include linux
PROG = linux-xen -ARCH = i586 +SUP_ARCH = i586
hooks/post-receive -- IPFire 2.x development tree