summaryrefslogtreecommitdiffstats
path: root/custom/qa-test-day.ks
Commit message (Collapse)AuthorAgeFilesLines
* fix and simplify setting of firefox homepage in qa-test-day.ksAdam Williamson2013-10-221-18/+3
|
* Sendmail is out of standard now. No need to exclude here.Kevin Fenzi2013-08-141-1/+0
|
* Add changes for firefox pointing to test day page. Fixes bug 967558Kevin Fenzi2013-05-281-9/+16
|
* Update test day ks for bug 953911Kevin Fenzi2013-04-191-86/+142
|
* qa-testday: Resolve overriding of favorite-apps issueBruno Wolff III2011-04-101-1/+22
| | | | | | | | favorite-apps was set in persistant config for qa-testday, but only for the live enviroment in live-desktop. The latter happens later since it happens at run time, not build time. So a new section was added to do a runtime override as well so the the qa-testday favorites are used both in the live environment and after a test install.
* qa-testday: %post sections are not run in the order I expected.Bruno Wolff III2011-04-101-1/+1
| | | | | | | | | | | | | | | | Both qa-testday.ks and fedora-live-desktop.ks were trying to modify /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override by appending to the end of it. However, even though fedora-live-desktop.ks was %included at the start of qa-testday.ks, the %post section from fedora-live-desktop.ks was run second, so that its favorite-apps setting was taking prference. So I am going back to including a vender string in the name of the override file. This seems to result in the config from qa-testday.ks taking precedence. But I don't know if this is based on alphabetic ordering by filename or just random happenstance. I have a question pending on the kickstart list to see if I can get more information on %post ordering.
* qa-testday: Add favorites to the same override file desktop uses.Bruno Wolff III2011-04-101-1/+1
| | | | | | | | It looks like the override for favorites working depending on the override file from qa-testday being processed after that from live-desktop. It worked in testing, but might not work later. So instead use append and the same name. This will put the qa-testday definition after the live-desktop one in the same file.
* qa-testday: Make a local liveinst.desktopBruno Wolff III2011-04-091-0/+9
| | | | | | For some reason I don't know right now, the installed liveinst.desktop gets renamed to anaconda.desktop in live-base. So until I know if that should really be done differently, I'm adding a local one.
* Add missing line to testday-wiki favorite.Bruno Wolff III2011-04-091-0/+1
|
* Adjust tweaking prerequisites to include zip and unzip.Bruno Wolff III2011-04-091-1/+4
|
* qa-testday: Need to override welcome page a different way.Bruno Wolff III2011-04-091-3/+10
|
* qa-testday: Remove unneeded encoding definition.Bruno Wolff III2011-04-091-1/+0
|
* qa-testday: Add back install to hard drive favoriteBruno Wolff III2011-04-091-1/+1
|
* qa-testday: Make comment reflect favorite instead of link.Bruno Wolff III2011-04-091-1/+1
|
* qa-testday: Link desktop entries don't work, use app entry instead.Bruno Wolff III2011-04-091-3/+3
|
* qa-testday: Replace firefox favorite with test day wiki favorite.Bruno Wolff III2011-04-091-1/+9
|
* qa-test-day: override urls don't stick, try to ignore them instead.Bruno Wolff III2011-04-091-2/+1
|
* qa-test-day: skel is in /etc not /usr.Bruno Wolff III2011-04-091-1/+1
|
* qa-test-day: Remove reference to deleted favorite.Bruno Wolff III2011-04-091-1/+1
|
* qa-test-day: The new directory for favorites needs to be created.Bruno Wolff III2011-04-091-0/+3
|
* qa-test-day: Remove redundant firefox favoriteBruno Wolff III2011-04-091-11/+0
|
* qa-test-day: Account for favorites search pathBruno Wolff III2011-04-091-5/+2
|
* qa-test-day: It looks like empty urls need to be quoted.Bruno Wolff III2011-04-091-2/+2
|
* Fix up the key value favorites override file.Bruno Wolff III2011-04-091-2/+2
|
* Suppress first run pages for firefox.Bruno Wolff III2011-04-091-0/+2
|
* The startup page should be changed in the branding area.Bruno Wolff III2011-04-091-4/+4
|
* glib-compile-schemas doesn't have a default.Bruno Wolff III2011-04-091-1/+1
| | | | | I incorrectly assumed glib-compile-schemas would default to the system schemas, but it turns out I need to explicitly name the directory.
* Remove unzip option included by mistake.Bruno Wolff III2011-04-091-1/+1
|
* Change how the startup page is modified.Bruno Wolff III2011-04-091-1/+4
| | | | | | Recent firefox versions keep the properties in a zip archive. So the appropriate file needs to be extracted, modified and put back into the archive.
* Add qa desktop entries to favorites.Bruno Wolff III2011-04-091-0/+10
|
* Get rid of the sym linked files.Bruno Wolff III2010-06-071-1/+1
| | | | | The building block spins were getting included twice. But rather than change them to sym links have the ks files use ../ so they can just be dropped.
* Make adjustments to counteract size increase of the desktop spin - From kamilBruno Wolff III2010-02-041-1/+7
|
* Include QA's base ks file for test days.Bruno Wolff III2009-09-071-0/+60