]> git.pld-linux.org Git - packages/gitlab-runner.git/commitdiff
new, version 1.1.0
authorElan Ruusamäe <glen@delfi.ee>
Thu, 31 Mar 2016 17:28:56 +0000 (20:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 31 Mar 2016 17:28:56 +0000 (20:28 +0300)
gitlab-ci-multi-runner.spec [new file with mode: 0644]

diff --git a/gitlab-ci-multi-runner.spec b/gitlab-ci-multi-runner.spec
new file mode 100644 (file)
index 0000000..543a5da
--- /dev/null
@@ -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
This page took 0.081335 seconds and 4 git commands to generate.