GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/build-docbook-catalog.git
master
Docbook XML Catalog auto-updater
Mike Frysinger <vapier@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build-docbook-catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a --debug option
Mike Frysinger
2021-10-02
1
-1
/
+3
*
do not try to lint missing files
Mike Frysinger
2021-10-02
1
-2
/
+2
*
switch locking to flock
Mike Frysinger
2021-10-02
1
-7
/
+5
*
switch to arrays
Mike Frysinger
2021-10-02
1
-16
/
+17
*
fix bad let conversion
Mike Frysinger
2021-10-02
1
-4
/
+4
*
use `grep -E` instead of `egrep`
Mike Frysinger
2021-10-02
1
-2
/
+2
*
switch from old `let` to newer `: $((...))` syntax
Mike Frysinger
2021-10-02
1
-6
/
+6
*
handle corrupt catalogs gracefully
Mike Frysinger
2021-10-02
1
-0
/
+10
*
Prepend ROOT with "/." when "//" redirects to network (as in Cygwin).
v1.21
Michael Haubenwallner
2016-05-23
1
-1
/
+2
*
merge prefix patches
v1.20
Christoph Junghans
2013-09-28
1
-6
/
+13
*
add locking to /etc/xml dir to avoid multiple runs trashing each other
v1.19
Mike Frysinger
2012-03-28
1
-5
/
+12
*
add $ROOT support #389243 by Zdenek Behan
Mike Frysinger
2012-03-28
1
-28
/
+45
*
use $DOCBOOKDIR rather than hardcoding the full path twice
Mike Frysinger
2012-03-28
1
-2
/
+2
*
be consistent in variable style: ${foo} rather than $foo
Mike Frysinger
2012-03-28
1
-8
/
+8
*
add quotes to path vars to be consistent, and to be defensive in case of spac...
Mike Frysinger
2012-03-27
1
-13
/
+13
*
add a new multi_xmlcatalog_add helper to simplify logic related to calling `x...
Mike Frysinger
2012-03-27
1
-27
/
+62
*
attempt to create /etc/xml if it does not exist so `rm -rf /etc/xml && build-...
Mike Frysinger
2012-03-27
1
-3
/
+8
*
drop hardcoded full paths as there is no need for that -- $PATH works just fine
Mike Frysinger
2012-03-27
1
-3
/
+3
*
check to see if DOCBOOKDIR exists before running `find` to avoid ugly errors ...
Mike Frysinger
2012-03-27
1
-3
/
+8
*
use `local` rather than `typeset` to better match current Gentoo style
Mike Frysinger
2012-03-27
1
-11
/
+11
*
add -h/--help options
Mike Frysinger
2012-03-27
1
-5
/
+22
*
add an error() helper
Mike Frysinger
2012-03-27
1
-9
/
+14
*
eat trailing whitespace
Mike Frysinger
2011-11-01
1
-5
/
+5
*
Add support for simple-dtds, thanks to Yaakov S in bug #290680.
v1.6
Diego Pettenò
2011-03-29
1
-3
/
+29
*
Improve support for local resolver, patch by Jiri Tyr in bug #194485.
v1.5
Diego Pettenò
2009-08-23
1
-3
/
+4
*
Fix support for other XSL types by further delegating the catalogs.
v1.4
Diego Pettenò
2008-09-22
1
-12
/
+8
*
Extend build-docbook-catalog to support different types of xsl stylesheets (w...
v1.3
Diego Pettenò
2008-09-22
1
-17
/
+23
*
quiet down the script unless --verbose is specified
v1.2
Aron Griffis
2004-07-22
1
-15
/
+34
*
see bug 52725
v1.1
Aron Griffis
2004-06-30
1
-0
/
+265