Difference between revisions of "Gnubatch"

From Free Software Directory
Jump to: navigation, search
(is gnu)
m (Text replacement - "|Documentation note='''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-...)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNUbatch
 
|Name=GNUbatch
|Short description=an advanced batch scheduling system for GNU.
+
|Short description=Advanced batch scheduling system.
|Full description=GNUbatch is based on a product first released in 1990 and worked on continually since then. It provides Batch scheduling with "job control variables" which may be atomically tested and set to provide arbitrarily complicated job chaining and interlocking. Interfaces are provided for shell, "curses", GTK, API for C and C++ (has been adapted for Java), web browser, and Motif.
+
|Full description='''GNUbatch''' is a job scheduler. It executes jobs at specified dates and times, according to dependencies, or interlocks defined by the user.
|Homepage URL=http://www.gnu.org/software/gnubatch/
+
 
|Is GNU=Yes
+
It provides Batch scheduling with "job control variables" which may be atomically tested and set to provide arbitrarily complicated job chaining and interlocking. Interfaces are provided for shell, "curses", GTK, API for C and C++ (has been adapted for Java), web browser, and Motif.
|GNU package identifier=gnubatch
+
|Homepage URL=https://www.gnu.org/software/gnubatch/
|User level=intermediate
+
|Is High Priority Project=No
|Computer languages=C
+
|VCS checkout command=git clone git://git.savannah.gnu.org/gnubatch.git
|Documentation note=http://cvs.savannah.gnu.org/viewvc/*checkout*/gnubatch/doc/pdf/UserG.pdf?root=gnubatch * and * http://cvs.savannah.gnu.org/viewvc/*checkout*/gnubatch/doc/pdf/Admin.pdf?root=gnubatch * and * http://cvs.savannah.gnu.org/viewvc/*checkout*/gnubatch/doc/pdf/Refman.pdf?root=gnubatch * and * http://cvs.savannah.gnu.org/viewvc/*checkout*/gnubatch/doc/pdf/API.pdf?root=gnubatch * and * http://cvs.savannah.gnu.org/viewvc/*checkout*/gnubatch/doc/pdf/Webint.pdf?root=gnubatch
+
 
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=network,cross-platform,schedule,scheduling,C,scheduler,batch processing,batch
 
|Keywords=network,cross-platform,schedule,scheduling,C,scheduler,batch processing,batch
|Version identifier=1.1
+
|Version identifier=1.11
|Version date=2009/02/24
+
|Version date=2014/04/22
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/gnu/gnubatch/gnubatch-1.1.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/gnubatch/gnubatch-1.11.tar.gz
|Last review by=Kelly Hopkins
+
|Last review by=Bendikker
|Last review date=2009-02-24
+
|Last review date=2019/01/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|License verified date=2009-02-24
+
|User level=intermediate
}}
+
|Paid support=https://www.fsf.org/resources/service/
{{Project license
+
|Accepts cryptocurrency donations=Yes
|License=GPLv3orlater
+
|OpenPGP signature=https://ftp.gnu.org/gnu/gnubatch/gnubatch-1.11.tar.gz.sig
|License verified by=Kelly Hopkins
+
|Test entry=No
|License verified date=2009-02-24
+
|Is GNU=Yes
}}
+
|GNU package identifier=gnubatch
{{Project license
 
|License=GFDL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-02-24
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 46: Line 45:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
|Resource kind=Download
+
|Resource URL=https://savannah.gnu.org/projects/gnubatch/
|Resource URL=http://ftp.gnu.org/gnu/gnubatch/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://savannah.gnu.org/cvs/?group=gnubatch
+
|Resource URL=https://git.savannah.gnu.org/cgit/gnubatch.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gnubatch/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gnubatch/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnubatch-2-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=mailto:bug-gnubatch@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/gnubatch/
|Resource URL=mailto:help-gnubatch@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=Homepage
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=http://savannah.gnu.org/projects/gnubatch
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C, C++
 +
|Runs-on=Windows, GNU/Linux
 +
|Uitoolkit=gtk, motif
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:52, 4 December 2020


[edit]

GNUbatch

https://www.gnu.org/software/gnubatch/
Advanced batch scheduling system.

GNUbatch is a job scheduler. It executes jobs at specified dates and times, according to dependencies, or interlocks defined by the user.

It provides Batch scheduling with "job control variables" which may be atomically tested and set to provide arbitrarily complicated job chaining and interlocking. Interfaces are provided for shell, "curses", GTK, API for C and C++ (has been adapted for Java), web browser, and Motif.





Licensing

License

Verified by

Verified on

Notes

Verified by

Kelly Hopkins

Verified on

24 February 2009

License

GFDL

Verified by

Kelly Hopkins

Verified on

24 February 2009




Leaders and contributors

Contact(s)Role
John Collins Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnubatch-2-discuss/
Downloadhttps://ftp.gnu.org/gnu/gnubatch/
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gnubatch.git/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gnubatch/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Savannah (Ref)https://savannah.gnu.org/projects/gnubatch/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gnubatch/
Generalhttps://savannah.gnu.org/people/


Software prerequisites




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.