maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
doc: Fix typo. b4369430e3c0d895f7be92e473c1aca261c699dc Mathieu Othacehe 2020-10-15 12:15:36
gnu: claws-mail: Change build-system. 7269a591361138ac6fc122d465e45e2b8c4944be Raghav Gururajan 2020-10-15 01:18:29
gnu: claws-mail: Make some cosmetic changes. b168f2ba53b938e1b322c79e5bfa47fcc506b803 Raghav Gururajan 2020-10-15 01:15:28
build-system/go: Install license files. 6b793fa66218337a1f638466753cd5326a6a6c18 Efraim Flashner 2020-10-07 07:11:05
install: Deduplicate packages with %base-package sets. 4170af491c8bc3b0a5308116a26e758d8ff245c5 Efraim Flashner 2020-10-09 09:51:26
system: Add %base-packages-disk-utilities. e6e076281e62518056987e9ddd3d96fccab20475 Efraim Flashner 2020-10-09 09:47:34
gnu: cuirass: Update to 0.0.1-53.df2d136. 993b3af6405305adc0ca921ef59412d43b4f9d63 Mathieu Othacehe 2020-10-15 08:06:12
gnu: slurm: Re-arrange package inputs. d623ece56624fd7d611cdaf42f728b21d89fec5c Efraim Flashner 2020-10-15 07:39:33
gnu: mpd: Update to 0.22. ec2a8f602ee0fd2fac2210eeae6d1da091bb47e4 Ricardo Wurmus 2020-10-15 06:37:25
gnu: nginx-lua-module: Use install-file. be0c94a3780c5a11ee50df31ebbfd950bcd00815 Efraim Flashner 2020-10-15 06:13:07
services: nginx: Add lua module. 00014f769233facebd84f13a00b10032a22cb440 Oleg Pykhalov 2020-10-11 17:42:48
gnu: Add nginx-lua-module. e835c03e4462dd7f675cbc101fbda5b076cbdd86 Oleg Pykhalov 2020-10-11 17:41:58
gnu: Add nginx-socket-cloexec. 4b0e08beb2620336910197738df8ce1e36abda33 Oleg Pykhalov 2020-10-11 17:41:41
gnu: Add lua-resty-shell. 89c4122ec9b816e5d6902c3b17e912543fd21033 Oleg Pykhalov 2020-10-11 14:27:07
gnu: Add lua-tablepool. 0100fd06c947225b44ccc72069886cc8be10f6bc Oleg Pykhalov 2020-10-11 14:26:53
gnu: Add lua-resty-signal. 8688fd8fa1970c155f520dcc95afccecd3e10a2d Oleg Pykhalov 2020-10-11 14:26:32
gnu: Add lua-resty-lrucache. 1263bd0dbf55f340e5292bcee00dd1f3d4eb6ef1 Oleg Pykhalov 2020-10-11 14:25:28
gnu: Add lua-resty-core. cb53c59dd19be8de2525d28bab59d91585dfe296 Oleg Pykhalov 2020-10-11 14:24:52
gnu: musescore: Update to 3.5.1. dd642517aee1e67045a5317c1eab247c88701f59 Nicolas Goaziou 2020-10-14 20:34:14
gnu: emacs-haskell-mode: Update to 17.2. aeb22459144b7790efe063e0cdca67dced6ca3cc Nicolas Goaziou 2020-10-14 20:00:46
Commit b4369430e3c0d895f7be92e473c1aca261c699dc - doc: Fix typo.
* doc/guix.texi (Guix Build Coordinator): Fix typo.
Author: Mathieu Othacehe
Author date (UTC): 2020-10-15 12:15
Committer name: Mathieu Othacehe
Committer date (UTC): 2020-10-15 12:16
Parent(s): 7269a591361138ac6fc122d465e45e2b8c4944be
Signer:
Signing key: 8354763531769CA6
Signing status: E
Tree: a63c05e8f4cff80e16c44d62668e286d7bc3e856
File Lines added Lines deleted
doc/guix.texi 1 1
File doc/guix.texi changed (mode: 100644) (index 2374c956e5..c9c031ccdb)
... ... allocation plan in the database.
28015 28015
28016 28016 @item @code{hooks} (default: @var{'()}) @item @code{hooks} (default: @var{'()})
28017 28017 An association list of hooks. These provide a way to execute arbitrary An association list of hooks. These provide a way to execute arbitrary
28018 code upon certian events, like a build result being processed.
28018 code upon certain events, like a build result being processed.
28019 28019
28020 28020 @item @code{guile} (default: @code{guile-3.0-latest}) @item @code{guile} (default: @code{guile-3.0-latest})
28021 28021 The Guile package with which to run the Guix Build Coordinator. The Guile package with which to run the Guix Build Coordinator.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main