diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:00 +0100 |
commit | 20fc1e56e329e6d3f93c52d7af24f32d7571de3c (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /README | |
parent | 42a4203594bc395c9d6b3fd6a51486ebbbedf0c6 (diff) |
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ + +This git repository is part of the "bootstrap" family of Libreoffice repos. +It is obsolete and its only useful content are the LibreOffice 3.3 +and 3.4 release branches. + +If you are interested in the latest and greatest development branch "master", +or in release branches of LibreOffice versions newer than 3.4, please +check out the "core" git repository, as described on the Wiki: + + http://wiki.documentfoundation.org/Development/Native_Build + +If you want to build the 3.3 or 3.4 release, you need to switch to the +corresponding release branch: + + ./g checkout libreoffice-3-4 + +If for some reason you want to look at obsolete in-development code, +check out the "master-backup" branch in this repository; this is most likely +to be a complete waste of time though. + |