aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2014-03-26 09:47:59 +0200
committerIikka Eklund <iikka.eklund@digia.com>2014-03-26 12:53:56 +0100
commitee30c86984b74be6836247021451a082ddd14ce1 (patch)
treee682be4d62ab68f89a85600b8306801af9b57905 /packaging-tools/pkg_constants.py
parente496d917c2da82266466ff006979ded5ffee84b9 (diff)
Enhance RTA triggering in packaging scripts
Enable RTA triggering for online repository builds as well. Put common constants into common file which can be included across packaging scripts. Change-Id: Iedb69a174c078486e7a919fff337e6b247e6b6e3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Antti Kokko <antti.kokko@digia.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py44
1 files changed, 44 insertions, 0 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
new file mode 100644
index 000000000..c667c6326
--- /dev/null
+++ b/packaging-tools/pkg_constants.py
@@ -0,0 +1,44 @@
+#!/usr/bin/env python
+#############################################################################
+##
+## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
+## Contact: http://www.qt-project.org/legal
+##
+## This file is part of the release tools of the Qt Toolkit.
+##
+## $QT_BEGIN_LICENSE:LGPL$
+## Commercial License Usage
+## Licensees holding valid commercial Qt licenses may use this file in
+## accordance with the commercial license agreement provided with the
+## Software or, alternatively, in accordance with the terms contained in
+## a written agreement between you and Digia. For licensing terms and
+## conditions see http://qt.digia.com/licensing. For further information
+## use the contact form at http://qt.digia.com/contact-us.
+##
+## GNU Lesser General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU Lesser
+## General Public License version 2.1 as published by the Free Software
+## Foundation and appearing in the file LICENSE.LGPL included in the
+## packaging of this file. Please review the following information to
+## ensure the GNU Lesser General Public License version 2.1 requirements
+## will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+##
+## In addition, as a special exception, Digia gives you certain additional
+## rights. These rights are described in the Digia Qt LGPL Exception
+## version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU
+## General Public License version 3.0 as published by the Free Software
+## Foundation and appearing in the file LICENSE.GPL included in the
+## packaging of this file. Please review the following information to
+## ensure the GNU General Public License version 3.0 requirements will be
+## met: http://www.gnu.org/copyleft/gpl.html.
+##
+##
+## $QT_END_LICENSE$
+##
+#############################################################################
+
+RTA_DESCRIPTION_FILE_DIR_NAME = 'rta_description_files'
+RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'