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, 6 months
[spin-kickstarts] Updates the timezone in docker image to UTC.
by Kushal Das
commit 6bf1907a10d764bd7dd1948d84dc6861b74ddc06
Author: Kushal Das <kushaldas(a)gmail.com>
Date: Wed Jan 28 14:08:40 2015 +0530
Updates the timezone in docker image to UTC.
Closes trac #91.
fedora-docker-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index ff9754d..dcc5e79 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -5,7 +5,7 @@
cmdline
bootloader --location=none
-timezone America/New_York --isUtc --nontp
+timezone --isUtc --nontp Etc/UTC
rootpw --plaintext qweqwe
keyboard us
8 years, 4 months
[spin-kickstarts] clean up the text printed in teh arm disk logs
by Dennis Gilmore
commit c699a0b7ebc1fcfc2ceeddc3b971888dab6b93eb
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue Jan 27 14:24:34 2015 -0600
clean up the text printed in teh arm disk logs
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 879da02..6898964 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -52,7 +52,7 @@ rm -f /var/lib/rpm/__db*
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
basearch=armhfp
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-echo "Packages within this LiveCD"
+echo "Packages within this ARM disk image"
rpm -qa
# Note that running rpm recreates the rpm db files which aren't needed or wanted
rm -f /var/lib/rpm/__db*
8 years, 4 months
[spin-kickstarts] fedora-docker-base: adjust dbus.service to run in a container, mask some units to get rid of fails i
by Václav Pavlín
commit 20a9971686232288fd67fee3778dd16d3d5d64f9
Author: Vaclav Pavlin <vpavlin(a)redhat.com>
Date: Wed Jan 21 10:17:49 2015 +0100
fedora-docker-base: adjust dbus.service to run in a container, mask some units to get rid of fails in boot transaction
fedora-docker-base.ks | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index 5bff239..ff9754d 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -52,4 +52,12 @@ localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
rm -rf /var/cache/yum/*
rm -f /tmp/ks-script*
+#Make it easier for systemd to run in Docker container
+cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
+sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
+
+#Mask mount units and getty service so that we don't get login prompt
+systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
+
+
%end
8 years, 4 months
[spin-kickstarts] fedora-docker-base: Add rootfiles and regenerate locale after removal
by Václav Pavlín
commit 7c09012288aab78a5b10ffc05670d82b2006ad46
Author: Vaclav Pavlin <vpavlin(a)redhat.com>
Date: Mon Jan 12 12:42:18 2015 +0100
fedora-docker-base: Add rootfiles and regenerate locale after removal
https://fedorahosted.org/cloud/ticket/92
fedora-docker-base.ks | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index 78e5b93..5bff239 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -19,6 +19,7 @@ reboot
%packages --excludedocs --instLangs=en --nocore
bash
fedora-release
+rootfiles
vim-minimal
yum
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
@@ -44,6 +45,10 @@ basearch=$(uname -i)
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
rm -f /usr/lib/locale/locale-archive
+
+#Setup locale properly
+localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
+
rm -rf /var/cache/yum/*
rm -f /tmp/ks-script*
8 years, 4 months
[spin-kickstarts] + ‘.sparkleshare’ + ‘SparkleShare.txt’
by Luya Tshimbalanga
commit 3f3d02bc824dee6b293b06fd4524f9f4f6efb54c
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sun Jan 18 10:40:50 2015 -0500
+ ‘.sparkleshare’
+ ‘SparkleShare.txt’
.sparkleshare | 1 +
SparkleShare.txt | 9 +++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/.sparkleshare b/.sparkleshare
new file mode 100644
index 0000000..cef02d8
--- /dev/null
+++ b/.sparkleshare
@@ -0,0 +1 @@
+d6afc629dc9311ebd79b4cedb2775531065ecb05
\ No newline at end of file
diff --git a/SparkleShare.txt b/SparkleShare.txt
new file mode 100644
index 0000000..3c9d022
--- /dev/null
+++ b/SparkleShare.txt
@@ -0,0 +1,9 @@
+Congratulations, you've successfully created a SparkleShare repository!
+
+Any files you add or change in this folder will be automatically synced to
+ssh://luya@git.fedorahosted.org/git/spin-kickstarts.git and everyone connected to it.
+
+SparkleShare is an Open Source software program that helps people collaborate and
+share files. If you like what we do, consider buying us a beer: http://www.sparkleshare.org/
+
+Have fun! :)
8 years, 4 months
[spin-kickstarts] design-suite: add several packages based on FAD events
by Luya Tshimbalanga
commit d0f9999891894f151977c74394ac968763b350e9
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sun Jan 18 10:34:19 2015 -0500
design-suite: add several packages based on FAD events
fedora-live-design_suite.ks | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index 572dd16..791ec85 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -16,12 +16,12 @@ part / --size 8192
# graphics
blender
-# add blender plugins
LuxRender-blender
YafaRay-blender
bluefish
#cinepaint
-cmyktool
+#cmyktool
+colord-extra-profiles
darktable
dia
entangle
@@ -38,27 +38,33 @@ gimp-normalmap
gimp-resynthesizer
gimp-separate+
gpick
-# replaces GREYCStationary
-gmic-gimp
+GraphicsMagick
+gmic-gimp
hugin
-mypaint
+ImageMagick
inkscape
+inkscape-sozi
+inkscape-table
+mypaint
nautilus-image-converter
optipng
phatch
screenruler
simple-scan
scribus
-colord-extra-profiles
+shutter
synfigstudio
xournal
# office
vym
+pdfmod
pdfshuffler
# internet
filezilla
+sparkleshare
+sshpass
# audio & video
audacity
8 years, 4 months
[spin-kickstarts] design: added some packages
by Luya Tshimbalanga
commit 0d9ba657174e39f8dab658d954de390f46fe57b2
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sat Jan 17 19:11:33 2015 -0500
design: added some packages
fedora-live-design_suite.ks | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks
index 224aed6..572dd16 100644
--- a/fedora-live-design_suite.ks
+++ b/fedora-live-design_suite.ks
@@ -69,9 +69,10 @@ aajohan-comfortaa-fonts
adobe-source-sans-pro-fonts
campivisivi-titillium-fonts
lato-fonts
+opens-sans-fonts
overpass-fonts
-# removal of duplicated and unneeded applications
+# removal of unneeded applications
-gnome-boxes
-gthumb
-eog
@@ -84,7 +85,7 @@ overpass-fonts
#Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
-favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
+favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
FOE
# Add link to lists of tutorials
8 years, 4 months