summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* sys-process/cronbase: added myself to the metadata.xmlAnthony G. Basile2017-12-201-0/+4
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-process/cronbase: fix non-POSIX shell code #595492Mike Frysinger2016-11-152-1/+12
|
* sys-process/cronbase: Fix the parall-job check once and for all.Tobias Klausmann2016-10-032-5/+1
| | | | | | Thanks to Dan Goodliffe for suggesting this approach. Gentoo-Bug: 595492
* sys-process/cronbase: More fixesTobias Klausmann2016-10-022-2/+2
| | | | | | | The tr approach is racy, even with the test -r before it. Since tr can't be told to read from a file and we can't redirect the subshell's warning message, switch to sed and a file argument, then redirect stderr of that.
* sys-process/cronbase: second attempt at fixing bug 595492Tobias Klausmann2016-09-302-1/+1
| | | | | | | | | | In the case of a stale lockfile, the old code still produces error messages: /usr/sbin/run-crons: line 61: /proc/6450/cmdline: No such file or directory This change should dodge that scenario.
* sys-process/cronbase: avoid bash complaining about null bytesTobias Klausmann2016-09-302-2/+4
| | | | | | | | | | | | | | Newer versions of bash warn about null bytes in command substitutions, so run-crons would generate mails with messages like this: /usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 59: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input /usr/sbin/run-crons: line 60: warning: command substitution: ignored null byte in input Since the warning is not useful and the resultant string has its null bytes deleted, we might as well delete them with tr and get rid of the warning.
* sys-process/cronbase: drop old <0.3.7 versionsMike Frysinger2016-03-148-535/+0
|
* sys-process/cronbase: mark arm64/ia64/m68k/s390/sh/sparc stable #571134Mike Frysinger2016-03-141-1/+1
|
* sys-process/cronbase: x86 stable wrt bug #571134Agostino Sarubbo2016-02-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/cronbase: add alpha keywordTobias Klausmann2016-02-011-1/+1
| | | | | | Gentoo-Bug: 571134 Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* sys-process/cronbase: Stable for HPPA PPC64 (bug #571134).Jeroen Roovers2016-01-241-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* sys-process/cronbase: ppc stable wrt bug #571134Agostino Sarubbo2016-01-171-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/cronbase: amd64 stable wrt bug #571134Agostino Sarubbo2016-01-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-process/cronbase: arm stable, bug #571134Markus Meier2016-01-141-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-246-6/+6
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-process/cronbase: fix lockdir path #557620Mike Frysinger2015-08-192-1/+1
|
* cronbase: run-crons: use standard comment header in all filesMike Frysinger2015-08-105-130/+10
| | | | If people want changelogs/history, they can look at the VCS.
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-095-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+864
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed