diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 20:52:45 +0100 |
commit | 2e626373db2412ac22e8c5c27a60d11cd29e875b (patch) | |
tree | 9e9f67205cd5b72f1031721273e1534a3a1e5b0f /README | |
parent | f7ee7bbd5174b084f018c2ec94d8c70c98ee04da (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. + |