forked from mariux64/mxq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: mxqsub: Disallow whitespace in command or command-alias mysql: Cleanup create_tables MXQ bump version git: ignore mxsub.1 in all directories web/Makefile: Generate cgi script replacing make variables Makefile: Add generic sed rules to generate scripts and manpages web/Makefile: Install cgi to CGIDIR (defaults to LIBEXECDIR/mxq/cgi) web: Show date_end instead of mtime in finished groups view web: Remove columns running and inq in finished groups view github: Create README.md MXQ bump version
- Loading branch information
Showing
6 changed files
with
112 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# mxq | ||
MXQ - mariux64 job scheduling system | ||
|
||
## Installation | ||
### Install using `GNU make` | ||
``` | ||
make | ||
make install [DESTDIR=...] | ||
``` | ||
### Install using `bee` | ||
``` | ||
bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) -e | ||
bee install mxq | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters