[packages/gitlab-ci-multi-runner] new, version 1.1.0

glen glen at pld-linux.org
Thu Mar 31 19:29:20 CEST 2016


commit c5c6476dd32a62fd1dbecfe8c7dab0342ff82f4f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Mar 31 20:28:56 2016 +0300

    new, version 1.1.0

 gitlab-ci-multi-runner.spec | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
---
diff --git a/gitlab-ci-multi-runner.spec b/gitlab-ci-multi-runner.spec
new file mode 100644
index 0000000..543a5da
--- /dev/null
+++ b/gitlab-ci-multi-runner.spec
@@ -0,0 +1,37 @@
+Summary:	The official GitLab CI runner written in Go
+Name:		gitlab-ci-multi-runner
+Version:	1.1.0
+Release:	0.1
+License:	GPL v3
+Group:		Development/Building
+Source0:	https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v%{version}&/%{name}-%{version}.tar.gz
+# Source0-md5:	4145931bc59d40e32df6ee24e15a19d3
+URL:		https://gitlab.com/gitlab-org/gitlab-ci-multi-runner
+BuildRequires:	git-core
+BuildRequires:	golang
+Requires:	ca-certificates
+Requires:	curl
+Requires:	git-core
+Requires:	tar
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the official GitLab Runner written in Go. It runs tests and
+sends the results to GitLab. GitLab CI is the open-source continuous
+integration service included with GitLab that coordinates the testing.
+
+%prep
+%setup -qc
+mv gitlab-ci-multi-runner-*/{.??*,*} .
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CHANGELOG.md
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ci-multi-runner.git/commitdiff/c5c6476dd32a62fd1dbecfe8c7dab0342ff82f4f



More information about the pld-cvs-commit mailing list