From: Mathieu Othacehe <m.othacehe@gmail.com>
To: 38827@debbugs.gnu.org
Cc: r.majd@pantherx.org
Subject: [bug#38827] [PATCH] gnu: Add gitlab-runner.
Date: Tue, 31 Dec 2019 12:06:36 +0100 [thread overview]
Message-ID: <87imlwsqir.fsf@gmail.com> (raw)
In-Reply-To: <20191231091757.69869-1-r.majd@pantherx.org>
Hello!
> +;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org>
You are a bit early :)
> +(define-public gitlab-runner
> + (package
> + (name "gitlab-runner")
> + (version "12.6.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v"
> + version "/gitlab-runner-v" version ".tar.gz"))
> + (sha256 (base32 "1gb3mflz57niyyn4kj5l4m1g2sa2w4cn8gig5dfr04ns9w9kj8jr"))))
Those lines are above the column limit.
> + (build-system go-build-system)
> + (arguments '(#:import-path "gitlab.com/gitlab-org/gitlab-runner"))
> + (home-page "https://docs.gitlab.com/runner/")
> + (synopsis "GitLab Runner")
> + (description "GitLab Runner is the open source project that is used
> +to run your jobs and send the results back to GitLab.")
No need to mention it is open source, otherwise, it wouldn't be
here. You could also elaborate a bit.
Could you send an updated version ?
Thanks,
Mathieu
next prev parent reply other threads:[~2019-12-31 11:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-31 9:17 [bug#38827] [PATCH] gnu: Add gitlab-runner Reza Alizadeh Majd
2019-12-31 11:06 ` Mathieu Othacehe [this message]
2019-12-31 13:21 ` Reza Alizadeh Majd
2019-12-31 13:42 ` Mathieu Othacehe
2019-12-31 15:48 ` Reza Alizadeh Majd
2019-12-31 16:09 ` Mathieu Othacehe
2019-12-31 23:54 ` Ludovic Courtès
2020-01-01 12:20 ` Efraim Flashner
2020-01-01 18:58 ` Mathieu Othacehe
2020-01-01 23:22 ` r.majd
2019-12-31 16:09 ` bug#38827: " Mathieu Othacehe
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=87imlwsqir.fsf@gmail.com \
--to=m.othacehe@gmail.com \
--cc=38827@debbugs.gnu.org \
--cc=r.majd@pantherx.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.
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.