all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Stefan Reichör" <stefan@xsteve.at>
Cc: 28322-done@debbugs.gnu.org
Subject: bug#28322: [PATCH] gnu: Add stgit.
Date: Thu, 14 Sep 2017 13:55:26 +0200	[thread overview]
Message-ID: <87a81xa40h.fsf@gnu.org> (raw)
In-Reply-To: <87bmmoaocj.fsf@xsteve.at> ("Stefan \=\?utf-8\?Q\?Reich\=C3\=B6r\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Tue, 05 Sep 2017 22:21:16 +0200")

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

Hello,

Stefan Reichör <stefan@xsteve.at> skribis:

>>From 5affac94ba90854b8a6f302cbf60cf0b36b104ec Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Stefan=20Reich=C3=B6r?= <stefan@xsteve.at>
> Date: Tue, 5 Sep 2017 22:10:27 +0200
> Subject: [PATCH] gnu: Add stgit.
>
> * gnu/packages/version-control.scm (stgit): New variable.

I went ahead and committed it with the changes below.

Stefan & Marius: you’re welcome to continue the discussion and improve
the package later though.  :-)

Thank you!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1428 bytes --]

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e6fa886dc..235adef02 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -700,17 +700,17 @@ lot easier.")
          (replace 'check
            (lambda _
              ;; two tests will fail -> disable them. TODO: fix the failing tests
-             (system* "mv" "t/t3300-edit.sh" "t/t3300-edit.sh-disabled")
-             (system* "mv" "t/t7504-commit-msg-hook.sh" "t/t7504-commit-msg-hook.sh-disabled")
+             (delete-file "t/t3300-edit.sh")
+             (delete-file "t/t7504-commit-msg-hook.sh")
              (zero? (system* "make" "test")))))))
     (home-page "http://procode.org/stgit/")
     (synopsis "Stacked Git")
     (description
      "StGit is a command-line application that provides functionality similar
-to Quilt (i.e. pushing/popping patches to/from a stack), but using Git instead
-of diff and patch.  StGit stores its patches in a Git repository as normal Git
-commits, and provides a number of commands to manipulate them in various
-ways.")
+to Quilt (i.e., pushing/popping patches to/from a stack), but using Git
+instead of @command{diff} and @command{patch}.  StGit stores its patches in a
+Git repository as normal Git commits, and provides a number of commands to
+manipulate them in various ways.")
     (license license:gpl2)))
 
 (define-public git-test-sequence

      reply	other threads:[~2017-09-14 11:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 20:37 [bug#28322] [PATCH] gnu: Add stgit Stefan Reichör
2017-09-02 10:57 ` Marius Bakke
2017-09-05 20:21   ` Stefan Reichör
2017-09-14 11:55     ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a81xa40h.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=28322-done@debbugs.gnu.org \
    --cc=stefan@xsteve.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.