Released as 20170822 ('Barcelona')

This commit is contained in:
Ole Tange 2017-08-22 00:12:32 +02:00
parent 3eef90da33
commit 5c9712ec2c
12 changed files with 81 additions and 29 deletions

View file

@ -51,7 +51,7 @@ upload:
# This can take 7 minutes # This can take 7 minutes
pushd /tmp; \ pushd /tmp; \
rm -rf /tmp/parallel-$(YYYYMMDD)*; \ rm -rf /tmp/parallel-$(YYYYMMDD)*; \
while ! wget http://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ while ! wget https://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \
tar xjvf parallel-$(YYYYMMDD).tar.bz2; \ tar xjvf parallel-$(YYYYMMDD).tar.bz2; \
cd parallel-$(YYYYMMDD); \ cd parallel-$(YYYYMMDD); \
./configure; \ ./configure; \

View file

@ -799,7 +799,7 @@ upload:
# This can take 7 minutes # This can take 7 minutes
pushd /tmp; \ pushd /tmp; \
rm -rf /tmp/parallel-$(YYYYMMDD)*; \ rm -rf /tmp/parallel-$(YYYYMMDD)*; \
while ! wget http://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ while ! wget https://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \
tar xjvf parallel-$(YYYYMMDD).tar.bz2; \ tar xjvf parallel-$(YYYYMMDD).tar.bz2; \
cd parallel-$(YYYYMMDD); \ cd parallel-$(YYYYMMDD); \
./configure; \ ./configure; \

52
NEWS
View file

@ -1,3 +1,55 @@
20170822
* --line-buffer no longer uses tempfiles. This is faster and makes it
possible for a single process to output more data than there is free
disk space.
* Vote for GNU Parallel's community ads on
http://meta.unix.stackexchange.com/a/4356/2972
http://meta.askubuntu.com/a/16750/22307
http://meta.serverfault.com/a/9040/45704
* GNU Parallel was cited in:
https://springerplus.springeropen.com/articles/10.1186/s40064-016-2022-y
* Edit images with GNU Parallel and ImageMagick
https://fedoramagazine.org/edit-images-parallel-imagemagick/
* Running Bash Commands in Parallel
https://dzone.com/articles/running-bash-commands-in-parallel-1
* Today I Learned: GNU parallel, plate tectonics
https://medium.com/@nornagon/today-i-learned-gnu-parallel-plate-tectonics-9fcf24045e63
* GNU Parallel Tutorial
https://www.upf.edu/web/sct-sit/gnu-parallel-tutorial
* Validating half a million TIFF files
http://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/
* Blender and GNU Parallel
https://www.blendernation.com/2017/08/16/blender-gnu-parallel/
* Quick Introduction to GNU Parallel
https://github.com/LangilleLab/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel
* A simple distributed animation render example using GNU Parallel
https://gitlab.com/skororu/scripts
* Do stuff on things, in parallel
http://blogs.fluidinfo.com/terry/2017/08/05/do-stuff-on-things-in-parallel/
* Bash And GNU Parallel NGS Bidniz
http://ino.pm/outreach/presentations/2014/03/genomics-wranglers/index.html
* Using for loop vs Gnu parallel for BLAST
http://www.ettemalab.org/using-for-loop-vs-gnu-parallel-for-blast/
* 并行rsync https://gxnotes.com/article/175866.html
* Bug fixes and man page updates.
20170722 20170722
* Vote for GNU Parallel's community ads on * Vote for GNU Parallel's community ads on

12
README
View file

@ -44,9 +44,9 @@ document.
Full installation of GNU Parallel is as simple as: Full installation of GNU Parallel is as simple as:
wget http://ftpmirror.gnu.org/parallel/parallel-20170722.tar.bz2 wget http://ftpmirror.gnu.org/parallel/parallel-20170822.tar.bz2
bzip2 -dc parallel-20170722.tar.bz2 | tar xvf - bzip2 -dc parallel-20170822.tar.bz2 | tar xvf -
cd parallel-20170722 cd parallel-20170822
./configure && make && sudo make install ./configure && make && sudo make install
@ -55,9 +55,9 @@ Full installation of GNU Parallel is as simple as:
If you are not root you can add ~/bin to your path and install in If you are not root you can add ~/bin to your path and install in
~/bin and ~/share: ~/bin and ~/share:
wget http://ftpmirror.gnu.org/parallel/parallel-20170722.tar.bz2 wget http://ftpmirror.gnu.org/parallel/parallel-20170822.tar.bz2
bzip2 -dc parallel-20170722.tar.bz2 | tar xvf - bzip2 -dc parallel-20170822.tar.bz2 | tar xvf -
cd parallel-20170722 cd parallel-20170822
./configure --prefix=$HOME && make && make install ./configure --prefix=$HOME && make && make install
Or if your system lacks 'make' you can simply copy src/parallel Or if your system lacks 'make' you can simply copy src/parallel

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for parallel 20170722. # Generated by GNU Autoconf 2.69 for parallel 20170822.
# #
# Report bugs to <bug-parallel@gnu.org>. # Report bugs to <bug-parallel@gnu.org>.
# #
@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='parallel' PACKAGE_NAME='parallel'
PACKAGE_TARNAME='parallel' PACKAGE_TARNAME='parallel'
PACKAGE_VERSION='20170722' PACKAGE_VERSION='20170822'
PACKAGE_STRING='parallel 20170722' PACKAGE_STRING='parallel 20170822'
PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_BUGREPORT='bug-parallel@gnu.org'
PACKAGE_URL='' PACKAGE_URL=''
@ -1214,7 +1214,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures parallel 20170722 to adapt to many kinds of systems. \`configure' configures parallel 20170822 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1281,7 +1281,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of parallel 20170722:";; short | recursive ) echo "Configuration of parallel 20170822:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1357,7 +1357,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
parallel configure 20170722 parallel configure 20170822
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1374,7 +1374,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by parallel $as_me 20170722, which was It was created by parallel $as_me 20170822, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2237,7 +2237,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='parallel' PACKAGE='parallel'
VERSION='20170722' VERSION='20170822'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -2880,7 +2880,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by parallel $as_me 20170722, which was This file was extended by parallel $as_me 20170822, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -2942,7 +2942,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
parallel config.status 20170722 parallel config.status 20170822
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
AC_INIT([parallel], [20170722], [bug-parallel@gnu.org]) AC_INIT([parallel], [20170822], [bug-parallel@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([ AC_CONFIG_FILES([

View file

@ -1,6 +1,6 @@
<directory name="parallel" rev="207" srcmd5="e83566ed42a3ff4e382d97f22958bef3" vrev="2"> <directory name="parallel" rev="208" srcmd5="37093b3a7697623882f3f5f7bb079d51" vrev="1">
<entry md5="3a0040468aa5d09c061702de23b09149" mtime="1500669127" name="parallel-20170722.tar.bz2" size="1584845" /> <entry md5="6d42a69b14a8413f2120d3bee90baee3" mtime="1503353088" name="parallel-20170822.tar.bz2" size="1622899" />
<entry md5="ec287aa8eba0aaabb12c52e9656f809a" mtime="1500669084" name="parallel.spec" size="4482" /> <entry md5="aa81bea6a88a44b1325d33cdcde1ecae" mtime="1503353088" name="parallel.spec" size="4482" />
<entry md5="477f6e12373fb73c68ff088c887c5bab" mtime="1500669127" name="parallel_20170722.dsc" size="556" /> <entry md5="f3387bf85b57ee867802c91f3106fcd2" mtime="1503353089" name="parallel_20170822.dsc" size="556" />
<entry md5="f15137b54f9edddcbd4c63a060edafab" mtime="1500669127" name="parallel_20170722.tar.gz" size="1781098" /> <entry md5="988f797b1f82e9044906cd44c094bf14" mtime="1503353089" name="parallel_20170822.tar.gz" size="1831642" />
</directory> </directory>

View file

@ -1,6 +1,6 @@
Summary: Shell tool for executing jobs in parallel Summary: Shell tool for executing jobs in parallel
Name: parallel Name: parallel
Version: 20170722 Version: 20170822
Release: 1.2 Release: 1.2
License: GPL License: GPL
Group: Productivity/File utilities Group: Productivity/File utilities

View file

@ -1,6 +1,6 @@
Summary: Shell tool for executing jobs in parallel Summary: Shell tool for executing jobs in parallel
Name: parallel Name: parallel
Version: 20170722 Version: 20170822
Release: 1.2 Release: 1.2
License: GPL License: GPL
Group: Productivity/File utilities Group: Productivity/File utilities

View file

@ -24,7 +24,7 @@
use strict; use strict;
use Getopt::Long; use Getopt::Long;
$Global::progname="niceload"; $Global::progname="niceload";
$Global::version = 20170722; $Global::version = 20170822;
Getopt::Long::Configure("bundling","require_order"); Getopt::Long::Configure("bundling","require_order");
get_options_from_array(\@ARGV) || die_usage(); get_options_from_array(\@ARGV) || die_usage();
if($opt::version) { if($opt::version) {

View file

@ -1378,7 +1378,7 @@ sub check_invalid_option_combinations {
sub init_globals { sub init_globals {
# Defaults: # Defaults:
$Global::version = 20170722; $Global::version = 20170822;
$Global::progname = 'parallel'; $Global::progname = 'parallel';
$Global::infinity = 2**31; $Global::infinity = 2**31;
$Global::debug = 0; $Global::debug = 0;

View file

@ -576,7 +576,7 @@ $Global::Initfile && unlink $Global::Initfile;
exit ($err); exit ($err);
sub parse_options { sub parse_options {
$Global::version = 20170722; $Global::version = 20170822;
$Global::progname = 'sql'; $Global::progname = 'sql';
# This must be done first as this may exec myself # This must be done first as this may exec myself