* Re: [PATCH] nano: Update to 2.4.2
[not found] <55B52967.3070503@t-online.de>
@ 2015-07-26 19:47 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2015-07-26 19:47 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]
Hi,
On Sun, 2015-07-26 at 20:39 +0200, Matthias Fischer wrote:
> Hi Michael,
>
> On 26.07.2015 19:58, Michael Tremer wrote:
> > The content is fine.
>
> At least something... ;-)
>
> > I merged this one since I manually edited it. Have you tried using
> > "git
> > send-email"?
>
> Sorry for the mess - I tried, but obviously my email client had other
> thoughts than me...
No worries.
>
> Will try "git send-email" next time. Any hints for the correct/wanted
> syntax? I'm using the terminal console most of the time.
> I've found something about using "hooks" - e.g., the file
> "commit-msg.sample" in directory '.git/hooks'.
You do not need any of that. Just set up your email account like
described here
http://wiki.ipfire.org/devel/git/setup
commit as usual and after that run "git send-email -1" with maybe some
more parameters. You can send emails to yourself for testing.
Make sure that your build system is up to date and has got the latest
version of Git (should be 2.4.4 or so).
It should be easy then...
-Michael
>
> But I'm not sure, if this is the right way to do it or if I have to
> make
> specific changes in this file.
>
> Regards
> Matthias
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] nano: Update to 2.4.2
2015-07-26 14:43 Matthias Fischer
@ 2015-07-26 17:58 ` Michael Tremer
0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2015-07-26 17:58 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2472 bytes --]
Hi,
thank you for sending in your patches as an email to this list.
However there are some slight problems that we need to sort out. The
biggest one is that your email client did some weird stuff with the
patch. On every line that did not start with a + or - character, it
added an other space. So the patch did not apply until I removed the
superfluous space characters.
On Sun, 2015-07-26 at 16:43 +0200, Matthias Fischer wrote:
> Hi,
>
> Nano: Update to 2.4.2
> GIT: http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit
> ;h=69d4fcba20177bf3ab6d69c3e17a710d39f2b08b
You do not need to add a URL to the git branch. Just the change.
> From: Matthias Fischer <fischerm42(a)t-online.de>
This should be "Signed-off-by"
> ---
>
> diff --git a/config/rootfiles/packages/nano
> b/config/rootfiles/packages/nano
> index 67cf060..d31753c 100644
> --- a/config/rootfiles/packages/nano
> +++ b/config/rootfiles/packages/nano
> @@ -21,10 +21,12 @@ usr/share/nano/cmake.nanorc
> usr/share/nano/css.nanorc
> usr/share/nano/debian.nanorc
> usr/share/nano/default.nanorc
> +usr/share/nano/elisp.nanorc
> usr/share/nano/fortran.nanorc
> usr/share/nano/gentoo.nanorc
> #usr/share/nano/go.nanorc
> usr/share/nano/groff.nanorc
> +usr/share/nano/guile.nanorc
> usr/share/nano/html.nanorc
> usr/share/nano/java.nanorc
> #usr/share/nano/javascript.nanorc
> @@ -41,6 +43,7 @@ usr/share/nano/patch.nanorc
> usr/share/nano/perl.nanorc
> usr/share/nano/php.nanorc
> usr/share/nano/po.nanorc
> +usr/share/nano/postgresql.nanorc
> usr/share/nano/pov.nanorc
> usr/share/nano/python.nanorc
> usr/share/nano/ruby.nanorc
> diff --git a/lfs/nano b/lfs/nano
> index 4eec9c1..bf80810 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.4.1
> +VER = 2.4.2
>
> THISAPP = nano-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = nano
> -PAK_VER = 5
> +PAK_VER = 6
>
> DEPS = ""
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 1c612b478f976abf8ef926480c7a3684
> +$(DL_FILE)_MD5 = ce6968992fec4283c17984b53554168b
>
> install : $(TARGET)
>
>
The content is fine.
I merged this one since I manually edited it. Have you tried using "git
send-email"?
-Michael
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] nano: Update to 2.4.2
@ 2015-07-26 14:43 Matthias Fischer
2015-07-26 17:58 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Matthias Fischer @ 2015-07-26 14:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1824 bytes --]
Hi,
Nano: Update to 2.4.2
GIT: http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=69d4fcba20177bf3ab6d69c3e17a710d39f2b08b
From: Matthias Fischer <fischerm42(a)t-online.de>
---
diff --git a/config/rootfiles/packages/nano b/config/rootfiles/packages/nano
index 67cf060..d31753c 100644
--- a/config/rootfiles/packages/nano
+++ b/config/rootfiles/packages/nano
@@ -21,10 +21,12 @@ usr/share/nano/cmake.nanorc
usr/share/nano/css.nanorc
usr/share/nano/debian.nanorc
usr/share/nano/default.nanorc
+usr/share/nano/elisp.nanorc
usr/share/nano/fortran.nanorc
usr/share/nano/gentoo.nanorc
#usr/share/nano/go.nanorc
usr/share/nano/groff.nanorc
+usr/share/nano/guile.nanorc
usr/share/nano/html.nanorc
usr/share/nano/java.nanorc
#usr/share/nano/javascript.nanorc
@@ -41,6 +43,7 @@ usr/share/nano/patch.nanorc
usr/share/nano/perl.nanorc
usr/share/nano/php.nanorc
usr/share/nano/po.nanorc
+usr/share/nano/postgresql.nanorc
usr/share/nano/pov.nanorc
usr/share/nano/python.nanorc
usr/share/nano/ruby.nanorc
diff --git a/lfs/nano b/lfs/nano
index 4eec9c1..bf80810 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
include Config
-VER = 2.4.1
+VER = 2.4.2
THISAPP = nano-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = nano
-PAK_VER = 5
+PAK_VER = 6
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1c612b478f976abf8ef926480c7a3684
+$(DL_FILE)_MD5 = ce6968992fec4283c17984b53554168b
install : $(TARGET)
--
tails, linux, USB, CD, secure desktop, IRC, truecrypt, tor, onion
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-26 19:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <55B52967.3070503@t-online.de>
2015-07-26 19:47 ` [PATCH] nano: Update to 2.4.2 Michael Tremer
2015-07-26 14:43 Matthias Fischer
2015-07-26 17:58 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox