ARK_PROFILE/MY_TEAM_XML in sample1:try-ark (was: ...)
Will Partain <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Harlan asked: > I'm a bit confused - in the try-ark script, the recent (20010410) snapshot > seems to use ARK_PROFILE, while the CVS tree seems to be using MY_TEAM_XML . The only env var that absolutely utterly must be set in ARK land is ARK_PROFILE. There is a setting for it in try-ark (the sample1/try-ark/try-ark one). The setting of ARK_SRC/ARK_SRC_me/MY_TEAM_XML (all just local vars to the script) is, um, a _hack_. (MY_TEAM_XML points to your own team's team.xml file.) It really should grovel around in $ARK_PROFILE and *find* where the bits for your team are. I was (and am) lazy. Will