[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Updates to ash and busybox



Erik Andersen <andersen@xmission.com> writes:

> No disrespect to Bruce, but I'll believe it when I see it. Meanwhile,
> I'll be making an interim release Real Soon Now(tm). I have searched
> the net and found a number of patches and bug reports. I've applied the
> patches that made sense, fixed the bugs I found reported, and I've fixed
> up some general stuff that was begging to be improved.

Sounds good.  The Bazaar in action.  :)

> Any feature requests from the boot floppy team?

Well, I dunno.  I'll look thru the boot-floppies bug reports and see
what is to be seen.

> Yes, could you point me to the CVS archive? Is anonymous access
> available via pserver or ssh, or will I need an account? I'll be glad to
> make up a diff for you...

If you have an account on va, you can use that.  Otherwise, yes, anon
pserver is also availble.  See the included file.

Thanks a lot.

--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

You can access the boot-floppies using CVS; this is particularly useful
if you are actively working on the package.

CVS comes with excellent documentation; in particular, see the 'cvs'
info pages.

There are various ways to access the CVS repository for the boot-floppies,
depending on your circumstances.  However, once you've set up your 
CVSROOT variable properly, all the access methods behave identically.

The following are bash commands you can
run to get the CVS area; other shell users should be able to translate
to their shell language easily.  Commands with a '#' are comments; you
don't have to type those.

  # if you are logged into to va.debian.org, aka cvs.debian.org:
  export CVSROOT=/cvs/debian-boot


  # if you are using 'ssh' to access the area, and you have an account
  # on va.debian.org  -- this is the recommended method:
  export CVS_RSH=ssh
  export CVSROOT=:ext:<MY-USERNAME>@cvs.debian.org:/cvs/debian-boot


  # if you are using anonymous (readonly) access:
  export CVSROOT=:pserver:anonymous@cvs.debian.org:/cvs/debian-boot
  cvs login
    # you will be prompted for a password -- just hit 'enter'


  # if you are using a pserver account (i.e., you need write access but
  # do not have an account on va, and you have been given a pserver
  # username and password):
  export CVSROOT=:pserver:<USERNAME>@cvs.debian.org:/cvs/debian-boot
  cvs login
    # enter the password you have been given

After that, all techniques are the same.  Simply check out the sources.
For the lastest (possibly unstable) version, do:

  cvs co boot-floppies

For the slink CVS branch, which is probably what you are using if you are
working on translating slink documentation:

  cvs co -r adam-boot-floppies_2-1_branch boot-floppies

>From there, you just use 'cvs update' and 'cvs commit' -- see the 
info pages.


Reply to: