openpkg/buildquick.sh

Thu, 04 Oct 2012 20:08:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:08:55 +0200
changeset 711
e5faec28ec63
parent 345
b7180006bcf1
permissions
-rw-r--r--

Back out changes in 2.17.3:rateup.c disabling unit abbreviation.
Even when properly specifying 'kMG', the weekly, monthly, and yearly
graphs would not include abbreviated (with kMG postfix) values but
instead a very long figure such as '12000000.0 k' in the short legend.
The daily graphs don't suffer this problem, more research is needed.

     1 #! /bin/sh
     3 #
     4 # Build a new bootstrap package,
     5 # producing openpkg-<date>-<date>.src.sh
     6 #
     7 TOPDIR=openpkg
     8 TOPUSE=openpkg
     9 BASEID=900
    10 time ./openpkg.boot -bs --prefix=/$TOPDIR \
    11                     --tag=$TOPDIR --user=$TOPUSE --group=$TOPUSE \
    12                     --muid=${BASEID}1 --ruid=${BASEID}2 --nuid=${BASEID}3 \
    13                     --mgid=${BASEID}1 --rgid=${BASEID}2 --ngid=${BASEID}3 \
    14                     --use_tar=/$TOPDIR/bin/tar --use_make=/$TOPDIR/bin/make \
    15                     --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \
    16                     --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \
    17                     --use_strip=/$TOPDIR/bin/strip \
    18                     2>&1 | tee buildquick.log

mercurial