Re: my second go at Arusha

Will Partain <[email protected]> Tue, 12 Jun 2001 20:03:14 +0100
Newsgroups gmane.comp.sysutils.ark.devel
Message-ID <[email protected]>
The glorious Berto reports in:

> Taking advantage of a break in my busy schedule, I've had a second go at
> trying out Arusha.  Here's my after-action report:
> 
> --On the page http://ark.sourceforge.net/try-ark1.html (and elsewhere?),
>   the ark-dev link in fact points to the ark-users link
>   http://lists.sourceforge.net/lists/listinfo/ark-users

Good catch!  Fixed (and checked in).

> --A really small nit:  Creating an 'ARK profile':  Why default to giving csh
>   syntax (e.g., "setenv ARK_PROFILE ...")?  Why not sh or bash (or ...?)
>   syntax (e.g., export ARK_PROFILE=...)?

Fixed (and checked in).

> --If, despite your urgings, the user has not set ARK_PROFILE, couldn't you
>   have the code default to looking for $HOME/.ark_profile (or ~/.ark_profile)?

Rain check?  I am jumpy about this one.  For example, I can
imagine a site where you bounce between "test" and
"production" ARK-ing by changing profiles.  Having it
automagically go to one thing *might* be disastrous...

I actually do *not* set ARK_PROFILE in my personal .profile.
I would rather be yelled at for not setting it, so that I
*think* about what I'm about to do.

I reserve the right to change my mind in the fullness of
time :-)

> --Slight annoyance:  "You need to change the *** CONFIGURE ME *** section.
>   In fact, the team.xml file has it as "CONFIGURE-ME" (with a hyphen).

Fixed (and checked in).

> --Test drive with try-ark.  Says:  "./try-ark", but there was no earlier
>   directive to cd to the try-ark directory.  I had to do a 'find' operation
>   to locate the actual try-ark script.  Better:
>   $ARK_SRC/myteam1/try-ark/try-ark
> 
> --$ try-ark/try-ark | tee /tmp/try-ark.out

OK, I checked in something based on this (good) suggestion.

>   try-ark/try-ark: warning: this script may be overly paranoid and, um, wrong...
>   + ./arkcmd package reveal --verbose --use-deps=max arkbase
>   Traceback (most recent call last):
[snip]
>   ImportError: No module named core

I defer this to another message.  Thanks for the excellent
report.

Will