]> mj.ucw.cz Git - bex.git/log
bex.git
12 years agoFix bogus comments introduced by previous commit
Martin Mares [Wed, 15 Feb 2012 21:36:26 +0000 (22:36 +0100)]
Fix bogus comments introduced by previous commit

12 years agoThe big move -- introduced subcommands
Martin Mares [Wed, 15 Feb 2012 20:22:16 +0000 (21:22 +0100)]
The big move -- introduced subcommands

12 years agobls: Added a new utility for listing known machines and group
Martin Mares [Mon, 21 Nov 2011 22:31:58 +0000 (23:31 +0100)]
bls: Added a new utility for listing known machines and group

12 years agoTODO
Martin Mares [Wed, 9 Nov 2011 22:06:03 +0000 (23:06 +0100)]
TODO

12 years agobprun: Replaced magical counters by real accounting of jobs
Martin Mares [Wed, 9 Nov 2011 22:03:11 +0000 (23:03 +0100)]
bprun: Replaced magical counters by real accounting of jobs

12 years agoTODO
Martin Mares [Mon, 31 Oct 2011 22:38:04 +0000 (23:38 +0100)]
TODO

12 years agobprun: Various cursed updates
Martin Mares [Mon, 31 Oct 2011 22:31:29 +0000 (23:31 +0100)]
bprun: Various cursed updates

12 years agobprun: Attaching to specific screen session; colors
Martin Mares [Mon, 31 Oct 2011 16:33:09 +0000 (17:33 +0100)]
bprun: Attaching to specific screen session; colors

12 years agoBugfix of previous commit
Martin Mares [Mon, 31 Oct 2011 16:07:46 +0000 (17:07 +0100)]
Bugfix of previous commit

12 years agobprun: Use job names
Martin Mares [Mon, 31 Oct 2011 16:06:35 +0000 (17:06 +0100)]
bprun: Use job names

12 years agobprun: Recycle slots
Martin Mares [Mon, 31 Oct 2011 16:05:10 +0000 (17:05 +0100)]
bprun: Recycle slots

12 years agoFirst cursey version of bprun
Martin Mares [Mon, 31 Oct 2011 15:55:08 +0000 (16:55 +0100)]
First cursey version of bprun

12 years agobrun: Report DONE even on hosts where no job is queued
Martin Mares [Mon, 31 Oct 2011 15:11:24 +0000 (16:11 +0100)]
brun: Report DONE even on hosts where no job is queued

Otherwise, bprun can lose a process if another instance of brun
flushed all jobs in the meantime.

12 years agoRationalized logging
Martin Mares [Mon, 31 Oct 2011 14:50:04 +0000 (15:50 +0100)]
Rationalized logging

12 years agoUse job->name consistently
Martin Mares [Mon, 31 Oct 2011 14:31:58 +0000 (15:31 +0100)]
Use job->name consistently

12 years agoImplemented `bq --rm' and `bq --move-to'
Martin Mares [Mon, 31 Oct 2011 14:30:50 +0000 (15:30 +0100)]
Implemented `bq --rm' and `bq --move-to'

12 years agoUpdates of job status are atomic
Martin Mares [Mon, 31 Oct 2011 13:47:54 +0000 (14:47 +0100)]
Updates of job status are atomic

12 years agoCommand used to run ssh is configurable
Martin Mares [Mon, 31 Oct 2011 13:46:11 +0000 (14:46 +0100)]
Command used to run ssh is configurable

12 years agoImplemented preparatory commands
Martin Mares [Mon, 31 Oct 2011 13:37:58 +0000 (14:37 +0100)]
Implemented preparatory commands

12 years agoAdded bjob
Martin Mares [Mon, 31 Oct 2011 13:13:05 +0000 (14:13 +0100)]
Added bjob

12 years agobenq has a lot of switches for creating the job
Martin Mares [Mon, 31 Oct 2011 13:05:34 +0000 (14:05 +0100)]
benq has a lot of switches for creating the job

12 years agoImplemented skip_on_fail
Martin Mares [Mon, 31 Oct 2011 12:45:10 +0000 (13:45 +0100)]
Implemented skip_on_fail

12 years agoJobs should be sorted by their IDs when scanning queue
Martin Mares [Mon, 31 Oct 2011 12:44:59 +0000 (13:44 +0100)]
Jobs should be sorted by their IDs when scanning queue

12 years agoNewly inserted jobs immediately enter NEW status
Martin Mares [Mon, 31 Oct 2011 12:38:59 +0000 (13:38 +0100)]
Newly inserted jobs immediately enter NEW status

12 years agoLet default prolog ask for set -e
Martin Mares [Mon, 31 Oct 2011 12:19:06 +0000 (13:19 +0100)]
Let default prolog ask for set -e

12 years agoUse mkpath instead of make_path, it's not supported at Nikam yet
Martin Mares [Mon, 31 Oct 2011 12:14:25 +0000 (13:14 +0100)]
Use mkpath instead of make_path, it's not supported at Nikam yet

12 years agobq --job
Martin Mares [Mon, 31 Oct 2011 12:10:00 +0000 (13:10 +0100)]
bq --job

12 years agobprun: Maximum number of parallel jobs is configurable in BEX::Config
Martin Mares [Mon, 31 Oct 2011 12:02:51 +0000 (13:02 +0100)]
bprun: Maximum number of parallel jobs is configurable in BEX::Config

An additional command-line switch could be handy, though.

12 years agoLet default subject be empty
Martin Mares [Mon, 31 Oct 2011 12:01:36 +0000 (13:01 +0100)]
Let default subject be empty

12 years agoLet bq display (an approximation of) active locks
Martin Mares [Mon, 31 Oct 2011 12:00:23 +0000 (13:00 +0100)]
Let bq display (an approximation of) active locks

12 years agoImplemented locking of queues, hosts and jobs
Martin Mares [Mon, 31 Oct 2011 11:50:05 +0000 (12:50 +0100)]
Implemented locking of queues, hosts and jobs

12 years agoBetter description of status codes
Martin Mares [Mon, 31 Oct 2011 11:38:25 +0000 (12:38 +0100)]
Better description of status codes

12 years agoPings are optional
Martin Mares [Mon, 31 Oct 2011 10:42:46 +0000 (11:42 +0100)]
Pings are optional

12 years agoHost names are configurable
Martin Mares [Mon, 31 Oct 2011 10:41:18 +0000 (11:41 +0100)]
Host names are configurable

12 years agoKeep history of completed jobs
Martin Mares [Mon, 31 Oct 2011 10:37:17 +0000 (11:37 +0100)]
Keep history of completed jobs

12 years agoPer-job logs
Martin Mares [Mon, 31 Oct 2011 10:24:11 +0000 (11:24 +0100)]
Per-job logs

12 years agoBits of documentation
Martin Mares [Mon, 31 Oct 2011 09:57:35 +0000 (10:57 +0100)]
Bits of documentation

12 years agoBug fixes
Martin Mares [Mon, 31 Oct 2011 09:28:51 +0000 (10:28 +0100)]
Bug fixes

12 years agoBEX module split
Martin Mares [Mon, 31 Oct 2011 09:25:48 +0000 (10:25 +0100)]
BEX module split

12 years agobprun: Set window title
Martin Mares [Mon, 31 Oct 2011 09:00:38 +0000 (10:00 +0100)]
bprun: Set window title

12 years agoFirst attempt at parallel execution
Martin Mares [Mon, 31 Oct 2011 08:27:20 +0000 (09:27 +0100)]
First attempt at parallel execution

12 years agobrun: Status socket
Martin Mares [Sun, 30 Oct 2011 21:18:07 +0000 (22:18 +0100)]
brun: Status socket

12 years agobq: --by-host, shows status
Martin Mares [Sun, 30 Oct 2011 21:00:40 +0000 (22:00 +0100)]
bq: --by-host, shows status

12 years agoWorking brun
Martin Mares [Sun, 30 Oct 2011 21:00:33 +0000 (22:00 +0100)]
Working brun

12 years agoChange file naming conventions
Martin Mares [Sun, 30 Oct 2011 20:42:15 +0000 (21:42 +0100)]
Change file naming conventions

12 years agoFirst running jobs...
Martin Mares [Sun, 30 Oct 2011 20:33:34 +0000 (21:33 +0100)]
First running jobs...

12 years agoWorking almost complete benq and rudimentary bq
Martin Mares [Sun, 30 Oct 2011 14:12:23 +0000 (15:12 +0100)]
Working almost complete benq and rudimentary bq

12 years agoBuilding infrastructure...
Martin Mares [Sun, 30 Oct 2011 12:31:29 +0000 (13:31 +0100)]
Building infrastructure...