New Repository Layout
Published 31. July 2011 by schivmeister.
Hello!
We have “restructured” our repositories and have new names and serve new purposes. Where previously there were:
* stable - tested builds (close to empty)
* testing - untested builds
* experimental - devel builds (almost always empty)
We now have:
* production - verified PKGBUILDs AND tested packages (hope to fill this up)
* preview - unverified PKGBUILDs AND/OR untested packages
* nightly - verified devel PKGBUILDs (automated nightly/daily builds soon)
* experimental - unverified devel PKGBUILDs (automated nightly/daily builds soon)
Please check out the ‘packages’ page for further details and update your pacman configuration file:
# verified PKGBUILDs AND tested packages [archaudio-production] Server = http://repos.archaudio.org/$repo/$arch # unverified PKGBUILDs AND/OR untested packages [archaudio-preview] Server = http://repos.archaudio.org/$repo/$arch # verified devel PKGBUILDs [archaudio-nightly] Server = http://repos.archaudio.org/$repo/$arch # unverified devel PKGBUILDs [archaudio-experimental] Server = http://repos.archaudio.org/$repo/$arch |