Difference between revisions of "Gwl"
(Created page with "{{Entry |Name=Guix Workflow Language |Short description=extension to GNU Guix declarative language |Full description=This workflow language provides an extension to guix | G...") |
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-...) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=Guix Workflow Language | |Name=Guix Workflow Language | ||
− | |Short description= | + | |Short description=Extension to GNU Guix declarative language. |
|Full description=This workflow language provides an extension to [[guix | GNU Guix]]'s declarative language | |Full description=This workflow language provides an extension to [[guix | GNU Guix]]'s declarative language | ||
for package management to automate execution of programs. Additionally, | for package management to automate execution of programs. Additionally, | ||
Line 8: | Line 8: | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://git.savannah.gnu.org/git/gwl.git | |VCS checkout command=git clone https://git.savannah.gnu.org/git/gwl.git | ||
+ | |||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
− | |Related projects=guix | + | |Related projects=gnustandards,guix |
− | |Version date=2018/ | + | |Version date=2018/12/21 |
|Version status=developmental | |Version status=developmental | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date= | + | |Last review date=2019/01/14 |
|Submitted by=Bendikker | |Submitted by=Bendikker | ||
|Submitted date=2018/11/22 | |Submitted date=2018/11/22 | ||
Line 28: | Line 29: | ||
Copyright (C) 2008-2013 Free Software Foundation, Inc. (build-aux/gitlog-to-changelog) | Copyright (C) 2008-2013 Free Software Foundation, Inc. (build-aux/gitlog-to-changelog) | ||
Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> (build-aux/test-driver.scm) | Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org> (build-aux/test-driver.scm) | ||
− | Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> (gnu/, guix/(except: workflows/, tests/processes.scm | + | Copyright © 2018 Ricardo Wurmus <rekado@elephly.net> (gnu/, guix/( except: workflows/), tests/processes.scm) |
|License verified by=Bendikker | |License verified by=Bendikker | ||
|License verified date=2018/11/22 | |License verified date=2018/11/22 | ||
Line 42: | Line 43: | ||
{{Project license | {{Project license | ||
|License=AGPLv3orlater | |License=AGPLv3orlater | ||
− | |License copyright=Copyright © 2016-2018 Roel Janssen <roel@gnu.org> (Makefile.am, gwl/ (except: gwl/static/) | + | |License copyright=Copyright © 2016-2018 Roel Janssen <roel@gnu.org> (Makefile.am, gwl/ (except: gwl/static/)) |
Copyright © 2014 David Thompson <davet@gnu.org> (pre-inst-env.in) | Copyright © 2014 David Thompson <davet@gnu.org> (pre-inst-env.in) | ||
Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> (gwl/www/util.scm) | Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> (gwl/www/util.scm) | ||
Line 53: | Line 54: | ||
|License verified by=Bendikker | |License verified by=Bendikker | ||
|License verified date=2018/11/22 | |License verified date=2018/11/22 | ||
− | |License note= | + | |License note=Autoconf exception. |
− | + | }} | |
+ | {{Project license | ||
+ | |License=GFDLv1.3orlater | ||
+ | |License copyright=Copyright © 2018 Roel Janssen (doc/gwl.texi) | ||
+ | Copyright © 2018 Ricardo Wurmus (doc/gwl.texi) | ||
+ | |License verified by=Bendikker | ||
+ | |License verified date=2018/11/24 | ||
}} | }} | ||
{{Project license | {{Project license | ||
Line 67: | Line 74: | ||
|License=Other | |License=Other | ||
|License copyright=Copyright © 2016-2018 Roel Janssen <roel@gnu.org> (NEWS) | |License copyright=Copyright © 2016-2018 Roel Janssen <roel@gnu.org> (NEWS) | ||
− | Copyright (C) 2000-2002, 2007, 2008 Free Software Foundation, Inc. | + | Copyright (C) 2000-2002, 2007, 2008 Free Software Foundation, Inc. (doc/fdl-1.3.texi) |
− | |||
− | |||
|License verified by=Bendikker | |License verified by=Bendikker | ||
|License verified date=2018/11/22 | |License verified date=2018/11/22 | ||
Line 89: | Line 94: | ||
{{Resource | {{Resource | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://git.savannah.gnu.org/cgit/gwl.git | + | |Resource URL=https://git.savannah.gnu.org/cgit/gwl.git/ |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/help-gwl/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gwl/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gwl-devel/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://savannah.gnu.org/people/ | ||
}} | }} | ||
{{Software category | {{Software category |
Latest revision as of 13:40, 4 December 2020
Guix Workflow Language
https://www.gnu.org/software/gwl/
Extension to GNU Guix declarative language.
This workflow language provides an extension to GNU Guix's declarative language for package management to automate execution of programs. Additionally, GWL can use Grid Engine to offload program execution.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Bendikker
Verified on
22 November 2018
Notes
As a special exception, when this file is read by TeX when processing a Texinfo source document, you may use the result without restriction. This Exception is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3").
License
Verified by
Bendikker
Verified on
22 November 2018
Notes
Autoconf exception.
Leaders and contributors
Contact(s) | Role |
---|---|
Ricardo Wurmus | developer |
Roel Janssen | developer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/help-gwl/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/gwl/ | |
General | https://savannah.gnu.org/people/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/gwl.git/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-gwl/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gwl-devel/ |
Software prerequisites
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.