The branch, master has been updated via c94ea7beb32b9724afcb06505194d2c7bdb01c2e (commit) from 7e91a443654535f6efde5d9a6991c428183ebe51 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c94ea7beb32b9724afcb06505194d2c7bdb01c2e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 09:38:44 2013 +0100 remove .qm files during cleanm, add lost qt_de.qm back to git ----------------------------------------------------------------------- Summary of changes: x2goadmincenter/Makefile | 1 + .../qt_de.qm | 0 2 files changed, 1 insertion(+) copy x2goadmincenter/modules/{x2gogroupadmingui => x2gosessionadmingui}/qt_de.qm (100%) The diff of changes is: diff --git a/x2goadmincenter/Makefile b/x2goadmincenter/Makefile index 55d0112..8bbe1c7 100755 --- a/x2goadmincenter/Makefile +++ b/x2goadmincenter/Makefile @@ -47,6 +47,7 @@ clean: clean_admincenter clean_plugins clean_man find . -type f -name 'moc_*.cpp' -exec rm -vf {} + find . -type f -name 'ui_*.h' -exec rm -vf {} + find . -type f -name 'qrc_*.cpp' -exec rm -vf {} + + find . -type f -name 'x2goadmincenter_*.qm' -exec rm -vf {} + rm -f x2goadmincenter rm -f x2goadmincenter.tag diff --git a/x2goadmincenter/modules/x2gogroupadmingui/qt_de.qm b/x2goadmincenter/modules/x2gosessionadmingui/qt_de.qm similarity index 100% copy from x2goadmincenter/modules/x2gogroupadmingui/qt_de.qm copy to x2goadmincenter/modules/x2gosessionadmingui/qt_de.qm hooks/post-receive -- x2goadmincenter.git (X2Go Administration Center) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goadmincenter.git" (X2Go Administration Center).