mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-21 13:37:56 +00:00
Released as 20230322 ('Arrest Warrant')
This commit is contained in:
parent
3309f8b2c4
commit
46d693ea34
24
README
24
README
|
@ -57,11 +57,11 @@ document.
|
|||
|
||||
Full installation of GNU Parallel is as simple as:
|
||||
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230222.tar.bz2
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230222.tar.bz2.sig
|
||||
gpg parallel-20230222.tar.bz2.sig
|
||||
bzip2 -dc parallel-20230222.tar.bz2 | tar xvf -
|
||||
cd parallel-20230222
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230322.tar.bz2
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230322.tar.bz2.sig
|
||||
gpg parallel-20230322.tar.bz2.sig
|
||||
bzip2 -dc parallel-20230322.tar.bz2 | tar xvf -
|
||||
cd parallel-20230322
|
||||
./configure && make && sudo make install
|
||||
|
||||
|
||||
|
@ -70,11 +70,11 @@ Full installation of GNU Parallel is as simple as:
|
|||
If you are not root you can add ~/bin to your path and install in
|
||||
~/bin and ~/share:
|
||||
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230222.tar.bz2
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230222.tar.bz2.sig
|
||||
gpg parallel-20230222.tar.bz2.sig
|
||||
bzip2 -dc parallel-20230222.tar.bz2 | tar xvf -
|
||||
cd parallel-20230222
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230322.tar.bz2
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20230322.tar.bz2.sig
|
||||
gpg parallel-20230322.tar.bz2.sig
|
||||
bzip2 -dc parallel-20230322.tar.bz2 | tar xvf -
|
||||
cd parallel-20230322
|
||||
./configure --prefix=$HOME && make && make install
|
||||
|
||||
Or if your system lacks 'make' you can simply copy src/parallel
|
||||
|
@ -122,8 +122,8 @@ will love you for it.
|
|||
When using programs that use GNU Parallel to process data for
|
||||
publication please cite:
|
||||
|
||||
Tange, O. (2023, February 22). GNU Parallel 20230222 ('Gaziantep').
|
||||
Zenodo. https://doi.org/10.5281/zenodo.7668338
|
||||
Tange, O. (2023, March 22). GNU Parallel 20230322 ('Arrest Warrant').
|
||||
Zenodo. https://doi.org/10.5281/zenodo.7761866
|
||||
|
||||
Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free
|
||||
Software Foundation, Inc.
|
||||
|
|
20
configure
vendored
20
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71 for parallel 20230222.
|
||||
# Generated by GNU Autoconf 2.71 for parallel 20230322.
|
||||
#
|
||||
# Report bugs to <bug-parallel@gnu.org>.
|
||||
#
|
||||
|
@ -610,8 +610,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='parallel'
|
||||
PACKAGE_TARNAME='parallel'
|
||||
PACKAGE_VERSION='20230222'
|
||||
PACKAGE_STRING='parallel 20230222'
|
||||
PACKAGE_VERSION='20230322'
|
||||
PACKAGE_STRING='parallel 20230322'
|
||||
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# 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.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures parallel 20230222 to adapt to many kinds of systems.
|
||||
\`configure' configures parallel 20230322 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1313,7 +1313,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of parallel 20230222:";;
|
||||
short | recursive ) echo "Configuration of parallel 20230322:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1390,7 +1390,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
parallel configure 20230222
|
||||
parallel configure 20230322
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
|
@ -1427,7 +1427,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by parallel $as_me 20230222, which was
|
||||
It was created by parallel $as_me 20230322, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
|
@ -2379,7 +2379,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='parallel'
|
||||
VERSION='20230222'
|
||||
VERSION='20230322'
|
||||
|
||||
|
||||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
||||
|
@ -3026,7 +3026,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by parallel $as_me 20230222, which was
|
||||
This file was extended by parallel $as_me 20230322, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -3090,7 +3090,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config='$ac_cs_config_escaped'
|
||||
ac_cs_version="\\
|
||||
parallel config.status 20230222
|
||||
parallel config.status 20230322
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([parallel],[20230222],[bug-parallel@gnu.org])
|
||||
AC_INIT([parallel],[20230322],[bug-parallel@gnu.org])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_FILES([
|
||||
|
|
|
@ -116,7 +116,7 @@ description="An easy way to support GNU Parallel is to tip on LBRY.
|
|||
|
||||
$(perl -ne '/About\sGNU\sParallel/ and exit;/It\sis\savailable/..0 and print' doc/release_new_version)
|
||||
"
|
||||
echo "$description" | grep '<<.*>>' && echo STOP STOP STOP
|
||||
echo "$description" | grep '<<.*>>' && echo STOP STOP STOP ||
|
||||
echo "$description"
|
||||
|
||||
lbrynet publish \
|
||||
|
@ -262,9 +262,9 @@ from:tange@gnu.org
|
|||
to:parallel@gnu.org, bug-parallel@gnu.org
|
||||
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
|
||||
|
||||
Subject: GNU Parallel 20230322 ('ICC Putin/Arrest Warrant/Fosbury/Grækenland Larissa tog/Tiktok?') released
|
||||
Subject: GNU Parallel 20230322 ('Arrest Warrant') released
|
||||
|
||||
GNU Parallel 20230322 ('<<>>') has been released. It is available for download at: lbry://@GnuParallel:4
|
||||
GNU Parallel 20230322 ('Arrest Warrant') has been released. It is available for download at: lbry://@GnuParallel:4
|
||||
|
||||
Quote of the month:
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ all:
|
|||
cd home-tange/parallel/ && osc ci -m "New release"
|
||||
### Wait for "building" state to complete
|
||||
echo '### Wait for "building" state'
|
||||
sleep 3
|
||||
cd home-tange/parallel/ && yes building | parallel -vj1 --delay 10 --halt now,success=1 'osc results|G -E {}'
|
||||
echo '### Wait for "building" state to end'
|
||||
echo '### Ignore RedHat_RHEL-6 and Univention_3.2 that are broken'
|
||||
|
@ -23,4 +24,5 @@ all:
|
|||
cd home-tange/parallel/ && echo succeeded | parallel -vj1 --retries 30 --delay 10 --halt now,success=1 'osc results|G -E "(Debian|Ubuntu).*{}"'
|
||||
echo '### Wait for "finished" state of .rpm'
|
||||
cd home-tange/parallel/ && echo succeeded | parallel -vj1 --retries 30 --delay 10 --halt now,success=1 'osc results|G -E "(SUSE|SLE|Scientific|RHEL|Fedora|CentOS).*{}"'
|
||||
|
||||
echo 'Check:'
|
||||
echo 'https://build.opensuse.org/package/show/home:tange/parallel'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<directory name="parallel" rev="357" vrev="2" srcmd5="8b22cc3ffa45753dfa5a4240001ac4de">
|
||||
<entry name="PKGBUILD" md5="937481255bdef9bf6e36c976230ac5a4" size="1246" mtime="1677105957" />
|
||||
<entry name="parallel-20230222.tar.bz2" md5="b52e5921e6f56f4b0b9c9240a21f6375" size="2479103" mtime="1677105957" />
|
||||
<entry name="parallel.spec" md5="282415ab75799825aac7b57a1d0d1869" size="6224" mtime="1677105957" />
|
||||
<entry name="parallel_20230222.dsc" md5="98eeb596514e210cb7d3a48bc69a43cd" size="556" mtime="1677105958" />
|
||||
<entry name="parallel_20230222.tar.gz" md5="e2d58ac98b074e110d15ce6341e54e9c" size="2756543" mtime="1677105958" />
|
||||
<directory name="parallel" rev="360" vrev="4" srcmd5="2ac7ba4f60d5521c729371ba986b36db">
|
||||
<entry name="PKGBUILD" md5="f1e9f71229d2c45e7dcf5579f11c2643" size="1246" mtime="1679526191" />
|
||||
<entry name="parallel-20230322.tar.bz2" md5="7754cbb70aea7382c694aed96c56c895" size="2479654" mtime="1679526191" />
|
||||
<entry name="parallel.spec" md5="b868aba8a474169049cdd5888b17c986" size="6224" mtime="1679525330" />
|
||||
<entry name="parallel_20230322.dsc" md5="2f852e11d4d7e8612518786a91009b63" size="556" mtime="1679525330" />
|
||||
<entry name="parallel_20230322.tar.gz" md5="41bcf589033dd9c0d990215c172d4fb0" size="2756979" mtime="1679525331" />
|
||||
</directory>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Summary: Shell tool for executing jobs in parallel
|
||||
Name: parallel
|
||||
Version: 20230222
|
||||
Version: 20230322
|
||||
Release: 2.1
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
|
|
|
@ -393,7 +393,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -395,7 +395,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -393,7 +393,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -376,7 +376,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -378,7 +378,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -393,7 +393,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -368,7 +368,7 @@ _parset_main() {
|
|||
fi
|
||||
if [ "$_parset_NAME" = "--version" ] ; then
|
||||
# shellcheck disable=SC2006
|
||||
echo "parset 20230223 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "parset 20230322 (GNU parallel `parallel --minversion 1`)"
|
||||
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
|
||||
echo "Foundation, Inc."
|
||||
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
use strict;
|
||||
use Getopt::Long;
|
||||
$Global::progname="niceload";
|
||||
$Global::version = 20230223;
|
||||
$Global::version = 20230322;
|
||||
Getopt::Long::Configure("bundling","require_order");
|
||||
get_options_from_array(\@ARGV) || die_usage();
|
||||
if($opt::version) {
|
||||
|
|
22
src/parallel
22
src/parallel
|
@ -2766,7 +2766,7 @@ sub check_invalid_option_combinations() {
|
|||
|
||||
sub init_globals() {
|
||||
# Defaults:
|
||||
$Global::version = 20230223;
|
||||
$Global::version = 20230322;
|
||||
$Global::progname = 'parallel';
|
||||
$::name = "GNU Parallel";
|
||||
$Global::infinity = 2**31;
|
||||
|
@ -5713,8 +5713,8 @@ sub usage() {
|
|||
"If you use programs that use GNU Parallel to process data for an article in a",
|
||||
"scientific publication, please cite:",
|
||||
"",
|
||||
" Tange, O. (2023, February 22). GNU Parallel 20230222 ('Gaziantep').",
|
||||
" Zenodo. https://doi.org/10.5281/zenodo.7668338",
|
||||
" Tange, O. (2023, March 22). GNU Parallel 20230322 ('Arrest Warrant').",
|
||||
" Zenodo. https://doi.org/10.5281/zenodo.7761866",
|
||||
"",
|
||||
# Before changing these lines, please read
|
||||
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
|
||||
|
@ -5746,8 +5746,8 @@ sub citation_notice() {
|
|||
"If you use programs that use GNU Parallel to process data for an article in a",
|
||||
"scientific publication, please cite:",
|
||||
"",
|
||||
" Tange, O. (2023, February 22). GNU Parallel 20230222 ('Gaziantep').",
|
||||
" Zenodo. https://doi.org/10.5281/zenodo.7668338",
|
||||
" Tange, O. (2023, March 22). GNU Parallel 20230322 ('Arrest Warrant').",
|
||||
" Zenodo. https://doi.org/10.5281/zenodo.7761866",
|
||||
"",
|
||||
# Before changing these line, please read
|
||||
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
|
||||
|
@ -5874,20 +5874,20 @@ sub citation() {
|
|||
"If you use programs that use GNU Parallel to process data for an article in a",
|
||||
"scientific publication, please cite:",
|
||||
"",
|
||||
"\@software{tange_2023_7668338,",
|
||||
"\@software{tange_2023_7761866,",
|
||||
" author = {Tange, Ole},",
|
||||
" title = {GNU Parallel 20230222 ('Gaziantep')},",
|
||||
" month = Feb,",
|
||||
" title = {GNU Parallel 20230322 ('Arrest Warrant')},",
|
||||
" month = Mar,",
|
||||
" year = 2023,",
|
||||
" note = {{GNU Parallel is a general parallelizer to run",
|
||||
" multiple serial command line programs in parallel",
|
||||
" without changing them.}},",
|
||||
" publisher = {Zenodo},",
|
||||
" doi = {10.5281/zenodo.7668338},",
|
||||
" url = {https://doi.org/10.5281/zenodo.7668338}",
|
||||
" doi = {10.5281/zenodo.7761866},",
|
||||
" url = {https://doi.org/10.5281/zenodo.7761866}",
|
||||
"}",
|
||||
"",
|
||||
"(Feel free to use \\nocite{tange_2023_7668338})",
|
||||
"(Feel free to use \\nocite{tange_2023_7761866})",
|
||||
"",
|
||||
# Before changing these lines, please read
|
||||
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
|
||||
|
|
|
@ -1389,6 +1389,9 @@ Sans.
|
|||
|
||||
=head2 Citation notice
|
||||
|
||||
For details: See
|
||||
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
|
||||
|
||||
Funding a free software project is hard. GNU B<parallel> is no
|
||||
exception. On top of that it seems the less visible a project is, the
|
||||
harder it is to get funding. And the nature of GNU B<parallel> is that
|
||||
|
|
|
@ -137,7 +137,7 @@ GetOptions(
|
|||
"help" => \$opt::dummy,
|
||||
) || exit(255);
|
||||
$Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1];
|
||||
$Global::version = 20230223;
|
||||
$Global::version = 20230322;
|
||||
if($opt::version) { version(); exit 0; }
|
||||
# Remove -D and --parallel=N
|
||||
my @s = (grep { ! /^-D$|^--parallel=\S+$/ }
|
||||
|
|
Loading…
Reference in a new issue