Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-29 | Bump 5.6.1 | Sledge Sulaweyo | |
2018-08-14 | fix messed up checksum | Sledge Sulaweyo | |
2018-07-17 | Update to 5.6.0 | Sledge Sulaweyo | |
2018-06-10 | Bump to upstream 5.4.13 | Sledge Sulaweyo | |
2018-05-23 | Add missing makedepends npm | Sledge Sulaweyo | |
2018-05-18 | Bump to 5.4.12 | Sledge Sulaweyo | |
2018-04-13 | build from github relases, update to 5.4.10 | Sledge Sulaweyo | |
2018-02-03 | Update to 5.4.6 release | Sledge Sulaweyo | |
2017-09-20 | Update to upstream 5.4.1 | sulaweyo | |
2017-09-07 | service changes to ensure service restarts on every exit code and as well ↵ | sulaweyo | |
restarts dependant services | |||
2017-09-01 | Cleanup stale lock file in opennebula.service | Georg Brunmayr | |
Fix wrong service call in opennebula-oneflow.service | |||
2017-08-24 | Service units are now a lot closer to upstream | sulaweyo | |
Logrotate and tmpfiles taken over from upstream | |||
2017-08-14 | add python2 dependency | sulaweyo | |
2017-08-13 | Upgrade to upstream version 5.4.0, dropped prebuilt gem packages - install ↵ | sulaweyo | |
command provided to pull gems | |||
2016-09-12 | Update SRCINFO | Rafael Reggiani Manzo | |
2016-09-12 | Add new contributors | Rafael Reggiani Manzo | |
Recognize all the help I got. | |||
2016-09-12 | Install onegate systemd unit | Rafael Reggiani Manzo | |
2016-09-12 | Merge pull request #7 from Ichimonji10/checksums | Rafael Reggiani Manzo | |
Sources have changed; update references to them | |||
2016-09-12 | Sources have changed; update references to them | Jeremy 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-12 | Merge pull request #5 from Ichimonji10/mysql | Rafael Reggiani Manzo | |
Support mysql by default | |||
2016-09-12 | Support mysql by default | Jeremy 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-12 | Merge pull request #6 from sulaweyo/master | Rafael Reggiani Manzo | |
Service cleanup | |||
2016-09-12 | remove execs from services that are already done in prerequisite, remove ↵ | Sledge Sulaweyo | |
mysql service unit, add onegate service unit | |||
2016-09-09 | Merge pull request #4 from Ichimonji10/comments | Rafael Reggiani Manzo | |
Drop references to self-contained install | |||
2016-09-09 | Merge pull request #3 from Ichimonji10/speed | Rafael Reggiani Manzo | |
Use all CPU cores when compiling with scons | |||
2016-09-09 | Merge pull request #2 from Ichimonji10/systemd | Rafael Reggiani Manzo | |
Fix unit references in .service files | |||
2016-09-09 | Fix unit references in .service files | Jeremy 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-09 | Use all CPU cores when compiling with scons | Jeremy 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-09 | Drop references to self-contained install | Jeremy 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-03 | Add new unit files to PKGBUILD | Rafael Reggiani Manzo | |
2016-09-03 | Add addition unit for requiring mysql | Rafael 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-03 | Merge branch 'master-sulaweyo | Rafael Reggiani Manzo | |
This adds systemd unit files for oneflow and econe. | |||
2016-07-25 | Bump to version 5.0.2 | Rafael Reggiani Manzo | |
2016-07-25 | * add oneflow and econe services | Georg Brunmayr | |
* add dependency to opennebula to sunstone service * add dependency to mysqld to opennebula | |||
2016-06-29 | Bump to 5.0.1, improve upgrade compatibility | Rafael 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-25 | Improve systemd service files | Rafael 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-27 | Add missing ruby-nokogiri dependency | Rafael Reggiani Manzo | |
2016-02-17 | Fix kvm emulator configuration | Rafael Reggiani Manzo | |
The latest versions of the emulator are at /usr/bin/qemu-system-x86_64. | |||
2016-02-17 | Create service file for sunstone | Rafael Reggiani Manzo | |
This is the second most common opennebula service. | |||
2016-02-17 | Fix one_auth file being created multiple times | Rafael Reggiani Manzo | |
This was preventing the oneadmin user of properly authenticating to opennebula. | |||
2016-02-17 | Fix postuninstall removing old folders | Rafael Reggiani Manzo | |
The folders /var/run/one and /var/lock/one have been replaced by /run/one and /run/lock/one. | |||
2016-02-17 | Fix systemd service file | Rafael Reggiani Manzo | |
2016-02-17 | Modify to systemwide installation | Rafael Reggiani Manzo | |
2016-02-17 | Create .gitignore file | Rafael Reggiani Manzo | |
It will avoid binaries to get into the tree. | |||
2016-02-17 | Create symlinks for binaries | Rafael Reggiani Manzo | |
2016-02-17 | Create required dir /var/run/one | Rafael Reggiani Manzo | |
2016-02-17 | Fix systemd service file | Rafael Reggiani Manzo | |
It was trying to perform a su which froze requiring password. | |||
2016-02-17 | Fix dependency list | Rafael Reggiani Manzo | |
There were missing commas which are not part of PKGBUILD syntax. | |||
2016-02-17 | Update post_install chwon directory list | Rafael Reggiani Manzo | |
ONE installation no longer creates files outside oneadmin home. | |||
2016-02-17 | Set oneadmin user envvars | Rafael Reggiani Manzo | |
Those enable proper working of ONE scripts. |