Personal tools
     DOCUMENTATION

Conary:Scripts

From rPath Wiki

Jump to: navigation, search
This Page has been Archived
This page has been flagged as containing information that is no longer applicable to recent versions of the product.

Here are some scripts that might be useful but are not currently included in conary:

Shell Scripts

  • Standalone Repository contains an initscript for starting the standalone Conary repository at boot time.
  • Out Of Date script lets you know if a package in your repository needs updating.
  • View cvs Update script updates Conary with viewcvs, like cvs up.
  • New Package Script script helps with building new packages
  • Recipe Doctor script checks for and fixes most common header problems in distro recipes.
  • Repository Scanner script scans an entire repository for the common problems the Recipe Doctor script fixes.
  • cpan2conary script turns most CPAN modules into conary packages ready for cooking, i.e. IO::Socket::SSL into perl-IO-Socket-SSL.recipe.

Python Scripts

  • cvc_make - A "clone" of dh_make: takes an URL on the command line, detects an autoconf configure script or a Python distutils setup.py script and generates an appropriate basic recipe or conary package if a context is supplied.