summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesMarius Bakke2018-10-171-47/+53
|\
| * 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-Rice2018-10-101-9/+11
| * 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-Rice2018-10-101-7/+10
| * Order (gnu packages disk) module imports alphabetically.•••* gnu/packages/disk.scm (define-module): Order module imports alphabetically. Tobias Geerinckx-Rice2018-10-101-19/+19
| * 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-Rice2018-10-101-8/+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-Rice2018-10-101-6/+5
| * gnu: volume-key: Update to 0.3.12.•••* gnu/packages/disk.scm (volume-key): Update to 0.3.12. Tobias Geerinckx-Rice2018-10-101-5/+5
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-051-2/+3
|\|
| * 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-Rice2018-10-041-2/+3
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-031-2/+2
|\|
| * gnu: gparted: Update to 0.32.0.•••* gnu/packages/disk.scm (gparted): Update to 0.32.0. Tobias Geerinckx-Rice2018-08-301-2/+2
* | Merge branch 'master' into core-updatesMarius Bakke2018-08-281-1/+1
|\|
| * 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 Neidhardt2018-08-271-1/+1
* | 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 Bakke2018-08-261-0/+1
|/
* 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-Rice2018-08-151-14/+10
* gnu: f3: Don't use unstable tarball.•••* gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2018-08-151-5/+6
* 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 Bakke2018-08-011-0/+4
* gnu: Add libblockdev.•••* gnu/package/disk.scm (libblockdev): New variable. Pierre Neidhardt2018-07-301-1/+49
* gnu: Add dmraid.•••* gnu/package/disk.scm (dmraid): New variable. Pierre Neidhardt2018-07-301-0/+38
* gnu: Add ndctl.•••* gnu/package/disk.scm (ndctl): New variable. Pierre Neidhardt2018-07-301-1/+61
* gnu: Add volume-key.•••* gnu/package/disk.scm (volume-key): New variable. Pierre Neidhardt2018-07-301-1/+47
* gnu: gptfdisk: Update to 1.0.4.•••* gnu/packages/disk.scm (gptfdisk): Update to 1.0.4. Tobias Geerinckx-Rice2018-07-061-2/+2
* gnu: ranger: Enable image support.•••* gnu/packages/disk.scm (ranger)[inputs]: Add 'w3m'. [arguments]: Add wrapper for W3MIMGDISPLAY_PATH environment variable. Rutger Helling2018-06-041-1/+19
* gnu: duperemove: Update to 0.11.•••* gnu/packages/disk.scm (duperemove): Update to 0.11. Tobias Geerinckx-Rice2018-05-311-6/+5
* gnu: ranger: Fix description and tests.•••* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with '#:test-target'. [description]: Remove texinfo markup. 'VI' -> 'Vi'. Eric Bavier2018-04-261-8/+5
* gnu: Add Ranger.•••* gnu/packages/disk.scm (ranger): New variable. Eric Bavier2018-04-261-0/+31
* gnu: Add duperemove.•••* gnu/packages/disk.scm (duperemove): New variable. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr> Vasile Dumitrascu2018-03-291-0/+46
* gnu: Add python-parted.•••* gnu/packages/disk.scm (python-parted, python2-parted): New variables. Danny Milosavljevic2018-03-251-0/+40
* gnu: gparted: Update to 0.31.0.•••* gnu/packages/disk.scm (gparted): Update to 0.31.0. Tobias Geerinckx-Rice2018-03-201-4/+4
* gnu: ddrescue: Update to 1.23.•••* gnu/packages/disk.scm (ddrescue): Update to 1.23. Marius Bakke2018-02-191-2/+2
* 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-Rice2018-01-191-1/+1
* gnu: gparted: Update to 0.30.0.•••* gnu/packages/disk.scm (gparted): Update to 0.30.0. Tobias Geerinckx-Rice2017-10-111-2/+2
* 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 Wurmus2017-09-221-1/+1
* gnu: Add pydf.•••* gnu/packages/disk.scm (pydf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör2017-09-151-0/+21
* gnu: gparted: Update home page.•••* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org. Tobias Geerinckx-Rice2017-09-011-1/+1
* gnu: gptfdisk: Update to 1.0.3.•••* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3. Tobias Geerinckx-Rice2017-07-291-2/+2
* gnu: gptfdisk: Update description.•••* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn. Tobias Geerinckx-Rice2017-07-281-3/+3
* 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-Rice2017-07-251-2/+16
* gnu: sdparm: Update to 1.10.•••* gnu/packages/disk.scm (sdparm): Update to 1.10. Tobias Geerinckx-Rice2017-07-251-2/+2
* gnu: Add f3.•••* gnu/packages/disk.scm (f3): New variable. Hartmut Goebel2017-05-091-0/+44
* gnu: gparted: Update to 0.28.1.•••* gnu/packages/disk.scm (gparted): Update to 0.28.1. Tobias Geerinckx-Rice2017-02-241-2/+2
* gnu: gptfdisk: Install the documentation.•••* gnu/packages/disk.scm (gptfdisk)[arguments]: Install the manpages. Leo Famulari2017-02-151-2/+8
* gnu: gparted: Update to 0.28.0.•••* gnu/packages/disk.scm (gparted): Update to 0.28.0. Tobias Geerinckx-Rice2017-02-151-2/+2
* gnu: dosfstools: Update to 4.1.•••* gnu/packages/disk.scm (dosfstools): Update to 4.1. [arguments]: Enable tests. [native-inputs]: Add VIM. Marius Bakke2017-02-061-5/+7
* gnu: ddrescue: Update to 1.22.•••* gnu/packages/disk.scm (ddrescue): Update to 1.22. [home-page]: Use HTTPS. Marius Bakke2017-02-061-3/+3
* gnu: Add fatfsck-static.•••* gnu/packages/disk.scm (dosfstools/static): New private variable. (fatfsck/static): New variable. Marius Bakke2016-12-171-0/+36
* Merge branch 'master' into core-updatesMark H Weaver2016-10-231-2/+2
|\
| * gnu: gparted: Update to 0.27.0.•••* gnu/packages/disk.scm (gparted): Update to 0.27.0. Tobias Geerinckx-Rice2016-10-191-2/+2
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-301-2/+2
|\|
| * doc: "filesystem" -> "file system"•••* doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system" John Darrington2016-09-161-2/+2