GNU bug report logs -
#58652
Creating home-emacs-service-type
Previous Next
Reported by: Zain Jabbar <zaijab2000 <at> gmail.com>
Date: Thu, 20 Oct 2022 02:41:03 UTC
Severity: normal
Tags: moreinfo, patch
Merged with 58693
Done: "(" <paren <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 58652 <at> debbugs.gnu.org (full text, mbox):
Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at> writes:
> Am Donnerstag, dem 20.10.2022 um 11:30 -1000 schrieb Zain Jabbar:
>> Aloha All,
>>
>> Thank you for your input.
>>
>> > Note that you reverted the patch direction.
>>
>> Please forgive me for that. Is it possible to explain what I did
>> wrong? I will outline my steps to help you figure out what I did
>> incorrectly.
>>
>> 1. I cloned the repo
>> 2. Used =guix shell -D guix=
>> 3. Ran =./bootstrap=
>> 4. Ran =./configure --localstatedir=/var=
>> 5. Ran =make && make check=. By the way, my =make check= had a failed
>> test, I don't know if that was expected.
>> 6. Made some commits
>> 7. I used =git diff HEAD origin/HEAD > my-guix-patch.patch=.
>>
>> I might have messed around too much in my cloned repo, throwing
>> something off.
> Instead of 6+7, write a single commit and use =git format-patch=.
>
> You can of course do multi-patch series, but this feature seems not to
> be one that requires that. Always clean up your commit log after a
> hacking session ;)
I personally find it really easy to use git send-email. :)
Assuming you are in the guix git directory, then this command will send
the latest commit as a patch to the guix-patches email list.
#+BEGIN_SRC sh
git send-email --to='guix-patches <at> gnu.org' \
--cc='efraim <at> flashner.co.il' \
--subject-prefix='Patch staging ' --annotate HEAD^
#+END_SRC
This website will walk you through setting up git send email.
https://git-send-email.io/
This bug report was last modified 2 years and 53 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.