XS Packaging: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: TODO: a better explanation. Listing of uid/gid from packages trying to use fedora-usermanagement to define stable ids * uid:2 gid: 2 - xs-rsync)
 
m (link)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]]
TODO: a better explanation.
[[Category:Developers]]
[[Category:SchoolServer]]


XS specific notes on how to build RPM packages (see also [[XS Directory Layout]]).
Listing of uid/gid from packages trying to use fedora-usermanagement to define stable ids


=Users and Groups=
* uid:2 gid: 2 - xs-rsync

When creating new users / groups, we follow the policy and code style as set forth in http://fedoraproject.org/wiki/Packaging/UsersAndGroups

''Hint'': In the above link, read carefully around the mention of a "setup" package.

To create static uids/gids for XS boxes, we will provide a custom setup package. More documentation to follow...

Latest revision as of 21:48, 18 August 2008


XS specific notes on how to build RPM packages (see also XS Directory Layout).

Users and Groups

When creating new users / groups, we follow the policy and code style as set forth in http://fedoraproject.org/wiki/Packaging/UsersAndGroups

Hint: In the above link, read carefully around the mention of a "setup" package.

To create static uids/gids for XS boxes, we will provide a custom setup package. More documentation to follow...