summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-09-12Add new contributorsRafael Reggiani Manzo
Recognize all the help I got.
2016-09-12Install onegate systemd unitRafael Reggiani Manzo
2016-09-12Merge pull request #7 from Ichimonji10/checksumsRafael Reggiani Manzo
Sources have changed; update references to them
2016-09-12Sources have changed; update references to themJeremy Audet
`opennebula-mysqld.service` has been dropped from the array of source files, and several other unit files have been updated. Drop all references to the `opennebula-mysqld.service` file, and update the checksums for the other source files.
2016-09-12Support mysql by defaultJeremy Audet
The official documentation strongly suggests that users use mysql or mariadb instead of sqlite. Consequently, it's likely that opennebula users will attempt to do so, and will be frustrated if support is unavailable. In my opinion, it's sensible to support this common use case out of the box. Add libmariadbclient to `makedepends`.
2016-09-12remove execs from services that are already done in prerequisite, remove ↵Sledge Sulaweyo
mysql service unit, add onegate service unit
2016-09-09Merge pull request #4 from Ichimonji10/commentsRafael Reggiani Manzo
Drop references to self-contained install
2016-09-09Use all CPU cores when compiling with sconsJeremy Audet
`nproc` is provided by core/coreutils, and is therefore assumed to be present. (Scons doesn't seem to care about the `MAKEFLAGS` setting in `/etc/makepkg.conf`.)
2016-09-09Drop references to self-contained installJeremy Audet
The comments in `build()` state that a self-contained install is performed. However, this does not appear to be true. According to the official documentation, a self-contained installation is only done if the `-d` option is passed to `install.sh`; otherwise, a system-wide installation is performed. See: http://docs.opennebula.org/5.0/integration/references/compile.html
2016-09-03Add new unit files to PKGBUILDRafael Reggiani Manzo
2016-07-25Bump to version 5.0.2Rafael Reggiani Manzo
2016-06-29Bump to 5.0.1, improve upgrade compatibilityRafael Reggiani Manzo
The previous build was not taking advantage of the PKBUILD backup structure in order to avoid configuration ovewrite causing some configurations to get missing depending on the build host.
2016-05-25Improve systemd service filesRafael Reggiani Manzo
Now they take care of creating run and lock dirs as well as only getting up after other basic required network services. Thanks to sulaweyo at AUR comments.
2016-02-27Add missing ruby-nokogiri dependencyRafael Reggiani Manzo
2016-02-17Fix kvm emulator configurationRafael Reggiani Manzo
The latest versions of the emulator are at /usr/bin/qemu-system-x86_64.
2016-02-17Create service file for sunstoneRafael Reggiani Manzo
This is the second most common opennebula service.
2016-02-17Fix systemd service fileRafael Reggiani Manzo
2016-02-17Modify to systemwide installationRafael Reggiani Manzo
2016-02-17Create symlinks for binariesRafael Reggiani Manzo
2016-02-17Fix systemd service fileRafael Reggiani Manzo
It was trying to perform a su which froze requiring password.
2016-02-17Fix dependency listRafael Reggiani Manzo
There were missing commas which are not part of PKGBUILD syntax.
2016-02-17Update dependenciesRafael Reggiani Manzo
The ruby-opennebula has been bumped and sunstone dependencies have been added.
2016-02-17Bump versionRafael Reggiani Manzo
2016-02-17Change package maintainerRafael Reggiani Manzo
The previous maintainer was contacted and agreed with this.
2016-02-17Import original PACKAGE from AUR3Rafael Reggiani Manzo
This is a good starting point.