Nightly Builds

Automated nightly builds of Aegir CMS are generated from the latest CVS source code. These builds allow developers and testers to access the most recent features and bug fixes before they are included in official releases.

⚠️ Warning: Development Version

Nightly builds are for testing purposes only. They may contain bugs, incomplete features, or breaking changes. Do not use nightly builds in production environments.

  • Always backup your data before testing
  • Test in a separate development environment
  • Report any issues to the bug tracker

Download Nightly Builds

Nightly builds are automatically generated each night from the CVS repository:

What's Included

Nightly builds include:

Installation

To install a nightly build:

  1. Download the latest nightly build archive
  2. Extract the archive to your web server
  3. Follow the standard installation instructions
  4. Note that database migrations may be required
tar -xzf nadmin-latest.tar.gz
cd nadmin/
# Follow installation instructions

Reporting Issues

If you encounter problems with a nightly build:

  1. Check if the issue exists in the latest stable release
  2. Search the bug tracker for existing reports
  3. If it's a new issue, report it with:
    • The nightly build date/timestamp
    • Steps to reproduce the problem
    • Your system configuration
    • Any error messages or logs
  4. Mention that you're using a nightly build in your report

Alternative: CVS Access

For the absolute latest code, you can check out directly from CVS:

cvs -d :pserver:[email protected]:/var/lib/cvs login
cvs -d :pserver:[email protected]:/var/lib/cvs co nadmin

This gives you direct access to the repository and allows you to update to the latest changes at any time.

Build Information

For Developers

Developers working on Aegir CMS should:

Stable Releases

For production use, always download stable releases from the Download page. Stable releases are thoroughly tested and include documentation and upgrade guides.

Contributing

Testing nightly builds is a valuable contribution to the Aegir CMS project. Your feedback helps identify issues before they reach production releases. See the Contributing page for more ways to help.