From kde-commits Sat Oct 03 16:43:40 2015 From: Allen Winter Date: Sat, 03 Oct 2015 16:43:40 +0000 To: kde-commits Subject: [websites/quality-kde-org] tools: tools/update-checkouts - no longer use the calligra 2.9 branch Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144389063607467 Git commit fb28d37d089a31aaec9e480fff933eff169d5ccf by Allen Winter. Committed on 03/10/2015 at 16:42. Pushed by winterz into branch 'master'. tools/update-checkouts - no longer use the calligra 2.9 branch as requested by Friedrich on Oct 3, 2015 CCMAIL: kossebau@kde.org M +0 -2 tools/update-checkouts http://commits.kde.org/websites/quality-kde-org/fb28d37d089a31aaec9e480fff9= 33eff169d5ccf diff --git a/tools/update-checkouts b/tools/update-checkouts index 94e1d35..64e13b7 100755 --- a/tools/update-checkouts +++ b/tools/update-checkouts @@ -101,8 +101,6 @@ if [ ! -d $TOP/bundled-apps ]; then mkdir -p $TOP/bundled-apps fi git_update $TOP/bundled-apps/calligra -#requested by "Friedrich W. H. Kossebau" on 12/21/14 -(cd $TOP/bundled-apps/calligra; git checkout calligra/2.9; git pull) = # Put in place the quality checkout symlink # We already have a clone of this in $HOME (per update-scripts) so just re= use that one....