Age | Commit message (Expand) | Author |
2019-01-07 | gnu: Add rmlint....* gnu/packages/disk.scm (rmlint): New variable.
| Pierre Neidhardt |
2018-10-17 | Merge branch 'master' into core-updates | Marius Bakke |
2018-10-10 | gnu: ranger: More test tweaks....There's no functional difference between 'make test_pytest' and running
'py.test' directly, but there may be in future.
This follows up on commit 14173b3c6765bd8fcb2b12ea28fc27226645c7e1.
* gnu/packages/disk.scm (ranger)[arguments]: Use #:test-target to run
the (same) tests through 'make'.
[native-inputs]: Remove left-over python-flake8 and python-pylint.
| Tobias Geerinckx-Rice |
2018-10-10 | gnu: ranger: Update to 1.9.2....* gnu/packages/disk.scm (ranger): Update to 1.9.2.
[native-inputs]: Order alphabetically.
[arguments]: Actually run tests and remove useless #:test-target.
| Tobias Geerinckx-Rice |
2018-10-10 | Order (gnu packages disk) module imports alphabetically....* gnu/packages/disk.scm (define-module): Order module imports
alphabetically.
| Tobias Geerinckx-Rice |
2018-10-10 | gnu: ndctl: Update to 63....* gnu/packages/disk.scm (ndctl): Update to 63.
[source]: Use GIT-FILE-NAME.
[native-inputs]: Add bash-completion.
[arguments]: Add '--disable-asciidoctor' and '--without-systemd'
#:configure-flags. Don't bother patching unused ./autogen.sh in
'patch-FHS-file-names' phase.
| Tobias Geerinckx-Rice |
2018-10-10 | gnu: libblockdev: Update to 2.20....* gnu/packages/disk.scm (libblockdev): Update to 2.20.
[license]: Update to match fixed licence headers.
| Tobias Geerinckx-Rice |
2018-10-10 | gnu: volume-key: Update to 0.3.12....* gnu/packages/disk.scm (volume-key): Update to 0.3.12.
| Tobias Geerinckx-Rice |
2018-10-05 | Merge branch 'master' into core-updates | Marius Bakke |
2018-10-04 | gnu: ndctl: Return #t from phases....* gnu/packages/disk (ndctl)[arguments]: Rename inaccurately named
'autogen' phase to 'patch-FHS-file-names'. Explicitly return #t.
| Tobias Geerinckx-Rice |
2018-09-03 | Merge branch 'master' into core-updates | Marius Bakke |
2018-08-30 | gnu: gparted: Update to 0.32.0....* gnu/packages/disk.scm (gparted): Update to 0.32.0.
| Tobias Geerinckx-Rice |
2018-08-28 | Merge branch 'master' into core-updates | Marius Bakke |
2018-08-27 | Update email for Pierre Neidhardt....* .mailmap: Add name and email for Pierre Neidhardt.
* gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm,
gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm,
gnu/packages/networking.scm, gnu/packages/password-utils.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm:
Update email for Pierre Neidhardt.
| Pierre Neidhardt |
2018-08-26 | gnu: parted: Fix build with glibc >= 2.28....* gnu/packages/patches/parted-glibc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/disk.scm (parted)[source](patches): New field.
| Marius Bakke |
2018-08-15 | gnu: f3: Update to 7.1....* gnu/packages/disk.scm (f3): Update to 7.1.
[arguments]: Remove ‘fix-makefile’ phase.
Move installation of experimental (now called ‘extra’) tools to their
own phases instead of cleverly patching Makefile.
| Tobias Geerinckx-Rice |
2018-08-15 | gnu: f3: Don't use unstable tarball....* gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2018-08-01 | gnu: dmraid: Disable parallel build....Fixes a race condition as reported by Brendan Tildesley
<brendan.tildesley@openmailbox.org> in <https://bugs.gnu.org/31999#187>.
* gnu/packages/disk.scm (dmraid)[arguments]: Set #:parallel-build #f.
| Marius Bakke |
2018-07-30 | gnu: Add libblockdev....* gnu/package/disk.scm (libblockdev): New variable.
| Pierre Neidhardt |
2018-07-30 | gnu: Add dmraid....* gnu/package/disk.scm (dmraid): New variable.
| Pierre Neidhardt |
2018-07-30 | gnu: Add ndctl....* gnu/package/disk.scm (ndctl): New variable.
| Pierre Neidhardt |
2018-07-30 | gnu: Add volume-key....* gnu/package/disk.scm (volume-key): New variable.
| Pierre Neidhardt |
2018-07-06 | gnu: gptfdisk: Update to 1.0.4....* gnu/packages/disk.scm (gptfdisk): Update to 1.0.4.
| Tobias Geerinckx-Rice |
2018-06-04 | gnu: ranger: Enable image support....* gnu/packages/disk.scm (ranger)[inputs]: Add 'w3m'.
[arguments]: Add wrapper for W3MIMGDISPLAY_PATH environment variable.
| Rutger Helling |
2018-05-31 | gnu: duperemove: Update to 0.11....* gnu/packages/disk.scm (duperemove): Update to 0.11.
| Tobias Geerinckx-Rice |
2018-04-26 | gnu: ranger: Fix description and tests....* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with
'#:test-target'.
[description]: Remove texinfo markup. 'VI' -> 'Vi'.
| Eric Bavier |
2018-04-26 | gnu: Add Ranger....* gnu/packages/disk.scm (ranger): New variable.
| Eric Bavier |
2018-03-29 | gnu: Add duperemove....* gnu/packages/disk.scm (duperemove): New variable.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| Vasile Dumitrascu |
2018-03-25 | gnu: Add python-parted....* gnu/packages/disk.scm (python-parted, python2-parted): New variables.
| Danny Milosavljevic |
2018-03-20 | gnu: gparted: Update to 0.31.0....* gnu/packages/disk.scm (gparted): Update to 0.31.0.
| Tobias Geerinckx-Rice |
2018-02-19 | gnu: ddrescue: Update to 1.23....* gnu/packages/disk.scm (ddrescue): Update to 1.23.
| Marius Bakke |
2018-01-19 | gnu: Consistently Write ‘file system(s)’....It is the GNU way.
* doc/guix.texi (Build Systems, DNS Services): Write ‘file system(s)’.
* gnu/build/vm.scm (create-ext-file-system, create-fat-file-system):
Likewise.
* gnu/packages/backup.scm (dirvish, rsnapshot)[description]: Likewise.
* gnu/packages/check.scm (python-testpath)[description]: Likewise.
* gnu/packages/disk.scm (pydf)[description]: Likewise.
* gnu/packages/file-systems.scm (disorderfs)[synopsis, description]: Likewise.
(glusterfs)[description]: Likewise.
* gnu/packages/haskell.scm (ghc-directory, ghc-system-fileio-bootstrap)
(ghc-system-fileio)[synopsis]: Likewise.
(ghc-fsnotify)[description]: Likewise.
* gnu/packages/linux.scm (proot)[description]: Likewise.
(jmtpfs)[synopsis, description]: Likewise.
* gnu/packages/mate.scm (caja, caja-extensions)[description]: Likewise.
* gnu/packages/storage.scm (ceph)[description]: Likewise.
* gnu/packages/sync.scm (lsyncd)[description]: Likewise.
* gnu/packages/syncthing.scm (syncthing)[synopsis]: Likewise.
(go-github-com-zillode-notify)[description]: Likewise.
* gnu/services/nfs.scm (pipefs-service-type): Likewise.
* guix/scripts/system.scm (perform-action): Likewise.
| Tobias Geerinckx-Rice |
2017-10-11 | gnu: gparted: Update to 0.30.0....* gnu/packages/disk.scm (gparted): Update to 0.30.0.
| Tobias Geerinckx-Rice |
2017-09-22 | gnu: Use xxd instead of vim....* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
| Ricardo Wurmus |
2017-09-15 | gnu: Add pydf....* gnu/packages/disk.scm (pydf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Reichör |
2017-09-01 | gnu: gparted: Update home page....* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org.
| Tobias Geerinckx-Rice |
2017-07-29 | gnu: gptfdisk: Update to 1.0.3....* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
| Tobias Geerinckx-Rice |
2017-07-28 | gnu: gptfdisk: Update description....* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn.
| Tobias Geerinckx-Rice |
2017-07-25 | gnu: fdisk: Update to 2.0.0a1....* gnu/packages/disk.scm (fdisk): Update to 2.0.0a1.
[arguments]: Make sure the build finds its own headers.
| Tobias Geerinckx-Rice |
2017-07-25 | gnu: sdparm: Update to 1.10....* gnu/packages/disk.scm (sdparm): Update to 1.10.
| Tobias Geerinckx-Rice |
2017-05-09 | gnu: Add f3....* gnu/packages/disk.scm (f3): New variable.
| Hartmut Goebel |
2017-02-24 | gnu: gparted: Update to 0.28.1....* gnu/packages/disk.scm (gparted): Update to 0.28.1.
| Tobias Geerinckx-Rice |
2017-02-15 | gnu: gptfdisk: Install the documentation....* gnu/packages/disk.scm (gptfdisk)[arguments]: Install the manpages.
| Leo Famulari |
2017-02-15 | gnu: gparted: Update to 0.28.0....* gnu/packages/disk.scm (gparted): Update to 0.28.0.
| Tobias Geerinckx-Rice |
2017-02-06 | gnu: dosfstools: Update to 4.1....* gnu/packages/disk.scm (dosfstools): Update to 4.1.
[arguments]: Enable tests.
[native-inputs]: Add VIM.
| Marius Bakke |
2017-02-06 | gnu: ddrescue: Update to 1.22....* gnu/packages/disk.scm (ddrescue): Update to 1.22.
[home-page]: Use HTTPS.
| Marius Bakke |
2016-12-17 | gnu: Add fatfsck-static....* gnu/packages/disk.scm (dosfstools/static): New private variable.
(fatfsck/static): New variable.
| Marius Bakke |
2016-10-23 | Merge branch 'master' into core-updates | Mark H Weaver |
2016-10-19 | gnu: gparted: Update to 0.27.0....* gnu/packages/disk.scm (gparted): Update to 0.27.0.
| Tobias Geerinckx-Rice |
2016-09-30 | Merge branch 'master' into core-updates | Ludovic Courtès |