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)
gnu: cuirass: Update to 0.0.1-52.38ee2c5. 33c66110980adc4d582b7c86d4ce5759f3802579 Mathieu Othacehe 2020-10-14 14:35:34
gnu: cpuid: Use CC-FOR-TARGET. 2bfe99b11ac89ea723fd5d8aed9d6cdac78d71d4 Tobias Geerinckx-Rice 2020-10-14 12:17:13
gnu: cpuid: Update to 20201006. ea36db33924ec06450578d8febd6268e0ae439ba Tobias Geerinckx-Rice 2020-10-14 10:05:59
gnu: jasper: Update to 2.0.22. bf476ea16a0e7f1cb1fbad4ae1e355cb9d9707bb Tobias Geerinckx-Rice 2020-10-13 20:24:24
gnu: python-pastedeploy: Update to 2.1.1. cf4fafc46768eee2bef9758971d5c230c0eac029 Tobias Geerinckx-Rice 2020-10-13 20:13:04
gnu: oil: Update to 0.8.2. d3d1aec2ac742682cebf1c416afd9f6a889cc879 Tobias Geerinckx-Rice 2020-10-14 10:52:41
gnu: osinfo-db: Update to 20201011. 79145ab4f2599d28a99ae2ff6527ea64c8e8b4e4 Tobias Geerinckx-Rice 2020-10-14 10:43:38
gnu: plantuml: Update to 1.2020.19. 2d0bea9c6d98a0dec99218935239dca8b676b86f Tobias Geerinckx-Rice 2020-10-14 10:43:16
gnu: vim: Update to 8.2.1844. 9112ec6b72340b40fcf3bf6d6ed9e5e672732ba5 Tobias Geerinckx-Rice 2020-10-14 10:42:40
gnu: python-pgpy: Run the tests. ed0e8c7cc92df8deec15edd097c03a82cdc2e58b Tobias Geerinckx-Rice 2020-10-14 12:56:40
gnu: python-pgpy: Update to 0.5.3. 642647ae9305c701b2191a4cbcf28ce583da7d1d Tobias Geerinckx-Rice 2020-10-14 12:54:21
gnu: gphoto2: Update to 2.5.26. 81f3adb4d192cc75eca465bc95883fff1f46e1a6 Tobias Geerinckx-Rice 2020-10-14 12:32:29
gnu: libgphoto2: Update to 2.5.26. ce7548e69112f67580f529ad78d4a053ed133b63 Tobias Geerinckx-Rice 2020-10-14 12:30:44
gnu: python-aiohttp: Update to 3.6.3. 3e0b02203036f41659d231fca24712ea67557103 Tobias Geerinckx-Rice 2020-10-14 12:24:14
gnu: python-passlib: Update to 1.7.4. 2a30ca09291a28df4e45c7240fa603c8e505d87d Tobias Geerinckx-Rice 2020-10-14 13:23:13
gnu: perl-crypt-rijndael: Update to 1.15. fdfd0549ad8c81c89f8cd20b126fa435f5cdf0c4 Tobias Geerinckx-Rice 2020-10-14 13:08:49
gnu: icedove: Update to 78.3.2. 3c1b0b92d1641616f4cb404740447b9565569e0b Jonathan Brielmaier 2020-10-10 09:38:21
doc: cookbook: Mention "#true" and "#false". cd958802f20e07967d2245039ebadd5911c47333 Ludovic Courtès 2020-10-14 09:28:30
gnu: Add emacs-gcmh. 028119e9f5a0b31fe27334eb5de582d42d3ffd5d Niklas Eklund 2020-09-30 13:34:36
image: Use 'raise' from (srfi srfi-34). 281869e6f8d5b7ea6300c5b93acb324a6011585e Ludovic Courtès 2020-10-14 09:07:40
Commit 33c66110980adc4d582b7c86d4ce5759f3802579 - gnu: cuirass: Update to 0.0.1-52.38ee2c5.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-52.38ee2c5.
Author: Mathieu Othacehe
Author date (UTC): 2020-10-14 14:35
Committer name: Mathieu Othacehe
Committer date (UTC): 2020-10-14 14:36
Parent(s): 2bfe99b11ac89ea723fd5d8aed9d6cdac78d71d4
Signer:
Signing key: 8354763531769CA6
Signing status: E
Tree: 309efcd1543b966fc144970554fed8dc4e43bf53
File Lines added Lines deleted
gnu/packages/ci.scm 3 3
File gnu/packages/ci.scm changed (mode: 100644) (index 3d303a29d8..f2cc028752)
68 68 (file-name (string-append name "-" version "-checkout"))))))) (file-name (string-append name "-" version "-checkout")))))))
69 69
70 70 (define-public cuirass (define-public cuirass
71 (let ((commit "cb2c4e3d8f7eda187adf6da1fc35aef838c49828")
72 (revision "51"))
71 (let ((commit "38ee2c5b5b21404f383fc5066af8141785676e56")
72 (revision "52"))
73 73 (package (package
74 74 (name "cuirass") (name "cuirass")
75 75 (version (git-version "0.0.1" revision commit)) (version (git-version "0.0.1" revision commit))
 
81 81 (file-name (git-file-name name version)) (file-name (git-file-name name version))
82 82 (sha256 (sha256
83 83 (base32 (base32
84 "0f2di2pqqw8k4ii7h65kbzyf2d4w7nd5n3a93a8l9si4phf6a5c7"))))
84 "13z862i668v2c6w3ajb1mddkzfcdc16myjqz7gss59bykzag728p"))))
85 85 (build-system gnu-build-system) (build-system gnu-build-system)
86 86 (arguments (arguments
87 87 '(#:modules ((guix build utils) '(#:modules ((guix build utils)
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