Bug 246270

Summary: Remove serverroot concept from Console
Product: [Fedora] Fedora Management Console Reporter: Nathan Kinder <nkinder>
Component: GeneralAssignee: Nathan Kinder <nkinder>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 1.1.0CC: mreynolds, nhosoi
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-07 20:01:16 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:
Bug Depends On:    
Bug Blocks: 240316    
Attachments:
Description Flags
CVS Diffs
none
CVS Commit Message
none
Additional Diffs
none
CVS Commit Message (comment 3 diffs) none

Description Nathan Kinder 2007-06-29 18:27:38 UTC
The notion of a "Server Root" has gone away in Admin Server, so the Console
needs to adjust for this.

The server root was mainly used for a deprecated merge config capability in the
Console.  The attached changes remove all traces of the server root.  I've also
bumped the version up to 1.1.0, improved the build system, turned the
startconsole script into a template, fixed some theme bugs, and worked on the
RPM packaging.

Comment 1 Nathan Kinder 2007-06-29 18:27:38 UTC
Created attachment 158240 [details]
CVS Diffs

Comment 2 Nathan Kinder 2007-06-29 20:37:54 UTC
Created attachment 158263 [details]
CVS Commit Message

Checked into console (HEAD).  Thanks to Rich for the review!

Comment 3 Nathan Kinder 2007-06-29 22:49:41 UTC
Created attachment 158277 [details]
Additional Diffs

Noriko pointed out that the Console version number was in multiple files as
seen in my previous diffs.  She suggested that we try to get it defined in one
single place, which I agree with.  These changes replace all hard-coded
instances of the version number with calls to the VersionInfo class.  The
VersionInfo class gets it's version numbers from a properties file that is
dynamically generated at compile time.	This means that we will only need to
change the version in build.properties from now on.

Comment 4 Noriko Hosoi 2007-07-02 16:37:15 UTC
Your changes look good.  Thank you sooooo much!

Comment 5 Nathan Kinder 2007-07-02 18:52:30 UTC
Created attachment 158363 [details]
CVS Commit Message (comment 3 diffs)

Checked changes from co mment 3 into console (HEAD).  Thanks for the review
Noriko!