~ruther/guix-local

725e7c3b — jgart via Guix-patches via 3 years ago
gnu: Add emacs-clue.

* gnu/packages/emacs-xyz.scm (emacs-clue): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
0d71bae6 — jgart via Guix-patches via 3 years ago
gnu: emacs-denote: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 0.6.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
7a898873 — Fredrik Salomonsson 3 years ago
gnu: Add emacs-ol-notmuch.

* gnu/packages/emacs-xyz.scm (emacs-ol-notmuch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
66bca232 — Hilton Chain via Guix-patches via 3 years ago
gnu: Add emacs-macrostep-geiser.

* gnu/packages/emacs-xyz.scm (emacs-macrostep-geiser): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
29fa1a90 — Fredrik Salomonsson 3 years ago
gnu: Add emacs-marginalia-emprise.

* gnu/packages/emacs-xyz.scm (emacs-marginalia-emprise): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
d27f8db1 — Fredrik Salomonsson 3 years ago
gnu: Add emacs-orgmdb.

* gnu/packages/emacs-xyz.scm (emacs-orgmdb): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
c4af6433 — Fredrik Salomonsson 3 years ago
gnu: Add emacs-cpreproc-openvdb.

* gnu/packages/emacs-xyz.scm (emacs-cpreproc-openvdb): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
bfa723ba — Julien Lepiller 3 years ago
etc: teams: Define Java team scope.

* etc/teams.scm.in (java): Define it.
13cf9ebe — Julien Lepiller 3 years ago
etc: teams: Define OCaml team scope.

* etc/teams.scm.in (ocaml): Define it.
6ab51066 — Mathieu Othacehe 3 years ago
news: Add entry about image API documentation.

* etc/news.scm: Add entry.
13f46974 — Mathieu Othacehe 3 years ago
news: Add entry about WSL images.

* etc/news.scm: Add entry.
9943bbfa — Lars-Dominik Braun 3 years ago
etc: teams: Define python team scope.

* etc/teams.scm.in (python): Define it.
b6aef666 — Lars-Dominik Braun 3 years ago
etc: teams: Define haskell team scope.

* etc/teams.scm.in (haskell): Define it.
e842aeb8 — Mathieu Othacehe 3 years ago
doc: Turn example to lisp.

* doc/guix.texi (System Images): Turn example snippets to lisp snippets.
506e0aa4 — Mathieu Othacehe 3 years ago
doc: Remove an extra dot.

* doc/guix.texi (System Images): Remove it.
2e0fa826 — Mathieu Othacehe 3 years ago
etc: installer: Define installer team scope.

* etc/teams.scm.in (installer): Define it.
7ca846c8 — Mathieu Othacehe 3 years ago
etc: teams: Define core team scope.

* etc/teams.scm.in (core): Define it.
b1a7a572 — Liliana Marie Prikler 3 years ago
etc: teams: Add regular expression support to scopes.

* etc/teams.scm (find-teams-by-scope): Differentiate between raw strings
and regexps.  Make raw string matches strict.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2a663045 — Mathieu Othacehe 3 years ago
etc: teams: Add scope support.

Add a scope list to each team.  This list defines all the files and
directories that are mentored by the team.

Also add a cc-members command that takes two Git revision strings as input,
add returns the members that should be CC'ed given the files impacted between
the two revisions.

* etc/teams.scm.in (<team>)[scope]: New field.
(team, list-teams): Adapt those procedures.
(find-team-by-scope, diff-revisions): New procedures.
(main): Add a "cc-members" command.
* doc/contributing.texi ("Teams"): Document it.
("Sending a Patch Series"): Adapt it.
2784fcf1 — Mathieu Othacehe 3 years ago
system: images: Add a TODO comment.

* gnu/system/image.scm (system-tarball-image): Add it.
Next