[spin-kickstarts] Broffice spin is no longer needed.
by Bruno Wolff III
commit 9d7a7ac145ba69bdcd313f5c95651416430147c3
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Mon May 2 23:53:16 2011 -0500
Broffice spin is no longer needed.
Makefile.am | 1 -
fedora-livecd-broffice.org.ks | 71 -----------------------------------------
2 files changed, 0 insertions(+), 72 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 12100eb..0ece5f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,6 @@ fedora_DATA = \
fedora-live-base.ks \
fedora-live-minimization.ks \
fedora-live-mini.ks \
- fedora-livecd-broffice.org.ks \
fedora-livecd-design-suite.ks \
fedora-live-desktop.ks \
fedora-livecd-desktop.ks \
12 years, 5 months
[spin-kickstarts/F-15] Get a fresh build suitable for final release.
by Bruno Wolff III
commit 74be51047c0a9cff69166f0230e4f50d5227cd23
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Mon May 2 23:30:43 2011 -0500
Get a fresh build suitable for final release.
Besides functional updates since beta, this includes repo changes
(updates is now enabled) and some clean up of the ks files that
are supposed to be included.
configure.ac | 2 +-
spin-kickstarts.spec.in | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ac8f46..274be41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([spin-kickstarts], 0.15.4)
+AC_INIT([spin-kickstarts], 0.15.5)
AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
diff --git a/spin-kickstarts.spec.in b/spin-kickstarts.spec.in
index 5a7cde7..bd61a10 100644
--- a/spin-kickstarts.spec.in
+++ b/spin-kickstarts.spec.in
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{name}/l10n/README
%changelog
+* Fri May 2 2011 Bruno Wolff III <bruno(a)wolff.to> 0.15.5-1
+- Update package for final release (includes repo changes)
+
* Fri Apr 01 2011 Bruno Wolff III <bruno(a)wolff.to> 0.15.4-1
- Enough has changed that it seems worth doing a new beta build
12 years, 5 months
[spin-kickstarts/F-15] Align Makefile.am with the current set of ks files.
by Bruno Wolff III
commit fd948bc337f4f6b3484c13fca05dd7f506e50fe3
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Mon May 2 23:28:09 2011 -0500
Align Makefile.am with the current set of ks files.
Makefile.am | 5 ++-
fedora-livecd-broffice.org.ks | 71 -----------------------------------------
2 files changed, 3 insertions(+), 73 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 12100eb..1a97428 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,18 +7,19 @@ fedora_DATA = \
fedora-live-base.ks \
fedora-live-minimization.ks \
fedora-live-mini.ks \
- fedora-livecd-broffice.org.ks \
fedora-livecd-design-suite.ks \
fedora-live-desktop.ks \
fedora-livecd-desktop.ks \
fedora-live-kde.ks \
fedora-livecd-kde.ks \
+ fedora-live-kde-base.ks \
fedora-livecd-lxde.ks \
fedora-livecd-meego.ks \
fedora-livecd-soas.ks \
fedora-livecd-xfce.ks \
fedora-livedvd-electronic-lab.ks \
- fedora-livedvd-games.ks
+ fedora-livedvd-games.ks \
+ fedora-livecd-security.ks
customdir = ${pkgdatadir}/custom/
custom_DATA = \
12 years, 5 months
spin-kickstarts branched for F15
by Bruno Wolff III
Any changes destined for the F15 release should now be committed in the
F-15 branch of spin-kickstarts. Changes destined for F16 should be commited
to the master branch of spin-kickstarts.
Once final freeze starts (May 9th), changes to the F-15 branch should only
be made to fix NTH or blocker bugs.
The nightly composes should be switched over to using the the F-15 branch
until a bit after the F15 release.
12 years, 5 months
[spin-kickstarts/F-15] Turn on updates repo for imminent release branch.
by Bruno Wolff III
commit e3fdf8ea83874d162afca5f95ad4e9ff976c5765
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Mon May 2 23:13:48 2011 -0500
Turn on updates repo for imminent release branch.
fedora-aos.ks | 2 +-
fedora-live-base.ks | 2 +-
fedora-live-mini.ks | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora-aos.ks b/fedora-aos.ks
index 57ab481..5d8b0b8 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -28,7 +28,7 @@ part / --size 1024 --fstype ext4 --ondisk sda
#
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
#
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 88bbf70..4caa8ad 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -19,7 +19,7 @@ services --enabled=NetworkManager --disabled=network,sshd
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 5ded4cf..1aa2f89 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -14,7 +14,7 @@ services --enabled=NetworkManager,messagebus --disabled=network,sshd
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
12 years, 5 months
[spin-kickstarts] Master branch is now following rawhide.
by Bruno Wolff III
commit 7ce33d2aedef5289983dfdab66ca313718cc1108
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Mon May 2 23:11:40 2011 -0500
Master branch is now following rawhide.
fedora-aos.ks | 4 ++--
fedora-live-base.ks | 4 ++--
fedora-live-mini.ks | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/fedora-aos.ks b/fedora-aos.ks
index 57ab481..9d93113 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -26,8 +26,8 @@ part / --size 1024 --fstype ext4 --ondisk sda
#
# Repositories
#
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 88bbf70..7da3f9b 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -17,8 +17,8 @@ xconfig --startxonboot
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 5ded4cf..46391a8 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -12,8 +12,8 @@ xconfig --startxonboot
part / --size 4096 --fstype ext4
services --enabled=NetworkManager,messagebus --disabled=network,sshd
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
12 years, 5 months
Spin-kickstarts branching
by Bruno Wolff III
The schedule has today as the day we create an F15 branch of spin-kickstarts.
Barring any objections I'll do this tonight. Once it's done I'll send another
notice. After the branch, I'll change master to point to the rawhide repos.
I'll make a new spin-kickstarts package update. And the nightlies should
starting using the F15 branch until a bit after the release.
12 years, 5 months