1. chicken-update
    1. Usage
    2. Author
    3. License
    4. Version History

chicken-update

A utility program for updating chicken eggs.

Usage

Usage: chicken-update [OPTION ...]
All other options are passed directly to chicken-install.
      --unknown            try updating eggs with unknown version
      --upstream-egg-list-uri location of the egg list RSS feed,
        by default https://eggs.call-cc.org/rss-5.xml
      --pin=REGEX          pin eggs matching REGEX
  -h, --help               Display this text

Calling chicken-update on its own will check http://eggs.call-cc.org/rss-5.xml (or the URI you supplied for --upstream-egg-list-uri) for new egg versions and run chicken-install if there's a new version available. By default, eggs with an unknown version are not updated. You can "pin" eggs to prevent them from being updated by passing a regular expression to the --pin option. Other options get passed to chicken-install.

Author

Diego A. Mundo

License

Public Domain

Version History

0.1.6
Allow specifying upstream egg list url
0.1.5
Avoid errors when local chicken repo contains other files
0.1.4
Use HTTPS
0.1.3
Minor documentation update
0.1.2
Argument parsing, pass options to chicken-install
0.1.1
Version checking
0.1.0
Initial release