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: dstat: Fix bogus use of DESTDIR. 5c8e8bc556c32c1b6ead1638e4e7886f87acf255 Tobias Geerinckx-Rice 2020-10-16 14:56:58
gnu: filters: Fix bogus use of DESTDIR. 544672029213ae5ec79e2083a50e0e83edff18a6 Tobias Geerinckx-Rice 2020-10-16 14:52:18
gnu: filters: Fix repository URL. dae2ac513d1e2eb242240ecd1551a700d20f54f5 Tobias Geerinckx-Rice 2020-10-16 14:49:02
gnu: filters: Replace git commit with equivalent tag. d7b83e2f8d8afebfb301db2e40b2f56e382d0510 Tobias Geerinckx-Rice 2020-10-16 14:47:41
gnu: filters: Prepare for cross-compilation. 834ab06477ff06ae8b3660bb6296ad0739036356 Tobias Geerinckx-Rice 2020-10-16 14:45:44
gnu: vim: Update to 8.2.1852. 95328851aee375d9582a9fbf5c69e52dd15c06cd Tobias Geerinckx-Rice 2020-10-16 14:45:20
gnu: gpxsee: Update to 7.34. eec4def4f6a4e6e67db96c8acfc5327d2c6d64d6 Tobias Geerinckx-Rice 2020-10-16 14:39:37
gnu: spread-sheet-widget: Update to 0.7. 4d998aa643be1011315cba636e53e82fb5f8437e Tobias Geerinckx-Rice 2020-10-16 14:34:18
gnu: ethtool: Update to 5.9. f6a0b54e9de1538b29bbaac666dcd75b06cb16cf Tobias Geerinckx-Rice 2020-10-16 04:45:50
gnu: ndctl: Update to 70.1. 9e64b3bcec0382fc890b6163d421aaa91d844e6a Tobias Geerinckx-Rice 2020-10-16 04:27:24
gnu: libostree: Update to 2020.7. 295d969c3899794bb27c1e296b583d1cc2ef5324 Tobias Geerinckx-Rice 2020-10-16 04:45:40
gnu: python-sqlalchemy: Update to 1.3.20. 7969a6adf38bd8d6dcdf83575f28e57200cb4976 Tobias Geerinckx-Rice 2020-10-16 13:08:22
gnu: tintin++: Update to 2.02.04. 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf Tobias Geerinckx-Rice 2020-10-16 12:03:36
gnu: soundtouch: Update to 2.2. 46fd582ff5870efd7d243d6d0fcdfaa9c7cf2edf Tobias Geerinckx-Rice 2020-10-16 11:48:30
gnu: libressl: Update to 3.1.4. 1aa375528b17e6cb41d137dd46b3d2018a8058a4 Tobias Geerinckx-Rice 2020-10-16 11:48:19
gnu: gnuzilla: Use 'assume-valid-file-name' where appropriate. 27913a6d3862a858269ada931f51e0ba03912e8c Ludovic Courtès 2020-10-16 12:59:28
services: provenance: Wrap config file name in 'assume-valid-file-name'. 5dbfdf8be4dc6250ab8475874e232e653b042cbf Ludovic Courtès 2020-10-16 12:57:25
gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'. 5d4ad8e1be6d60c38577e2f3d92cc5642b12eff0 Ludovic Courtès 2020-10-16 12:55:00
gnu: runc, skopeo, docker-cli, umoci: Don't 'chdir' in build phases. e39e8d97c17c7e7a008a4f4e125ae6b3844cc03a Ludovic Courtès 2020-10-16 12:32:50
gnu: julia: Update to 1.5.2. 9a4c83bdb61d046617e87ad9b4c0e1d6b55b1810 Tim Howes 2020-10-15 03:05:28
Commit 5c8e8bc556c32c1b6ead1638e4e7886f87acf255 - gnu: dstat: Fix bogus use of DESTDIR.
* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
variable.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-16 14:56
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-16 15:16
Parent(s): 544672029213ae5ec79e2083a50e0e83edff18a6
Signing key: 0DB0FF884F556D79
Tree: 141aa11a6b56ab7a6fd7b3dfe3e04d7eefc97cbc
File Lines added Lines deleted
gnu/packages/admin.scm 2 3
File gnu/packages/admin.scm changed (mode: 100644) (index 93430dceb7..2cfa4a05e3)
... ... results (ndiff), and a packet generation and response analysis tool (nping).")
2693 2693 (build-system gnu-build-system) (build-system gnu-build-system)
2694 2694 (arguments (arguments
2695 2695 `(#:tests? #f ; no make check `(#:tests? #f ; no make check
2696 #:make-flags (let ((out (assoc-ref %outputs "out")))
2697 (list (string-append "DESTDIR=" out)
2698 "prefix=/"))
2696 #:make-flags
2697 (list (string-append "prefix=" (assoc-ref %outputs "out")))
2699 2698 #:phases #:phases
2700 2699 (modify-phases %standard-phases (modify-phases %standard-phases
2701 2700 (add-after 'unpack 'fix-python3-DeprecationWarning (add-after 'unpack 'fix-python3-DeprecationWarning
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