diff options
author | dancer <dancer> | 2005-09-04 03:16:01 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-09-04 03:16:01 +0000 |
commit | 98bce92f327306567fbef84e060ad300f59be4e0 (patch) | |
tree | 16e59a60cd9230a6056fdbaee2965158dadd6ed7 /Documentation | |
parent | 0b68d3cb1fe752e233204f39cc9e7f7f14bbe4db (diff) | |
download | pbuilder-98bce92f327306567fbef84e060ad300f59be4e0.tar pbuilder-98bce92f327306567fbef84e060ad300f59be4e0.tar.gz |
documentation updates, move to alioth.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 15 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 24 |
2 files changed, 31 insertions, 8 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 613859a..190edca 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -11,11 +11,20 @@ all: pbuilder-doc.html xsltproc pbuilder-doc.xsl $< > $@.tmp mv $@.tmp $@ + +install: pbuilder-doc.html + install -d -m 755 -o root -g root $(DESTDIR)/usr/share/doc/pbuilder/ + install -m 644 -o root -g root pbuilder-doc.html $(DESTDIR)/usr/share/doc/pbuilder/ + +preview: pbuilder-doc.html + mozilla-firefox -remote "openfile($(PWD)/$<)" + +release: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl + scp $^ cvs.alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pbuilder/htdocs/ + # for my homepage-publishing. release-netfort: pbuilder-doc.html pbuilder-doc.xml pbuilder-doc.css pbuilder-doc.xsl cp $^ ~/public_html/netfort/software/pbuilder-doc/ -install: pbuilder-doc.html - install -d -m 755 -o root -g root $(DESTDIR)/usr/share/doc/pbuilder/ - install -m 644 -o root -g root pbuilder-doc.html $(DESTDIR)/usr/share/doc/pbuilder/ +.PHONY: preview release-netfort release
\ No newline at end of file diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index eb29531..a22648d 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -4,7 +4,7 @@ and the latest version is found in CVS repository. --> <book> <bookinfo> - <date>2005-05-02</date> + <date>2005-09-04</date> <title>pbuilder User's Manual</title> <abbrev>pbuilder-doc</abbrev> <subtitle>Usage and operations</subtitle> @@ -1053,15 +1053,24 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell <sect1 id="lvm"> <title>Using LVM</title> <para> - LVM has a snapshot function that features Copy-on-write images. + LVM2 has a useful snapshot function that features Copy-on-write images. That could be used for pbuilder just as it can be used for the user-mode-linux pbuilder port. It may prove to be faster, but it is not implemented yet, and so no measurement has been made, yet. </para> <para> - Since user-mode-linux port seems to be more interesting, - this is abandoned. + User-mode-linux cow support has been preferred for + pbuilder-uml, but the idea of using LVM is interesting. + </para> + </sect1> + <sect1 id="cowdancer"> + <title>Using cowdancer</title> + <para> + cowdancer allows copy-on-write semantics on filesystem + using hardlinks and hardlink-breaking-on-write tricks. + pbuilder using cowdancer seems to be much faster + and it is one ideal point for improvement. </para> </sect1> <sect1 id="withouttargz"> @@ -1212,11 +1221,16 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell This documentation is available from the pbuilder source tarball, and from the CVS repository of pbuilder (web-based access is possible). A copy of this documentation can be found on the - <ulink url="http://www.netfort.gr.jp/~dancer/software/pbuilder-doc/pbuilder-doc.html">Netfort page for pbuilder</ulink>. + <ulink url="http://pbuilder.alioth.debian.org/pbuilder-doc.html">Alioth project page for pbuilder</ulink>. The homepage for pbuilder is <ulink url="http://www.netfort.gr.jp/~dancer/software/pbuilder.html"> http://www.netfort.gr.jp/~dancer/software/pbuilder.html </ulink> + The project has moved its hosting to alioth project since 4 Sep 2005. + It is available + <ulink url="http://pbuilder.alioth.debian.org/"> + http://pbuilder.alioth.debian.org/ + </ulink> </para> <para> Documentation is written using DocBook XML, |