nicolas / debian.moreutils (public) (License: GPL-2, GPL-2+, Expat, BSD-2-Clause, Public Domain) (since 2018-09-25) (hash sha1)
Debian packaging of joeyh's moreutils
List of commits:
Subject Hash Author Date (UTC)
lckdo: Now deprecated, since util-linux's flock(1) can do the same thing. f597f10475a2e906b96e2856818632dbf66a61b5 Joey Hess 2010-06-18 17:07:10
use dpkg-mergechangelog 780448e12df9190486ef9ac0638aed8fa0270415 Joey Hess 2010-05-24 15:12:47
add note about 578517 717323107eb5583236d64cf0864247979e0c4ca1 Joey Hess 2010-04-28 15:47:55
zrun: Add support for .xz files. 6ec9f75d9c41ff60acf1e3362321e76b699706b1 Joey Hess 2010-02-23 20:58:54
fix load edge case b04468bb912d9635fe5f3965b15678add8046f58 Joey Hess 2010-02-23 20:48:44
allow -l 0 7ef2ddb70209ae8f7bd2941787e87fe168965715 Joey Hess 2010-02-23 20:47:16
parallel: Allow a decimal load value to be specified with -l 4665e4fdca863b8346ed2cc39304f2c763e183a9 Joey Hess 2010-02-23 20:44:08
parallel: Fix logic error in code handling -l that could make parallel return a bogus 255 exit code when all jobs succeeded. Closes: #569617 a1a2b5fe9f8e474c55308637caa3f4852f52b480 Joey Hess 2010-02-23 20:35:34
parallel: Fix to really avoid running new jobs when load is too high. f8f42e5fae33fc0e5a5500c2594982f84de592a2 Joey Hess 2010-02-23 19:36:50
parallel: Make -j 0 do something reasonable (start all jobs at once). 9e1baf374a9e26b2e29f706ef3e65273410eedb9 Joey Hess 2010-02-23 19:17:26
parallel: Fix exit code handling when commands are specified after -- 448a100d287f2cc183f305f9e28723776f10b1bf Joey Hess 2010-02-23 18:59:20
Cap sillyness. Closes: #570815 62b8a323afe9cd95f2bff26c7db455e226a40cec Joey Hess 2010-02-21 18:16:23
releasing version 0.38 9c0302474850fa0d16a1d2bca094325e9eea546b Joey Hess 2010-02-09 21:42:14
changelog 8324a9ca9cfa1588339166cf70911fbbe99c8854 Joey Hess 2010-02-09 20:47:40
parallel: Define WEXITED to allow building on FreeBSD kernel. (This is somewhat experimental.) 753f003b589caca0b7a25c0df6c6ae14e7b20a89 Joey Hess 2010-02-09 20:40:14
freebsd patch from Enrico Tassi ff93b6b5da3e3d404a659973fe898b9cfd3a8092 Joey Hess 2010-02-09 20:35:10
wording ad61b8762ecb666d386160df83031d34071e1031 Joey Hess 2009-10-31 23:02:53
parallel: Allow running independent commands, like `parallel -j3 -- ls df "echo hi"` e0b2bcda976eb43b3976b750ce4261db6d608af8 Joey Hess 2009-10-31 14:20:08
Description improvements. Closes: #549450 (Thanks, Justin B Rye) c54640a51bbf3ee6a8bc0054b48f31e46dd86ce1 Joey Hess 2009-10-05 17:33:27
releasing version 0.37 007d7b518d2d83b536adad36f3126856b1cd117a Joey Hess 2009-07-25 08:23:55
Commit f597f10475a2e906b96e2856818632dbf66a61b5 - lckdo: Now deprecated, since util-linux's flock(1) can do the same thing.
Author: Joey Hess
Author date (UTC): 2010-06-18 17:07
Committer name: Joey Hess
Committer date (UTC): 2010-06-18 17:07
Parent(s): 780448e12df9190486ef9ac0638aed8fa0270415
Signing key:
Tree: 08349379ed1160488919dc92d94dbb0461ba6d4b
File Lines added Lines deleted
README 1 1
debian/changelog 7 0
lckdo.docbook 5 0
File README changed (mode: 100644) (index 343fd75..2ad29e4)
... ... isutf8
10 10 ifne ifne
11 11 run a command if the standard input is not empty run a command if the standard input is not empty
12 12 lckdo lckdo
13 execute a program with a lock held
13 execute a program with a lock held (deprecated)
14 14 mispipe mispipe
15 15 pipe two commands, returning the exit status of the first pipe two commands, returning the exit status of the first
16 16 parallel parallel
File debian/changelog changed (mode: 100644) (index b397564..588deb7)
1 moreutils (0.40) UNRELEASED; urgency=low
2
3 * lckdo: Now deprecated, since util-linux's flock(1) can do the same
4 thing.
5
6 -- Joey Hess <joeyh@debian.org> Fri, 18 Jun 2010 13:06:47 -0400
7
1 8 moreutils (0.39) unstable; urgency=low moreutils (0.39) unstable; urgency=low
2 9
3 10 * parallel: Fix exit code handling when commands are specified after -- * parallel: Fix exit code handling when commands are specified after --
File lckdo.docbook changed (mode: 100644) (index 8a0a4a8..35d32cd)
... ... Public domain.
51 51 parallel. Use just like <command>nice</command> or parallel. Use just like <command>nice</command> or
52 52 <command>nohup</command>.</para> <command>nohup</command>.</para>
53 53
54 <para>Now that util-linux contains a similar command
55 named <command>flock</command>, lckdo is deprecated,
56 and will be removed from some future version of moreutils.
57 </para>
58
54 59 </refsect1> </refsect1>
55 60
56 61 <refsect1> <refsect1>
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/nicolas/debian.moreutils

Clone this repository using git:
git clone git://git.rocketgit.com/user/nicolas/debian.moreutils

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main