ta name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sync.scm
'2019-08-05 01:06:58 +0200'>2019-08-05
AgeCommit message (Expand)Author
2019-11-29gnu: rclone: Update to 1.50.2....* gnu/packages/sync.scm (rclone): Update to 1.50.2. Clément Lassieur
2019-11-05gnu: rclone: Update to 1.50.1....* gnu/packages/sync.scm (rclone): Update to 1.50.1. Tobias Geerinckx-Rice
2019-11-01gnu: rclone: Update to 1.50.0....* gnu/packages/sync.scm (rclone): Update to 1.50.0. Nicolas Goaziou
2019-10-03gnu: rclone: Update to 1.49.4....* gnu/packages/sync.scm (rclone): Update to 1.49.4. Nicolas Goaziou
2019-09-20gnu: rclone: Update to 1.49.3....* gnu/packages/sync.scm (rclone): Update to 1.49.3. Tobias Geerinckx-Rice
2019-09-10gnu: rclone: Update to 1.49.2....* gnu/packages/sync.scm (rclone): Update to 1.49.2. Tobias Geerinckx-Rice
2019-09-02gnu: rclone: Update to 1.49.1....* gnu/packages/sync.scm (rclone): Update to 1.49.1. [source]: Update uri. [arguments]: Update #:import-path. Nicolas Goaziou
2019-08-21gnu: lsyncd: Search $PATH for binaries....* gnu/packages/sync.scm (lsyncd)[arguments]: Add ‘search-$PATH-for-binaries’ phase. Tobias Geerinckx-Rice
2019-07-22gnu: zstd: Move libraries to separate outputs....* gnu/packages/compression.scm (zstd)[outputs]: New field. [arguments]: Add phase 'adjust-libary-locations'. Pass LIBDIR and INCLUDEDIR in <#:make-flags>. * gnu/packages/backup.scm (borg)[inputs]: Change ZSTD to ZSTD:LIB. * gnu/packages/sync.scm (casync)[inputs]: Likewise. * gnu/packages/tor.scm (tor)[inputs]: Likewise. * gnu/packages/linux.scm (btrfs-progs)[inputs]: Likewise. Add ZSTD:STATIC. Marius Bakke
2019-06-21gnu: rclone: Update to 1.48.0....* gnu/packages/sync.scm (rclone): Update to 1.48.0. Tobias Geerinckx-Rice
gnu: docker-compose: Remove inputs for old Python versions....* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python2-backport-ssl-match-hostname and python-ipaddress. Tobias Geerinckx-Rice
2019-08-05gnu: python-docker-py: Propagate dependencies....* gnu/packages/docker.scm (python-docker-py)[inputs]: Move python-docker-pycreds and python-paramiko from here… [propagated-inputs]: …to here. (docker-compose)[inputs]: Remove them. Tobias Geerinckx-Rice
2019-08-05gnu: docker-compose: Remove Windows-specific input....* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-colorama. Tobias Geerinckx-Rice
2019-08-04gnu: docker-cli: Print a usable version string....* gnu/packages/docker.scm (docker-cli)[arguments]<#:phases>: Set the VERSION variable before building the package. Marius Bakke
2019-07-13gnu: docker-compose: Update to 1.24.1....* gnu/packages/docker.scm (docker-compose): Update to 1.24.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jacob MacDonald
2019-07-13gnu: python-docker-py: Update to 3.7.3....* gnu/packages/docker.scm (python-docker-py): Update to 3.7.3. [inputs]: Use PYTHON-REQUESTS-2.20 instead of PYTHON-REQUESTS. Add PYTHON-DOCKER-PYCREDS, PYTHON-IPADDRESS, PYTHON-PARAMIKO, and PYTHON-URLLIB3-1.24. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Jacob MacDonald
2019-07-13gnu: python-dockerpty: Update to 0.4.1....* gnu/packages/docker.scm (python-dockerpty): Update to 0.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jacob MacDonald
2019-07-13gnu: python-docker-pycreds: Update to 0.4.0....* gnu/packages/docker.scm (python-docker-pycreds): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jacob MacDonald
2019-06-16gnu: docker-compose: Add required Python dependencies....* gnu/packages/python-xyz.scm (python-jsonschema-2.6): New old public variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Add python-docker-pycreds and use python-jsonschema-2.6. Tobias Geerinckx-Rice
2019-05-13gnu: cqfd: Update to 5.1.0....* gnu/packages/docker.scm (cqfd): Update to 5.1.0. [description]: Fix typo. Maxim Cournoyer
2019-05-05gnu: docker: Refer to xz by its absolute path....* gnu/packages/docker.scm (docker)[inputs]: Add xz. [phases]{patch-paths}: Patch the reference to xz. Maxim Cournoyer
2019-05-05gnu: docker: Patch the reference to the docker proxy....* gnu/packages/docker.scm (docker)[inputs]: Add docker-libnetwork-cmd-proxy. * gnu/packages/docker.scm (docker)[phases]{patch-paths}: Patch proxy.go to refer to the docker-proxy binary by its absolute path. Maxim Cournoyer
2019-05-05gnu: docker: Optimize substitution macros....This change halves the time needed to patch the paths. * gnu/packages/docker.scm (docker)[phases]{patch-paths}: Allow passing multiple SOURCE-TEXT, PACKAGE and RELATIVE-PATH tuples so that the rewrite rules can be generated and processed by a single use of the SUBSTITUTE* macro. Rename SUBSTITUTE-LOOKPATH to SUBSTITUTE-LOOKPATH* and substitute-Command to SUBSTITUTE-COMMAND* to denote the change. Adapt the uses of SUBSTITUTE-LOOKPATH* and SUBSTITUTE-COMMAND*. Maxim Cournoyer
2019-05-05gnu: docker: Make macros use a relative path as argument....* gnu/packages/docker.scm (docker)[phases]: Move implementation detail inside the SUBSTITUTE-LOOKPATH and SUBSTITUTE-COMMAND macros definition, so that the relative path argument can be given as a relative path. Maxim Cournoyer
2019-05-05gnu: docker: Harmonize LookPath regexes....* gnu/packages/docker.scm (docker)[phases]: In the patch-paths phase, update the regexes used by SUBSTITUTE-LOOKPATH and SUBSTITUTE-COMMAND to match at the start of the word, like it's done later. Maxim Cournoyer
2019-05-05gnu: docker: Cleanup extraneous comments....* gnu/packages/docker.scm (docker): Remove "parenthesis-balancing" comments. Maxim Cournoyer
2019-05-05gnu: docker: Fix indentation....* gnu/packages/docker.scm (docker): Fix indentation using Emacs. Maxim Cournoyer
2019-05-05gnu: Add docker-libnetwork-cmd-proxy....* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): New variable. Maxim Cournoyer
2019-05-05gnu: Add docker-libnetwork....* gnu/packages/docker.scm (docker-libnetwork): New private variable. Maxim Cournoyer
2019-04-16gnu: docker, docker-cli: Update to 18.09.5....* gnu/packages/docker.scm (%docker-version): Update to 18.09.5. Tobias Geerinckx-Rice
2019-03-25gnu: docker: Use fewer modprobes....Fixes <https://bugs.gnu.org/34333>. Reported by Allan Adair <allan@adair.io>. * gnu/packages/patches/docker-use-fewer-modprobes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/docker.scm (docker)[source]: Use it. Danny Milosavljevic
2019-03-14gnu: containerd: Update to 1.2.5....* gnu/packages/docker.scm (containerd): Update to 1.2.5. Tobias Geerinckx-Rice
2019-03-14gnu: docker, docker-cli: Update to 18.09.3....* gnu/packages/docker.scm (%docker-version): Update to 18.09.3. Tobias Geerinckx-Rice
2019-03-14build-system/go: Build with a filesystem union of Go dependencies....This basically changes (guix build-system go) so that instead of looking up its dependencies in a list of directories in $GOPATH, all the Go dependencies are symlinked into a single directory. Fixes <https://bugs.gnu.org/33620>. * guix/build/go-build-system.scm (setup-go-environment): New variable. (setup-environment, install-source): Remove variables. (unpack): Unpack the source relative to $GOPATH. (install): Do not install the compiled objects in the 'pkg' directory. Install the source code in this phase, and only install the source of the package named by IMPORT-PATH. * doc/guix.texi (Build Systems): Adjust accordingly. * gnu/packages/docker.scm (docker): Import (guix build union) on the build side and adjust to build phase name changes in (guix build-system go). * gnu/packages/shellutils.scm (direnv): Likewise. * gnu/packages/databases.scm (mongo-tools)[arguments]: Set '#:install-source #f'. * gnu/packages/music.scm (demlo)[arguments]: Move the 'install-scripts' phase after the 'install' phase. Leo Famulari
2019-02-19gnu: containerd: Update to 1.2.4....* gnu/packages/docker.scm (containerd): Update to 1.2.4. Tobias Geerinckx-Rice
2019-02-19gnu: docker: Fix build on btrfs....* gnu/packages/docker.scm (docker)[arguments]: Skip another test that requires root privileges. Tobias Geerinckx-Rice