summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-07-12Update to 3.15Jan Cholasta
2019-05-22Update to 3.13Maikel Wever
2019-04-05Merge branch 'monstermunchkin-v3.12'Maikel Wever
2019-04-05Update to v3.12Thomas Hipp
2019-03-13Update to 3.11Maikel Wever
2019-02-13Merge pull request #23 from jheyens/masterMaikel Wever
Update to 3.10 and update PR template
2019-02-13Update PULL_REQUEST_TEMPLATE since mksrcinfo is deprecatedJens Heyens
2019-02-13Update to v3.10Jens Heyens
2019-01-24Merge pull request #22 from monstermunchkin/v3.9Maikel Wever
Update to v3.9
2019-01-09Update to v3.9Thomas Hipp
2018-12-17Update srcinfoMaikel Wever
2018-12-17Export GOPATH in build step as wellMaikel Wever
2018-12-14Fix some typosMaikel Wever
2018-12-14Forgot to regenerate srcinfoMaikel 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-27Merge branch 'sudoBash418-master'Maikel Wever
2018-11-16Bump to v3.7sudoBash418
2018-09-13Merge pull request #16 from monstermunchkin/masterMaikel Wever
Upgrade to v3.5
2018-09-13Upgrade to v3.5Thomas Hipp
2018-08-22Merge pull request #15 from monstermunchkin/patch-1Maikel Wever
Depend on dqlite, not dqlite-git
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-17Merge branch 'pa314159-master'Maikel Wever
2018-08-16upgraded to 3.4pappy
2018-08-10Bumping pkgrel just in caseMaikel Wever
2018-08-10Merge pull request #13 from emaballarin/masterMaikel Wever
Fix bugs introduced with post-v.3.3 updates to LXC codebase
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 pull request #9 from edacval/masterMaikel Wever
Fix typo in lxd.socket
2018-08-03Merge branch 'master' into masterMaikel Wever
2018-07-28Merge pull request #10 from sudoBash418/masterMaikel Wever
Bump to lxd 3.3
2018-07-27Bump to lxd 3.3sudoBash418
2018-05-23Fix typoEdvinas Valatka
2018-05-22Update to v3.1Maikel Wever
2018-04-03Merge pull request #7 from TBK145/masterMaikel Wever
Update to lxd 3.0.0
2018-04-03Update to lxd 3.0.0Thijs Klaver
2018-02-24Merge pull request #6 from aimileus/file-process-limitsMaikel Wever
lxd - update file/process limits
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-09Merge pull request #4 from aimileus/go-pieMaikel Wever
Build with go-pie
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-05Merge pull request #3 from aimileus/socket-activationMaikel Wever
Add lxd.socket for on-demand activation
2018-02-05Add lxd.socket for on-demand activationEmiel Wiedijk