From f831042f1651c21b1a0376a17a87c50870b2bd2b Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Sat, 15 Dec 2007 00:50:51 +0100 Subject: --export-dir and --export are actually --git-export-dir and --git-export --- docs/chapters/building.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index 4fb85fb..eb569b6 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -28,20 +28,20 @@ Using a separate build dir Tools like &svn-buildpackage; use a separate build-area. To achieve a similar behaviour - with &git-buildpackage; use the option: + with &git-buildpackage; use the option: -&git-buildpackage; =../build-area/ +&git-buildpackage; =../build-area/ This will export the current branch head to ../build-area/package-version, check out the corresponding upstream tree to build the .orig.tar.gz if necessary and build the package. If you don't want to export the current branch head you can use - to export any treeish object, here are some + to export any treeish object, here are some examples: -&git-buildpackage; =../build-area =debian/0.4.3 -&git-buildpackage; =../build-area =etch -&git-buildpackage; =../build-area =8caed309653d69b7ab440e3d35abc090eb4c6697 +&git-buildpackage; =../build-area =debian/0.4.3 +&git-buildpackage; =../build-area =etch +&git-buildpackage; =../build-area =8caed309653d69b7ab440e3d35abc090eb4c6697 If you want to default to build in a separate build area you can specify the directory to use in the gbp.conf. -- cgit v1.2.3