[SCM] jigsaw packaging branch, master, updated. 1b36941265cbcf03aadb203be99765bfc8990641

Guillaume Mazoyer gmazoyer-guest at alioth.debian.org
Tue Aug 23 22:33:30 UTC 2011


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 "jigsaw packaging".

The branch, master has been updated
       via  1b36941265cbcf03aadb203be99765bfc8990641 (commit)
      from  f70383b26fd5257c9a104dc8240ee4ff2e3287aa (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 1b36941265cbcf03aadb203be99765bfc8990641
Author: Guillaume Mazoyer <respawneral at gmail.com>
Date:   Wed Aug 24 00:33:12 2011 +0200

    Remove useless file.

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

Summary of changes:
 jigbuild |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/jigbuild b/jigbuild
deleted file mode 100644
index 1ce69f0..0000000
--- a/jigbuild
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-# jigbuild
-# jigsaw building script for upstream
-# Copyright Tom Marble
-# NOTE: this has bash but ONLY until we can convert to POSIX
-
-# done below
-# cpus=`grep ^processor /proc/cpuinfo | wc -l | awk '{print $1;}'`
-cpus=$(nproc)
-
-#export ALT_BINARY_PLUGS_PATH=${HOME}/src/jdk-7-ea-plug/openjdk-binary-plugs
-export LANG=C
-export ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk
-export PARALLEL_COMPILE_JOBS=$cpus
-export ALT_PARALLEL_COMPILE_JOBS=$cpus
-export HOTSPOT_BUILD_JOBS=$cpus
-export NO_DOCS=true
-
-#generic=jdk/make/jdk_generic_profile.sh
-#if [ -f $generic ]; then
-#  . jdk/make/jdk_generic_profile.sh
-#else
-#  echo error: could not read $generic
-#fi
-
-
-
-


hooks/post-receive
-- 
jigsaw packaging



More information about the pkg-java-commits mailing list