unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: help-guix <help-guix@gnu.org>
Subject: Manifest to run git-webkit, when contributing patches to Webkit
Date: Sun, 26 Mar 2023 22:47:49 -0400	[thread overview]
Message-ID: <87lejiq59m.fsf@gmail.com> (raw)

Hello,

Having spent some time trying to use their 'git-webkit' script to submit
guix-related work, I thought I'd share what worked:

--8<---------------cut here---------------start------------->8---
~/src/WebKit$ guix shell -m git-webkit-manifest.scm --
Tools/Scripts/git-webkit setup
--8<---------------cut here---------------end--------------->8---

Then

--8<---------------cut here---------------start------------->8---
guix shell -m git-webkit-manifest.scm -- Tools/Scripts/git-webkit pull-request
--8<---------------cut here---------------end--------------->8---

Where git-webkit-manifest.scm contains:

--8<---------------cut here---------------start------------->8---
(setenv "DISABLE_WEBKITCOREPY_AUTOINSTALLER" "1")

(packages->manifest
 (map specification->package
      (list
       "python"
       "python-certifi"
       "python-mock"
       "python-chardet"
       "python-dateutil"
       "python-entrypoints"
       "python-idna"
       "python-packaging"
       "python-pyparsing"
       "python-requests"
       "python-setuptools-scm"
       "python-socks"
       "python-six"
       "python-tblib"
       "python-urllib3"
       "python-wheel"
       "python-whichcraft"
       "python-xmltodict"
       "python-jeepney"
       "python-cffi"
       "python-cryptography"
       "python-secretstorage"
       "python-keyring")))
--8<---------------cut here---------------end--------------->8---

Their contribution process is documented at
https://webkit.org/contributing-code/#setting-up-a-checkout.

I hope that helps someone else (or myself in the future).

-- 
Thanks,
Maxim


                 reply	other threads:[~2023-03-27  2:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87lejiq59m.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=help-guix@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).