On Fri, 2005-04-22 at 14:38 +0200, Tim Heinrich wrote: > Hi, > could anyone please give a detailed information on how to set up an arch > reposity for coaster? I've tried the instructions on the > Coaster-homepage but I can't figure it out. Here is exactly what i did: > > tla my-id 'Tim Heinrich <tim heinrich gmx de> > tla register-archive http://arch.coaster-burner.org/2004 > tla archive-setup tim heinrich gmx de/coaster-gui--main--0.1.4.2 > tla tag coaster-devel coaster-burn org--2004/coaster-gui--main--0.1.4.2 > tim heinrich gmx de/coaster-gui--main--0.1.4.2 > > At this point I get the following output: > > No such version (0.1.4.2) > name: coaster-devel coaster-burn org--2004 > location: http://arch.coaster-burner.org/2004 > package-version: coaster-gui--main--0.1.4.2 > > This is wrong, isn't it? Well yes, but I don't think it's due to any fault on your part. Arch is kind of weird to grok at first and the 'tla' implementation of it doesn't help very much. The instructions on the coaster website look like they are out of date, but are only really out of date in a few places. Here are the steps that I used to setup my arch repository. I use the bazaar tool ('baz') instead of 'tla'. These steps use version 1.2 of bazaar. Version 1.3 just recently came out and had some changes that will likely obsolete these instructions. #Create arch ID baz my-id 'Mark Drago <markdrago mail com>' #Register the remote archive baz register-archive http://arch.coaster-burner.org/2004 #Create your local archive baz make-archive --signed markdrago mail com--2005 /home/mdrago/code/arch #Tell baz how to sign stuff it wants to sign - be sure to have a gpg key created #[create the ~/.arch-params/signing/=default file and add the line 'gpg --clearsign'] #Create a branch off of the main coaster branch (notice the old domain name is still there - the actual name of the repository hasn't been changed) baz branch coaster-devel coaster-burn org--2004/coaster-gui--main--0.1.1 markdrago mail com--2005/coaster-gui--main--0.1.1 #Check out a copy from your new branch baz get markdrago mail com--2005/coaster-gui--main--0.1.1 Now, I'm kind of new to arch myself, but this works for me. I have an arch repository set up at www.markdrago.com/arch/coaster-gui--main--0.1.1 that contains a few patches that I've already added to bugzilla. I hope this helped. --Mark Drago
Attachment:
signature.asc
Description: This is a digitally signed message part