summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-09-09Merge pull request #3 from Ichimonji10/speedRafael Reggiani Manzo
Use all CPU cores when compiling with scons
2016-09-09Merge pull request #2 from Ichimonji10/systemdRafael Reggiani Manzo
Fix unit references in .service files
2016-09-09Fix unit references in .service filesJeremy Audet
This prevents errors like the following from being logged when e.g. `systemctl daemon-reload` is executed: Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula-mysqld.service:5] Failed to add dependency on opennebula, ignoring: Invalid argument Sep 09 16:30:33 beech systemd[1]: [/usr/lib/systemd/system/opennebula.service:4] Failed to add dependency on opennebula-mysqld, ignoring: Invalid argument
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-03Add new unit files to PKGBUILDRafael Reggiani Manzo
2016-09-03Add addition unit for requiring mysqlRafael Reggiani Manzo
This allows the default unit to not require MySQL and thus keep it minimal. On the other hand, the second one enables easier management for installations with MySQL.
2016-09-03Merge branch 'master-sulaweyoRafael Reggiani Manzo
This adds systemd unit files for oneflow and econe.
2016-07-25Bump to version 5.0.2Rafael Reggiani Manzo
2016-07-25* add oneflow and econe servicesGeorg Brunmayr
* add dependency to opennebula to sunstone service * add dependency to mysqld to opennebula
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 one_auth file being created multiple timesRafael Reggiani Manzo
This was preventing the oneadmin user of properly authenticating to opennebula.
2016-02-17Fix postuninstall removing old foldersRafael Reggiani Manzo
The folders /var/run/one and /var/lock/one have been replaced by /run/one and /run/lock/one.
2016-02-17Fix systemd service fileRafael Reggiani Manzo
2016-02-17Modify to systemwide installationRafael Reggiani Manzo
2016-02-17Create .gitignore fileRafael Reggiani Manzo
It will avoid binaries to get into the tree.
2016-02-17Create symlinks for binariesRafael Reggiani Manzo
2016-02-17Create required dir /var/run/oneRafael 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 post_install chwon directory listRafael Reggiani Manzo
ONE installation no longer creates files outside oneadmin home.
2016-02-17Set oneadmin user envvarsRafael Reggiani Manzo
Those enable proper working of ONE scripts.
2016-02-17Set oneadmin default shell to bashRafael Reggiani Manzo
This will enable setting system variables through bashrc.
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.