From: rhatto Date: Mon, 1 Dec 2008 16:42:50 +0000 (+0000) Subject: mkbuild: commenting code about only root commiting code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec871ccf1c75afec17d627342b29ffa523d559fa;p=simplepkg.git mkbuild: commenting code about only root commiting code git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@617 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index d15af0f..4778869 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -563,10 +563,10 @@ function apply_mkpatch { function submit_slackbuild { # Submit SlackBuild in local Slack.Sarava tree - if [ $UID -ne 0 ]; then - echo "Only root can submit SlackBuilds..." - return 1 - fi + #if [ $UID -ne 0 ]; then + # echo "Only root can submit SlackBuilds..." + # return 1 + #fi echo -e "\nCommit $SLACKBUILD" # check SlackBuilds directory @@ -596,10 +596,10 @@ function submit_slackbuild { function submit_mkbuild { # Submit mkbuild in local mkbuild Slack.Sarava tree - if [ $UID -ne 0 ]; then - echo "Only root can submit mkbuild..." - return 1 - fi + #if [ $UID -ne 0 ]; then + # echo "Only root can submit mkbuild..." + # return 1 + #fi echo -e "\nCommit $MKBUILD_NAME" # check mkbuild directory