~ruther/guix-local

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.
b79bdbe2 — Nicolas Goaziou 3 years ago
gnu: emacs-piem: Do not propagate B4.

* gnu/packages/emacs-xyz.scm (emacs-piem)[arguments]: Add CONFIGURE phase to
avoid propagating B4.
[inputs]: Add B4.
[propagated-inputs]: Remove B4.
ffa8a712 — Nicolas Goaziou 3 years ago
gnu: emacs-piem: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+.
f5f8a21c — conses 3 years ago
gnu: emacs-slack: Update to ff46d88.

* gnu/packages/emacs-xyz.scm (emacs-slack): Update to ff46d88.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
f63696a0 — zimoun 3 years ago
gnu: Add emacs-piem.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
30088cab — Nicolas Goaziou 3 years ago
gnu: emacs-perspective: Update to 2.18.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.18.
54e5449d — Nicolas Goaziou 3 years ago
gnu: emacs-ement: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.
475c0b6c — Nicolas Goaziou 3 years ago
gnu: emacs-mentor: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-mentor): Update to 0.4.
829b07cd — Nicolas Goaziou 3 years ago
gnu: emacs-subed: Update to 1.0.10.

* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.10.
d46e955d — Garek Dyszel 3 years ago
gnu: Add python-icdiff.

* gnu/packages/python-xyz.scm (python-icdiff): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
13c1ed6a — Garek Dyszel 3 years ago
gnu: Add python-editables.

* gnu/packages/python-build.scm (python-editables): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Next