Seeds

Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2012-09-08 04:44:56
Size: 60
Editor: h-161-160
Comment:
Revision 11 as of 2013-03-11 00:25:55
Size: 1465
Editor: h-4-180
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * Resources <<Include(UbuntuStudio/Navigation/Header)>>
<<Include(UbuntuStudio/Navigation/DevSideBar)>>
Line 3: Line 4:
== What are seeds? ==

Seeds are textfiles used to create the list of packages that we want to ship with the Ubuntu Studio installation image.

== Managing Ubuntu Studio Seeds ==

Add a short workflow here...

 * get source
 * edit source
 * add and commit

Seeds for Ubuntu Studio are located at ''lp:~ubuntustudio-dev/ubuntu-seeds/ubuntustudio.<release>''. <<BR>>
Get them using the commandline tool '''bzr'''. For instance:

{{{
bzr checkout lp:~ubuntustudio-dev/ubuntu-seeds/ubuntustudio.quantal
}}}


||<tablestyle="background-color: #DDDDDD;">'''"lp:"''' stands for launchpad. All Ubuntu Studio code can be found at - [[https://code.launchpad.net/~ubuntustudio-dev]]||

== Editing Seeds ==

This is an example of a seed file (minimized version of a real seed file):


||<tablestyle="background-color: #FFFFE0;">||
|| Task-Per-Derivative: 1 ||
|| Task-Section: user ||
|| Task-Description: 2D/3D creation and editing suite ||
|| Task-Key: ubuntustudio-graphics ||
||<<BR>>||
|| * agave #This is a dependency ||
|| * (blender) #This is a recommend ||
|| # * (openclipart-svg) #Has been commented out, and will not be used ||
||<<BR>>||
|| * ubuntustudio-graphics # Metapackage for everything here. ||


== More About Seed Management ==

[[https://wiki.ubuntu.com/Germinate]]

What are seeds?

Seeds are textfiles used to create the list of packages that we want to ship with the Ubuntu Studio installation image.

Managing Ubuntu Studio Seeds

Add a short workflow here...

  • get source
  • edit source
  • add and commit

Seeds for Ubuntu Studio are located at lp:~ubuntustudio-dev/ubuntu-seeds/ubuntustudio.<release>.
Get them using the commandline tool bzr. For instance:

bzr checkout lp:~ubuntustudio-dev/ubuntu-seeds/ubuntustudio.quantal

"lp:" stands for launchpad. All Ubuntu Studio code can be found at - https://code.launchpad.net/~ubuntustudio-dev

Editing Seeds

This is an example of a seed file (minimized version of a real seed file):

Task-Per-Derivative: 1

Task-Section: user

Task-Description: 2D/3D creation and editing suite

Task-Key: ubuntustudio-graphics


* agave #This is a dependency

* (blender) #This is a recommend

# * (openclipart-svg) #Has been commented out, and will not be used


* ubuntustudio-graphics # Metapackage for everything here.

More About Seed Management

https://wiki.ubuntu.com/Germinate https://wiki.ubuntu.com/SeedManagement

UbuntuStudio/Seeds (last edited 2018-11-03 09:05:59 by rosco2)