Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215884 - app-doc/repodoc shouldn't check if link attribute for guide/book/project tag is present
Summary: app-doc/repodoc shouldn't check if link attribute for guide/book/project tag ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jose Luis Rivero (yoswink) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 13:35 UTC by Łukasz Damentko (RETIRED)
Modified: 2008-04-11 20:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Damentko (RETIRED) gentoo-dev 2008-04-02 13:35:22 UTC
Gorg now knows where the file is by itself and we can safely drop all the link attributes in our documents.

It was already done for 2008.0 handbooks but repodoc still does report a bug about it. My idea is to get rid of this whole path module:

An example, doc/pl/handbook/2008.0/handbook-hppa.xml 

It has just <book lang="pl" disclaimer="draft">. It can show the right print version and stuff but repodoc does that:

------- Module path -------
Result: critical

Reason:

The attribute link on <book link="" ...> is wrong.
It should point to the absolute path (link="/doc/pl/handbook/2008.0/handbook-hppa.xml")
/home/rane/.repodoc/repodoc.log lines 1-7/7 (END) 

While it shouldn't report it as a bug at all.
Comment 1 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2008-04-11 20:49:58 UTC
Thanks for the tip.

Change ready in -9999 and will appear in the next version.