diff --git a/doc/technical/infra/debianDepot.txt b/doc/technical/infra/debianDepot.txt index 8573e3803..0604c42bf 100644 --- a/doc/technical/infra/debianDepot.txt +++ b/doc/technical/infra/debianDepot.txt @@ -18,11 +18,11 @@ by Guido Günther exactly for this purpuse: It treats the _debianisation_ as a b Git repository, forking off the mainline at the release point. For Lumiera, this _debianisation branch_ is called 'deb' and can be found in the -link:http://git.lumiera.org/gitweb?p=lumiera/debian;a=summary[git:/git.lumiera.org/lumiera/debian] repository. +link:http://git.lumiera.org/gitweb?p=debian/lumiera;a=summary[git:/git.lumiera.org/debian/lumiera] repository. To (re)build the debian package -. +git clone git:/git.lumiera.org/lumiera/debian+ +. +git clone git:/git.lumiera.org/debian/lumiera+ . +mkdir pack.deb+ . +cd debian+ . +git-buildpackage --git-upstream-branch=+ _RELEASE-TAG_ @@ -91,14 +91,14 @@ Configuration ~~~~~~~~~~~~~ The current configuration and the state of the Debian Depot index files is tracked is a separate branch in the -link:http://git.lumiera.org/gitweb?p=lumiera/debian;a=shortlog;h=refs/heads/depot[lumiera/debian] +link:http://git.lumiera.org/gitweb?p=debian/lumiera;a=shortlog;h=refs/heads/depot[debian/lumiera] repository. (Note: this is a somewhat unconventional setup, insofar the 'depot' branch tracks a directory tree completely separete from the main lumiera source tree tracked by the deb branch; I choose this layout because of the marginal relevance of this depot management; I just didn't want to create _yet another not so useful Git repository..._) - * primary link:http://git.lumiera.org/gitweb?p=lumiera/debian;a=blob;f=conf/distributions;hb=refs/heads/depot[configuration] - * Logfile of imports: link:http://git.lumiera.org/gitweb?p=lumiera/debian;a=blob;f=log/squeeze.log;hb=refs/heads/depot[for Debian/Squeeze] + * primary link:http://git.lumiera.org/gitweb?p=debian/lumiera;a=blob;f=conf/distributions;hb=refs/heads/depot[configuration] + * Logfile of imports: link:http://git.lumiera.org/gitweb?p=debian/lumiera;a=blob;f=log/squeeze.log;hb=refs/heads/depot[for Debian/Squeeze] [NOTE] .some special details to note in our setup @@ -121,7 +121,7 @@ current setup 3/2011 While later we want to automate most of this packaging business, currently it's done semi-manual. Mostly, Ichthyo builds the packages on his local PC (or a VM) and then adds/imports them to the 'reprepro' -- changes are then propagated to lumiera.org via rsync; as kind of a backup, the -index files are also pushed to link:http://git.lumiera.org/gitweb?p=lumiera/debian;a=shortlog;h=refs/heads/depot[Git]. +index files are also pushed to link:http://git.lumiera.org/gitweb?p=debian/lumiera;a=shortlog;h=refs/heads/depot[Git]. ---- rsync -rclvz --progress --partial --delete /local/filesys/path/to/Lumirep/depot/ ichthyo@www.lumiera.org:/var/local/www_debian ---- diff --git a/doc/user/tutorials/building.txt b/doc/user/tutorials/building.txt index 0061be502..a3336f11c 100644 --- a/doc/user/tutorials/building.txt +++ b/doc/user/tutorials/building.txt @@ -91,7 +91,7 @@ Enter _workspace direcory_ as explained above. Get the NoBug source code: ------------------------------------------------------------ -git clone git://git.pipapo.org/nobug +git clone git://git.lumiera.org/debian/nobug ------------------------------------------------------------ This will create a (sub)directory called nobug that contains source code. + @@ -124,8 +124,8 @@ Ubuntu 10.10 note:: you need to install the +intltool+ package from the standard ubuntu repository ------------------------------------------------------------ -git clone git://git.lumiera.org/gdl-package -cd gdl-package +git clone git://git.lumiera.org/debian/gdl +cd gdl ./configure make sudo make install diff --git a/doc/user/tutorials/contributing.txt b/doc/user/tutorials/contributing.txt index 195bcf08c..28415ec45 100644 --- a/doc/user/tutorials/contributing.txt +++ b/doc/user/tutorials/contributing.txt @@ -114,8 +114,8 @@ sudo make install - *GDL* -- a window docking library + ------------------------------------------------------------ -git clone git://git.lumiera.org/gdl-package -cd gdl-package +git clone git://git.lumiera.org/debian/gdl +cd gdl ./configure make sudo make install