[SCM] Website for Isaac project branch, ikiwiki, updated. 2fef228d3608a1f5610f265c28b0e72904c6dcea

Mildred Ki'Lya silkensedai at online.fr
Fri Sep 11 21:12:36 UTC 2009


The following commit has been merged in the ikiwiki branch:
commit 90451fb76348baeff79ce65dc9d47f9ae4d7fe09
Author: Mildred Ki'Lya <silkensedai at online.fr>
Date:   Fri Sep 11 22:55:12 2009 +0200

    updated git pages

diff --git a/community/git.mdwn b/community/git.mdwn
index 0dd968e..3d76681 100644
--- a/community/git.mdwn
+++ b/community/git.mdwn
@@ -8,6 +8,7 @@ To configure git, you can either use the `git config --global KEY VALUE` command
 or manually edit `~/.gitconfig`.
 
 Tell git who you are:
+
     git config --global user.name "FirstName LastName"
     git config --global user.email "user at example.com"
 
diff --git a/community/git/compiler.mdwn b/community/git/compiler.mdwn
new file mode 100644
index 0000000..74afc1b
--- /dev/null
+++ b/community/git/compiler.mdwn
@@ -0,0 +1,35 @@
+Lisaac Compiler - Git Repository
+================================
+
+To clone the Lisaac compiler, just run:
+
+    git clone git+ssh://git.debian.org/git/lisaac/compiler.git
+
+You can have a look at the
+[summary page](http://git.debian.org/?p=lisaac/compiler.git).
+
+Contrary to most Git repositories, the default branch is `stable`. The branch
+that always bootstrap.
+
+Branches
+--------
+
+* `stable`: The current version of the compiler. Should bootstrap all the time
+* `master`: Where our master (Benoît Sonntag) works
+* `debian`: Where debian specific stuff are added for the debian package
+* `gentoo`: Where gentoo specific stuff are added for the gentoo package
+* `lisaac-0.12.x`: Developpment of the 0.12.x branch (bugfix)
+* `lisaac-0.13.x`: Developpment of the 0.13.x branch (bugfix)
+* *other branches*: Where other people might publish their work. please contact
+  them if you want to use what they did. They might break their history
+  (rebase).
+
+Tags
+----
+
+When a release is made, an **annotated and GPG signed** tag is created. To
+create a tag, you can type:
+
+    git tag -as tag-name commit-id
+
+The tags created for the lisaac version use the form **lisaac-_version_**

-- 
Website for Isaac project



More information about the Lisaac-commits mailing list