Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-bash-4.4 grimoire by Pavel Vinogradov (ab4ee10eca48d3c24690479f2844cd4c5fccee66)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-bash-4.4 grimoire by Pavel Vinogradov (ab4ee10eca48d3c24690479f2844cd4c5fccee66)
  • Date: Fri, 2 Dec 2016 20:08:33 +0000

GIT changes to devel-bash-4.4 grimoire by Pavel Vinogradov
<public AT sourcemage.org>:

shell-term-fm/bash/DETAILS | 13 ++++++-------
shell-term-fm/bash/HISTORY | 3 +++
2 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit ab4ee10eca48d3c24690479f2844cd4c5fccee66
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

shell-term-fm/bash: optimized variable generation code in DETAILS

diff --git a/shell-term-fm/bash/DETAILS b/shell-term-fm/bash/DETAILS
index a17912e..6cf08b1 100755
--- a/shell-term-fm/bash/DETAILS
+++ b/shell-term-fm/bash/DETAILS
@@ -18,13 +18,12 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$XVERSION"
SOURCE4_IGNORE=signature
PATCHES_URL="${GNU_URL}/${SPELL}/${SPELL}-${XVERSION}-patches"
for i in $(seq -w 1 $BASH_PATCHLEVEL); do
- local patchname="bash${XVERSION//./}-${i}"
- eval "SOURCE$((2*i+3))=${patchname}"
- eval "SOURCE$((2*i+3))_URL=${PATCHES_URL}/${patchname}"
- eval "SOURCE$((2*i+4))=${patchname}.sig"
- eval "SOURCE$((2*i+4))_URL=${PATCHES_URL}/${patchname}.sig"
- eval "SOURCE$((2*i+3))_GPG=gnu.gpg:${patchname}.sig:UPSTREAM_KEY"
- eval "SOURCE$((2*i+4))_IGNORE=signature"
+ eval "SOURCE$((2*i+3))=bash\${XVERSION//./}-\${i}
+ SOURCE$((2*i+3))_URL[0]=\${PATCHES_URL}/\${SOURCE$((2*i+3))}
+ SOURCE$((2*i+4))=\${SOURCE$((2*i+3))}.sig
+ SOURCE$((2*i+4))_URL[0]=\${SOURCE$((2*i+3))_URL[0]}.sig
+ SOURCE$((2*i+3))_GPG=gnu.gpg:\${SOURCE$((2*i+4))}:UPSTREAM_KEY
+ SOURCE$((2*i+4))_IGNORE=signature"
done
WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
ENTERED=20010922
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index 3ff0381..05ae541 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,6 @@
+2016-12-02 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: optimized variable generation code
+
2016-12-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PRE_BUILD: made patches downloadable + verifiable
* patches/bash44-00[1-5]: dropped



  • [SM-Commit] GIT changes to devel-bash-4.4 grimoire by Pavel Vinogradov (ab4ee10eca48d3c24690479f2844cd4c5fccee66), Pavel Vinogradov, 12/02/2016

Archive powered by MHonArc 2.6.24.

Top of Page