Personal tools
     DOCUMENTATION

Conary:Paths

From rPath Wiki

Jump to: navigation, search
  Conary Developer Community Go to the community main page  

Contents


The following listings specify the location of key subdirectories and certain files which are present in the typical Conary installation as of Conary version 1.0.14:

Configuration

  • /etc/
    • conary/ : Conary configuration files
      • arch/ : Architecture description files
      • config.d/ : Custom, site-wide configuration directory
      • groupinfo/ : Group information files
      • [[recipe Templates]]/ : Recipe template files
      • tags/ : Tag description files
      • use/ : Use flag files
      • userinfo/ : User information files
          • conaryrc : Main Conary configuration file
  • $HOME/
    • .conary/ : Additional individual Conary configuration
      • recipeTemplates : Individual recipe templates
    • Individual Conary configuration: .conaryrc

Documentation

  • /usr/share/doc/
    • conary-policy-<version>/ : Documents pertaining to the installed version of conary-policy
    • conary-web-common-<n.nn.n>/ : (where n.nn.n represents a version string) Conary-based web application content parent
      • apps : Directories containing Conary-based web application content** conary-<n.n.nn>/ : (where n.n.nn represents a version string) General documents pertaining to the installed version of Conary
      • conary/ : Documents specific to the installed version of Conary and related components
        • pysqlite3/ : Documents pertaining to the pysqlite database API
        • ScanDeps/ : Documents pertaining to the ScanDeps Perl dependency scanning module

Executables

  • /usr/bin
    • conary : Conary repository-based software configuration manager
    • conary-debug : Conary debugging tool
    • cvc : Conary source management tool

Helper Applications

  • /usr/libexec
    • conary/ : Conary helper applications directory
      • tags/ : Conary tag handler scripts and executables

Library Data

  • /usr/lib/
    • conary/ : Conary library data
      • policy/ : Conary pluggable policy
      • ScanDeps/ : Library data pertaining to the ScanDeps Perl dependency scanning module
      • Module/ : Library data pertaining to the ScanDeps Perl dependency scanning module
        • ScanDeps/ : Library data pertaining to the ScanDeps Perl dependency scanning module

Log Files

  • /var/log/
    • conary : Conary log file

On-Line Manual Pages

  • /usr/share/man/man1/ :
    • conary : Conary repository-based software configuration manager manual page
    • cvc : Conary source management tool manual page

Shared Data

  • /usr/share/
    • conary : Conary shared data
      • web-common : Shared data for Conary-based web applications parent
        • apps/ : Conary-based web application-specific content
        • css/ : Cascading Style Sheets for Conary-based web applications
        • javascript : Javascript for Conary-based web applications

Variable Data

  • /var/
    • lib/
      • conarydb/ : Conary database
      • rollbacks/ : Conary database rollback transaction directories
        • <nnn> : Rollback data for specific transactions
    • lock/
      • subsys/
        • conary : Conary lockfile
    • conary/
      • conary/
      • emerge/ : Conary emerge subdirectory
        • conary/ : Conary emerge subdirectory
          • builds/ : Conary emerge builds
          • cache/ : Conary emerge downloads

Conary Site Package Code

  • /usr/lib/python2.4/site-packages/
    • conary/ : Conary's main Python site packages subdirectory
      • sqlite3/ : SQLite code
      • conaryclient/ : Conary client-specific code
      • lib/ : Conary support libraries
      • server/ : Conary server-specific code
        • templates/ : Conary server templates
      • web/ : Conary web interface code
      • repository/ : Conary repository-specific code
        • netrepos/ : Conary network repository code
      • deps/ : Conary dependency code
      • local/ : Client database-specific code
      • dbstore/ : Conary database-specific code
      • build/ : Conary build-specific code