GNU bug report logs -
#72326
[PATCH] gnu: Add emacs-ssh-deploy.
Previous Next
Reported by: Sisiutl <sisiutl <at> egregore.fun>
Date: Sat, 27 Jul 2024 19:59:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy): New variable.
Change-Id: Ice4dc774f43b116ffd01c7649f2b212b9fc96fcc
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5639ed5fce..cd94da7a14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35053,6 +35053,30 @@ (define-public emacs-ssh-agency
passphrase until the first time you push to a remote.")
(license license:gpl3+)))
+(define-public emacs-ssh-deploy
+ (package
+ (name "emacs-ssh-deploy")
+ (version "3.1.16")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cjohansson/emacs-ssh-deploy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0iwciwnlkpbasnwdvvip5g39jq4qc8srfw0s07ljb3c3njg3jhsg"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cjohansson/emacs-ssh-deploy")
+ (synopsis "A deployment plugin via Tramp, global or per directory")
+ (description
+ "ssh-deploy enables automatic deploys on explicit-save actions, manual uploads,
+renaming, deleting, downloads, file and directory differences, launching remote
+terminals (eshell, shell), detection of remote changes, remote directory
+browsing, remote SQL database sessions and running custom deployment scripts via
+Tramp.")
+ (license license:gpl3+)))
+
(define-public emacs-super-save
(package
(name "emacs-super-save")
base-commit: 46a64c7fdd057283063aae6df058579bb07c4b6a
--
2.45.2
This bug report was last modified 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.