spins removed from Beta
by Dennis Gilmore
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
As Design Suite, Games and Security Spins were not signed off[1]
for Beta they have been removed from F20. They will need to reapply for
inclusion in F21.
Dennis
[1] http://fedoraproject.org/wiki/Releases/20/Spins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJSfYtiAAoJEH7ltONmPFDR2ZMP/36WFbwSnE+uZ+TyV0kjg1R+
PCmCrbYIp2V8fsaHkXNGiKgm9UlD5N/q8IqwtduvjAqshB2ziRcuJFgD8IlDp3Y3
Dp9NfqmYEzcUx6kETB4A+Fhm4xZWvxaBJ9j4rb37MIGh4buYXMnx3AIhppBUUNqB
yrugdItbwSuaIkfF9Owx5UM9TLqtyy/cJo/5IAcZ4vDcPTeeZcoDI+OBwCiX4b8a
gObe7t7S+VgayPJxo4u+bQWTeg1zuGErfbw0h+0LrTeQarpOJfZuIArvQa4c0BcB
2Xw0FsA9A9r281ZbGPpdj0RtqmJD+x/u96gMjzLyTCouBcHJZCuIfFpiTejIcnxp
QVzA3wCwUyd2EpMQ7k/dEQRZI91Cx9F8B3HZYSWcqTe+1dwBMRlZVazaCUIAXXPc
ttluoaYif85yvc9DfxQhYWwkkC5x44CeTpjHg1dASQ2rpoxMlkUrChO9K+ywal+w
FC2apcXAvYDK1jOSffAO91R5SLdle6DwbVEmoP/UQIc/GUmkyx1YubQ1SPR73xgd
M3XmLQ1ZdAqd0PbJCwCZu8fyScRTJuL1zthvlQzaa1hAO/6f2tHJ+5BpgrkrnxnT
q8O+0xJBkwXaph5qrfz5csLyLGDrWOko+RLUjjZ3CUz/c1uTqfYvTr9YAimWKzLP
KkLvuj4JouH3tjVpRxIv
=1wrx
-----END PGP SIGNATURE-----
4 years, 7 months
Nightly builds not taking the git HEAD?
by Amit Saha
I noticed that the scientific spin build and other live cd builds in
Koji has been building off f6a18417ad8da632755a9cfe1b948b642fc0b36a
from the spin-kickstarts repo and the Scientific Spin has been
failing. I have commits after that which should fix the failure.
Please, could somebody take a look?
Best Wishes,
Amit.
--
http://echorand.me
7 years, 3 months
[spin-kickstarts/f24] make sure we do not include the rawhide repo
by Dennis Gilmore
commit 6da9e16e537e3c925fc7908e4eed336b45a81e66
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Feb 29 14:31:30 2016 -0600
make sure we do not include the rawhide repo
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-repo.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-repo.ks b/fedora-repo.ks
index 9c7dfff..92d4d65 100644
--- a/fedora-repo.ks
+++ b/fedora-repo.ks
@@ -3,7 +3,7 @@
# Exactly one of the following should be uncommented
# For the master branch the following should be uncommented
-%include fedora-repo-rawhide.ks
+# %include fedora-repo-rawhide.ks
# For non-master branches the following should be uncommented
-# %include fedora-repo-not-rawhide.ks
+%include fedora-repo-not-rawhide.ks
7 years, 3 months
[spin-kickstarts] make sure that all the livecds and arm images have glibc-all-langpacks installed
by Dennis Gilmore
commit 534fd19ce0764b2e47feb547568478d834b4d11f
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Feb 29 14:21:30 2016 -0600
make sure that all the livecds and arm images have glibc-all-langpacks installed
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-arm-base.ks | 2 ++
fedora-live-base.ks | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 7adcfe8..59a8053 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -41,6 +41,8 @@ dracut-config-generic
# install uboot images
uboot-images-armv7
+# make sure all the locales are available for inital0-setup and anaconda to work
+glibc-all-langpacks
%end
%post
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ea9079e..28904af 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -60,6 +60,8 @@ dracut-config-generic
grub2-efi
syslinux
+# anaconda needs the locales available to run for different locales
+glibc-all-langpacks
%end
%post
7 years, 3 months
[spin-kickstarts/f24] make sure that all the livecds and arm images have glibc-all-langpacks installed
by Dennis Gilmore
commit e8de8a9ce382f035bdf5f0d8f67a3cb7ffbe04d0
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Mon Feb 29 14:21:30 2016 -0600
make sure that all the livecds and arm images have glibc-all-langpacks installed
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-arm-base.ks | 2 ++
fedora-live-base.ks | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 7adcfe8..59a8053 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -41,6 +41,8 @@ dracut-config-generic
# install uboot images
uboot-images-armv7
+# make sure all the locales are available for inital0-setup and anaconda to work
+glibc-all-langpacks
%end
%post
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ea9079e..28904af 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -60,6 +60,8 @@ dracut-config-generic
grub2-efi
syslinux
+# anaconda needs the locales available to run for different locales
+glibc-all-langpacks
%end
%post
7 years, 3 months
[spin-kickstarts/f24] remove file that does not belong in the repo
by Dennis Gilmore
commit 5d3551ec4cb704bd16e72076643b53b1ecfa876b
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu Feb 25 17:14:02 2016 -0600
remove file that does not belong in the repo
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
.sparkleshare | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
7 years, 3 months
[spin-kickstarts] remove file that does not belong in the git repo
by Dennis Gilmore
commit 8014b39df36900fc1650b26d41c80f1d1afd76f4
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu Feb 25 17:13:37 2016 -0600
remove file that does not belong in the git repo
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
.sparkleshare | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
7 years, 3 months
[spin-kickstarts] make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB
by Dennis Gilmore
commit 1de4bff8c42a5ea632fc36ab8f8756738ed7153f
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu Feb 25 16:29:47 2016 -0600
make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-arm-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index d13e188..7adcfe8 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -9,7 +9,7 @@ bootloader extlinux
part /boot --size=512 --fstype ext4
part swap --size=512 --fstype swap
-part / --size=3000 --fstype ext4
+part / --size=3070 --fstype ext4
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig
7 years, 3 months
[spin-kickstarts/f24] make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB
by Dennis Gilmore
commit 777c11480e305fd1c7585bd53352fd7cf2d2e6c5
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Thu Feb 25 16:29:47 2016 -0600
make the arm base / 3070 LXDE was too big and this keeps the image under 4GiB
Signed-off-by: Dennis Gilmore <dennis(a)ausil.us>
fedora-arm-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index d13e188..7adcfe8 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -9,7 +9,7 @@ bootloader extlinux
part /boot --size=512 --fstype ext4
part swap --size=512 --fstype swap
-part / --size=3000 --fstype ext4
+part / --size=3070 --fstype ext4
# make sure that initial-setup runs and lets us do all the configuration bits
firstboot --reconfig
7 years, 3 months