You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/05/24 12:52:10 UTC

[47/50] [abbrv] ignite git commit: IGNITE-8586 Minor fix for Apache Ignite's release procedure

IGNITE-8586 Minor fix for Apache Ignite's release procedure

Signed-off-by: Andrey Gura <ag...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/24cee46b
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/24cee46b
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/24cee46b

Branch: refs/heads/ignite-5789-1
Commit: 24cee46b18fe4dfc3302e93c28d0e0cac5910852
Parents: fed2c02
Author: Ivanov Petr <pi...@gridgain.com>
Authored: Wed May 23 19:55:53 2018 +0300
Committer: Andrey Gura <ag...@apache.org>
Committed: Wed May 23 19:55:53 2018 +0300

----------------------------------------------------------------------
 packaging/package.sh | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/24cee46b/packaging/package.sh
----------------------------------------------------------------------
diff --git a/packaging/package.sh b/packaging/package.sh
index 622fd32..def4aeb 100755
--- a/packaging/package.sh
+++ b/packaging/package.sh
@@ -169,7 +169,7 @@ buildDEB () {
 
     # Assemble DEB packages
     cd ${DEB_WORK_DIR}/apache-ignite-${buildDirVersion}
-    debian/rules binary
+    fakeroot debian/rules binary
 
     # Gather DEBs
     find ${DEB_WORK_DIR} -name "*.deb" -exec mv -fv {} ${PACKAGING_DIR} \;
@@ -198,13 +198,6 @@ START_TIME=$(date +%s)
 clear
 
 
-# Check for sudo
-if [ $EUID -ne 0 ]; then
-    echo "[ERROR] Packages building requires root | sudo privileges"
-    exit 1
-fi
-
-
 # Parse input options
 while [ $# -gt 0 ]; do
     case "$1" in