From aa8135655aa3aba42673ed3aebfbdb08be9d7485 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Wed, 23 Feb 2005 04:34:19 +0000 Subject: some fixes in beta manifest --- web/html/beta.html | 42 +++++++++++++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 9 deletions(-) (limited to 'web/html/beta.html') diff --git a/web/html/beta.html b/web/html/beta.html index 2e0246d6..29bf80a3 100644 --- a/web/html/beta.html +++ b/web/html/beta.html @@ -136,30 +136,54 @@ step is necessary so we can make sure that the right people are getting the right access. We will migrate this information to the production system, so you won't have to do it again.
-
  • Check out the CVS tree for the AUR repository, located at:
    - :pserver:<userid>@cvs.archlinux.org/home/cvs-aur-test
    +
  • Check out the CVS tree for the AUR repository. To do this, +execute the following commands:
    +
    + export +CVSROOT=":pserver:<userid>@cvs.archlinux.org:/home/cvs-aur-test"
    +cvs login
    +cvs co aur-test

    +
    If you're -a TU or developer, you should already have an account in this new -repository.
  • +a TU, you should already have an account in this new +repository. If you are a developer, email Jason (jason at archlinux dot +org) and he'll set up access for you.
    +
  • Build binary packages for things you wish to place in the AUR, and add the PKGBUILD and accompanying necessary files to the CVS -repository.
    +repository. You can do this with:
    +
    + cvs add <directory>
    +cd <directory>
    +cvs add PKGBUILD
    +.
    +.
    +cvs commit

    +
  • Upload the binary packages using the "tupkg" tool. Run:
    -
    tupkg +
    +tupkg --host subzero.elys.com --user <userid> --password <password> <packagefile.pkg.tar.gz>

    +
    Note that this is your AUR login -password not your CVS password, in case they are different.
    +password -- the one you assign when you create your account, not +your CVS password, in case they are different.
  • Once your packages are uploaded successfully, tag the newly -created package files with the CURRENT tag in cvs.
  • +created package files with the CURRENT tag in cvs. You can do this with:
    +
    +cvs tag -cFR CURRENT <newpackagebuilddir>

    +
    +
  • In 5-10 minutes, the automated script will add them to the AUR repository. Verify that they appear both in the web interface and become -available via pacman -S from the aur repository.
  • +available via pacman -Sy <package> from the aur +repository.
  • Select the newly added or updated package in the AUR web interface and set yourself as the maintainer.
  • -- cgit v1.2.3-24-g4f1b