summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2019-10-03update to 3.18brokenpip3
2019-09-11Add missing dependency lxcfsKasei Wang
lxcfs can provide correct /proc/cpuinfo and many other /proc resources for containers.
2019-09-06update to version 3.17brokenpip3
2019-09-06Use a release tarball instead of a git tag (#27)nightuser
* Use the release tarball instead of git tag Fixes building after changes in dependencies. See https://github.com/lxc/lxd/issues/6137 for details. * Update .SRCINFO * Add blank lines to PKGBUILD * Rename patch remove_deps * Add nightuser as a contributor * Remove unnecessary patch
2019-08-21Fix buildMaikel Wever
2019-08-21Update to 3.16Jack O'Sullivan
2019-07-12Update to 3.15Jan Cholasta
2019-05-22Update to 3.13Maikel Wever
2019-04-05Update to v3.12Thomas Hipp
2019-03-13Update to 3.11Maikel Wever
2019-02-13Update to v3.10Jens Heyens
2019-01-09Update to v3.9Thomas Hipp
2018-12-17Export GOPATH in build step as wellMaikel Wever
2018-12-14Fix some typosMaikel Wever
2018-12-14Rebase on lxd-git. Update to 3.8Maikel Wever
Checkout the specified version to pin LXD. Updated to 3.8. Build dqlite inline to avoid annoying dependencies.
2018-11-16Bump to v3.7sudoBash418
2018-09-13Upgrade to v3.5Thomas Hipp
2018-08-22Depend on dqlite, not dqlite-gitThomas Hipp
LXD should depend on a pinned version of dqlite, not the git master. And since dqlite-git provides dqlite, a user can still use the git master if he/she wishes.
2018-08-16upgraded to 3.4pappy
2018-08-10Bumping pkgrel just in caseMaikel Wever
2018-08-07Relying on dqlite-git as a dependencyEmanuele Ballarin
2018-08-06Removing fix for xattr.h as fixed upstreamEmanuele Ballarin
2018-08-05Add preliminary check for xattr library complianceEmanuele Ballarin
This addition makes the build script more robust in the case of a legacy-compliant xattr library, allowing a successful build.
2018-08-04Fixing comments to fixesEmanuele Ballarin
2018-08-04Added missing sed dependencyEmanuele Ballarin
2018-08-04Fix bugs introduced with v. 3.3Emanuele Ballarin
Nominally: - `Missing custom libsqlite3, run "make deps" to setup.` - `shared/idmap/shift_linux.go:29:10: fatal error: attr/xattr.h: No such file or directory`
2018-08-04Add new LXC/LXD dependencyEmanuele Ballarin
File required is: xattr.h
2018-08-04Fixed missing dollarsignsEmanuele Ballarin
2018-08-04Try to fix error related to libsqlite3 (2)Emanuele Ballarin
Additional fixes.
2018-08-04Try to fix error related to libsqlite3Emanuele Ballarin
As reported on the AUR: - DasLeo commented on 2018-08-04 09:42 - kajoqaq1 commented on 2018-08-03 15:54
2018-08-03Merge branch 'master' into masterMaikel Wever
2018-07-27Bump to lxd 3.3sudoBash418
2018-05-23Fix typoEdvinas Valatka
2018-05-22Update to v3.1Maikel Wever
2018-04-03Update to lxd 3.0.0Thijs Klaver
2018-02-24lxd - bump pkgrelEmiel Wiedijk
2018-02-24lxd - update file/process limitsEmiel Wiedijk
The lxd package currently uses, the default file descriptor limit (1024). This reduce the usefullness of this package if users want to run larger containers. The Arch Linux wiki suggests to remove this limits. The ubuntu package also ships with much higher limits, than the defaults. I updated this package to match the Ubuntu defaults.
2018-02-07Build with go-pieEmiel Wiedijk
Packages in the official repositories were recently rebuild with go-pie. This enables PIE build mode by default. This changes lxd to build with go-pie by default. I didn't test it thourghly, but after restarting lxd.service and creating a container it seemed to work.
2018-02-05Add lxd.socket for on-demand activationEmiel Wiedijk
2018-01-08Drop -userns deps as ARCH kernel supports nowGeorge Fan
2017-12-22Update to 2.21Maikel Wever
2017-12-17Update sums, include pull request templateMaikel Wever
2017-12-17Upgraded to 2.20Alejandro Perez
Also included sqlite3 dependency Signed-off-by: Alejandro Perez <alex@um.es>
2017-10-24Updated to 2.19, also fix bash completion issueMaikel Wever
2017-10-16Apply fix from @ronalde, update to 2.18Maikel Wever
2017-09-04Fix dnsmasq and update to 2.17Maikel Wever
2017-07-31Update to 2.16Maikel Wever
2017-06-02Update to 2.14Maikel Wever
2017-05-11Update to 2.13Maikel Wever
2017-04-14Fix new go version building, update to 2.12Maikel Wever