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
[Message part 1 (text/plain, inline)]
Your message dated Tue, 20 Aug 2024 10:27:55 +0200
with message-id <87plq3oayc.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add emacs-ssh-deploy.
has caused the debbugs.gnu.org bug report #72326,
regarding [PATCH] gnu: Add emacs-ssh-deploy.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72326: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72326
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-ssh-deploy): New variable.
Change-Id: I016d3c15f376c099f260d955672bab2b19f8b978
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5639ed5fce..04b4a8af66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35053,6 +35053,28 @@ (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 url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/ssh-deploy-" version
+ ".tar"))
+ (sha256
+ (base32 "0fb88l3270d7l808q8x16zcvjgsjbyhgifgv17syfsj0ja63x28p"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cjohansson/emacs-ssh-deploy")
+ (synopsis "Deployment 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
[Message part 3 (message/rfc822, inline)]
Hello,
> On 2024-07-28 14:17, Sisiutl wrote:
> >
> > + (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.")
>
> Hi Sisiutl,
>
> Another minor nitpick that you can also find here
> https://qa.guix.gnu.org/issue/72326:
>
> description should start with an upper-case letter or digit
>
> You can start the description with @code{ssh-deploy} for instance if
> convenient.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
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.