summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-17Gen source info from last commit.Chris Fordham
2019-10-17Bump to 19.2, do not use $startdir.Chris Fordham
2019-05-28[v19.1-2] Take flaccid's updates into accountÉtienne Lafarge
Namely: - lists are alphabetically sorted - we leverage pushd/popd in our scripts - the six dependency has been added, it seems to be required: https://git.launchpad.net/cloud-init/tree/requirements.txt (note: it also seems that argparse isn't needed, however, I found some uses of it in the codebase and didn't dare removing it)
2019-05-28Add a .gitignore fileÉtienne Lafarge
2019-05-28Fix missing .SRCINFOÉtienne Lafarge
2019-05-28Update to cloud-init 19.1 releaseConrad Hoffmann
2019-05-28Remove obsolete dependenciesConrad Hoffmann
Several packages listed as dependencies are no longer needed. Cheetah is still potentially used, but certainly optional. Seems to only be used if the user specifically supplies Cheetah templates. Error handling is implemented if cloud-init needs cheetah but cannot find it, so optional dependency is good enough.
2019-05-28Update cloud-init configConrad Hoffmann
Default to user "arch" getting created with sudo capabilities. This user will also have the SSH keys installed that get passed in from AWS or other data sources.
2019-05-28Use Python 3 instead of Python 2Conrad Hoffmann
Requires switching from the original cheetah to the cheetah3 fork, which is only available in AUR. Also, ditch oauth dependency, looks like cloud-init only imports oauthlib.
2019-02-12[v18.5-3] Add missing dependenciesÉtienne Lafarge
As noted by antoinemartin, pkgconf is required during the build phase for systemd units to be dropped in the appropriate folder. Also, cloud-init requires dhclient as stated here: https://github.com/cloud-init/cloud-init/blob/ad170db966492e845b9dc23346cc7297e8a99032/cloudinit/net/dhcp.py#L127 This runtime dependency has also been added.
2019-02-07v18.5-2 (update .SRCINFO)Étienne Lafarge
2019-02-03v18.5-1Étienne Lafarge
2018-04-0218.2-1kpcyrd
2018-02-27v18.1-1kpcyrd
2018-02-19v17.2-5kpcyrd
2018-02-18v17.2-4kpcyrd
2018-02-18v17.2-3kpcyrd
2018-02-18v17.2-2kpcyrd
2018-02-18v17.2-1kpcyrd
2018-01-06Import from official repositoriesBartłomiej Piotrowski