X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=web%2Fmanual.m4;h=5926b55536c736c0bd8f031bd596d51e31587fbb;hb=290d89f17769d1ad8fe9abb5e432939268f74f1a;hp=14feb5739c771bd2ee16e516b0d36d389d1b454f;hpb=815a277189a2400226d34c90b63e57ab7e734ae9;p=paraslash.git diff --git a/web/manual.m4 b/web/manual.m4 index 14feb573..5926b555 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -280,7 +280,11 @@ might need to tell the configure script where to find them. Try ./configure --help to see a list of options. If the paraslash package was compiled -successfully, execute as root, +successfully, execute (optionally) + + make test + +to run the paraslash test suite. If all tests pass, execute as root make install @@ -1866,6 +1870,11 @@ have been merged into "next" are usually not rebased, and you can find the tip of topic branches you are interested in from the output of "git log next"). You should be able to safely build on top of them. +However, at times "next" will be rebuilt from the tip of "master" to +get rid of merge commits that will never be in "master. The commit +that replaces "next" will usually have the identical tree, but it +will have different ancestry from the tip of "master". + The "pu" (proposed updates) branch bundles the remainder of the topic branches. The "pu" branch, and topic branches that are only in "pu", are subject to rebasing in general. By the above definition