Package conary
[hide private]
[frames] | no frames]

Source Code for Package conary

 1  # 
 2  # Copyright (c) 2004-2008 rPath, Inc. 
 3  # 
 4  # This program is distributed under the terms of the Common Public License, 
 5  # version 1.0. A copy of this license should have been distributed with this 
 6  # source file in a file called LICENSE. If it is not present, the license 
 7  # is always available at http://www.rpath.com/permanent/licenses/CPL-1.0. 
 8  # 
 9  # This program is distributed in the hope that it will be useful, but 
10  # without any warranty; without even the implied warranty of merchantability 
11  # or fitness for a particular purpose. See the Common Public License for 
12  # full details. 
13  # 
14   
15  """ 
16  The Conary Repository System 
17   
18  @group Package Building: build, buildpackage, recipe, cook, policy, 
19                           destdirpolicy, packagepolicy 
20  @group Command Line: cscmd, srccmd, updatecmd 
21  @group Database/Repository: database, local, repository, versioned 
22  @group Package/Changeset objects: package, changeset, versions 
23  @group Package installation/rollback: update, rollbacks 
24  @group Utility: util, lookaside, rpmhelper, sha1helper, fixedglob, log, enum, magic 
25  @group Files: files, filecontainer 
26  """ 
27