Home > athenry

athenry

Athenry is a project mainly written in RUBY and SHELL, based on the MIT license.

Athenry uses the system configuration files that you supply, to build a custom installable tarball, or chroot.

Athenry

Homepage: [http://gregf.github.com/athenry] (http://gregf.github.com/athenry)
Git: [http://github.com/gregf/athenry] (http://github.com/gregf/athenry)
Author: Greg Fitzgerald
Copyright: 2009-2010 License: MIT License

Index

  • About
  • Dependencies
  • Download
  • Install
  • Support
  • Authors
  • License

About

Athenry will use system configuration files you provide to build Gentoo Stage tarballs for installation or chroots using freshly rolled x86 or amd64 installs.

  • For me information please refer to the about page.

Dependencies

  • RConifg
  • commander
  • ruby-progressbar
  • Erubis

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/gregf/athenry

Install

$ gem install rconfig 
$ gem install commander
$ gem install progressbar
$ git clone git://github.com/gregf/athenry
$ cd athenry
$ ./setup.rb install

Support

If you think you have found a bug please report bugs to the bugtracker

Questions can be emailed directly to me or asked on the mailinglist

Authors

License

Athenry is licensed under the MIT license

Copyright (c) 2009-2010 Greg Fitzgerald

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.