Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8d34bdfdb682aaa0fe478b7db12ba2978c810a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8d34bdfdb682aaa0fe478b7db12ba2978c810a3)
  • Date: Fri, 14 Nov 2008 05:40:43 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 4 ++++
perl-cpan/FUNCTIONS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b8d34bdfdb682aaa0fe478b7db12ba2978c810a3
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

perl-cpan/FUNCTIONS: make builds more non-interactive

diff --git a/ChangeLog b/ChangeLog
index 74e10cf..a32aa9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-14 Thomas Orgis <sobukus AT sourcemage.org>
+ * perl-cpan/FUNCTIONS: set PERL_MM_USE_DEFAULT to prevent build-time
queries
+ That fixes the data-uuid build, for example.
+
2008-11-13 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/system-config-printer: CUPS administration tool

diff --git a/perl-cpan/FUNCTIONS b/perl-cpan/FUNCTIONS
index 07182e6..541da7c 100755
--- a/perl-cpan/FUNCTIONS
+++ b/perl-cpan/FUNCTIONS
@@ -2,5 +2,5 @@
## Section-default build script.
#-------------------------------------------------------------------------
function default_build() {
- default_build_perl
+ PERL_MM_USE_DEFAULT=1 default_build_perl
}



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b8d34bdfdb682aaa0fe478b7db12ba2978c810a3), Thomas Orgis, 11/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page