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 "theslinux-buildsystem".

The branch, _utils has been updated
       via  4f0d2fa8a5ed6fdacfc5529b0ce9750122ff9077 (commit)
      from  0b1fa090d817f05061840b701e098e9f32d76a6c (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 4f0d2fa8a5ed6fdacfc5529b0ce9750122ff9077
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Sat Dec 6 18:41:38 2014 +0700

    pkgbuild: add important notes about $_FEATURE_LIB32

-----------------------------------------------------------------------

Summary of changes:
 _utils/lib/pkgbuild.sh |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/_utils/lib/pkgbuild.sh b/_utils/lib/pkgbuild.sh
index 9973e0c..fd0681a 100644
--- a/_utils/lib/pkgbuild.sh
+++ b/_utils/lib/pkgbuild.sh
@@ -26,6 +26,12 @@ _pkgbuild_load() {
     _FEATURE_STRING="${PACKAGE_FEATURE}"
   fi
 
+  # IMPORTANTE NOTE
+  #
+  # Don't change the value of $_FEATURE_LIB32, because it is widely used.
+  # There are only two case: 32, or <empty>
+  # You've been warned.
+  #
   echo "${PACKAGE_FEATURE}" | grep -q "lib32"
   if [[ $? -eq 0 ]]; then
     _FEATURE_LIB32="32"


hooks/post-receive
-- 
theslinux-buildsystem

--
To unsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  unsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to