Bug 85596

Summary: No default repository
Product: [Retired] eCos Reporter: John Dallaway <jld>
Component: ConfigToolAssignee: John Dallaway <jld>
Status: CLOSED CURRENTRELEASE QA Contact: John Dallaway <jld>
Severity: medium Docs Contact:
Priority: low    
Version: 2.0 beta 1CC: jifl-bugzilla
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-03-25 10:19:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description John Dallaway 2003-03-04 20:43:21 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux)

Description of problem:
When the configtool is invoked for the first time it prompts for the path to an eCos repository. It should attempt to guess the location relative to itself (using `pwd` and argv[0]).

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Invoke the configtool for the first time following a clean install.
    

Actual Results:  The repository dialog box appears.

Expected Results:  The configtool should attempt to infer the repository location relative to its own location.

Additional info:

eCos Configuration Tool 2.12.net (eCos 2.0b1)

Comment 1 John Dallaway 2003-03-25 10:19:17 UTC
I have added a test for the presence of a repository at ../../packages 
relative to the configtool binary location in the absence of any other clues.