Package Details: openshift-origin-git 1.0.0-13

Git Clone URL: https://aur.archlinux.org/openshift-origin-git.git (read-only, click to copy)
Package Base: openshift-origin-git
Description: OpenShift Origin is a platform for developing, building, and deploying containerized applications. See https://docs.openshift.org/latest for more on running OpenShift Origin.
Upstream URL: https://github.com/openshift/origin
Keywords: oc openshift
Licenses: Apache
Conflicts: openshift
Provides: openshift
Submitter: drejmar
Maintainer: None
Last Packager: drejmar
Votes: 2
Popularity: 0.000000
First Submitted: 2016-06-20 07:34 (UTC)
Last Updated: 2017-11-04 18:10 (UTC)

Latest Comments

drejmar commented on 2018-03-08 08:54 (UTC)

@slamp Thank you for providing the workaround .

slamp commented on 2018-03-07 16:14 (UTC)

I got the following error [FATAL] Detected Go version: go version go1.10 linux/amd64. [FATAL] Origin builds require Go version 1.7 or greater. [ERROR] PID 17674: hack/lib/build/binaries.sh:152: (os::build::internal::build_binaries "${binaries[@]+"${binaries[@]}"}" ) exited with status 1.

It is due to the fact that im using go version go1.10 and the syntax of go version changed.

As workaround I did the following: export TRAVIS=true && makepkg

drejmar commented on 2017-07-13 18:30 (UTC)

This package builds binaries from source code. It is not tied to a specific release on GitHub. I try to update it after major releases on GitHub, but sometimes I forget, so please remind me. Although the version of this package is 1.0.0, it will build from the latest code. Reinstalling this package would rebuild it from the latest code. It's a good idea to make an update after a major release, so that users don't run an outdated version. If you want to have binaries that correspond to the latest release, that is a job for another package, for example openshift-origin-bin. The version of that package should correspond to the version of the latest release on GitHub. The benefit of such package is, that you just download the binary and don't have to build it from source. You can make such a package yourself or ask me to. Personally I just download a release from GitHub and extract it to some location that is in PATH before /usr/bin if I want to run a specific version.

royce_ranger commented on 2017-07-13 00:27 (UTC)

Any plans to update this to origin 1.5/openshift 3.5?

drejmar commented on 2017-06-28 01:57 (UTC)

Thanks for your feedback! This package has dependency on "docker" which in turn has make dependency on "go". Did you have trouble building this package without "go"? Do I need to make dependency on "go" explicit?

derektbrown commented on 2017-06-25 22:12 (UTC)

Package also requires "go"