summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-13For the ARM porting story: add copying a package list with arch-specific ↵Daniil Baturin
packages to the build-flavour script. Right now it only includes grub-pc.
2016-03-04Factor out dependency checking functions to its own class (ref T9).Daniil Baturin
2016-03-04Merge pull request #2 from higebu/qemu-imageDaniil Baturin
Add qemu image build scripts
2016-03-04Add qemu image build scriptsYuya Kusakabe
2016-03-03Fix typo in the configure script.Daniil Baturin
2016-03-03After build, create a properly named symlink to the ISO (ref T8).Daniil Baturin
This is important for nightly builds, and handy for release builds.
2016-03-03Adjust build-flavour script to use new json-query script.Daniil Baturin
2016-03-03Rename query-config to query-json to reflect its new role.Daniil Baturin
2016-03-03Make the query-config scripts more generic, it requires JSON file name now.Daniil Baturin
2016-02-18Merge pull request #1 from trickv/errorhandlingDaniil Baturin
Enable handling of errors within .ONESHELL targets
2016-02-18silently enable error mode in shellPatrick van Staveren
2016-02-18Handle errors from subscripts.Patrick van Staveren
Makefile .ONESHELL mode means that individual line exit codes aren't evaluated, only the final return code from the shell, which will always be zero. This makes it break earlier when a subscript returns non-zero. Maybe we shouldn't be using make? ;)
2016-02-10Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-10Force all lb-config mirror options to debian_mirror from the build config.Daniil Baturin
2016-02-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen
2016-02-08Revert "Add libpam-systemd package to cleanly close ssh sessions."Kim Hagen
This reverts commit d414a3742ae9c257710b612419435791a31dc162.
2016-02-08Add libpam-systemd package to cleanly close ssh sessions.Kim Hagen
2016-02-06Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-06Add the kernel package as a submodule.Daniil Baturin
2016-02-05Add binary hook for backwards compatibility and a hook that creates symlinks ↵Kim Hagen
for vmlinuz and initrd.img.
2016-02-05Add post install script that will be used by squeeze versions of vyatta/vyos.Kim Hagen
2016-02-03Fix some dates.Daniil Baturin
2016-02-03Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-03Add a script for copying various files to the build config dir depending on ↵Daniil Baturin
build flavour.
2016-02-03Add a script for extracting field values from the build config,Daniil Baturin
for use in shell scripts and the like.
2016-02-03Add hook that prevent services from starting at boot.Kim Hagen
2016-02-03Removed fuse.conf file, will be generated in hooksKim Hagen
2016-02-03Add hooks or live-build.Kim Hagen
2016-02-03Add kernel version to lb config.Kim Hagen
2016-02-02Add some more useful stuff to the utils package list.Daniil Baturin
2016-02-01Add vyos-world to the base packagelist.Daniil Baturin
2016-02-01Add vyos-world as a submodule.Daniil Baturin
2016-02-01Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-02-01Add grub2 to base package list, is needed for installs.Kim Hagen
2016-01-29Remove the "build successful" message for now.Daniil Baturin
Apparently live-build doesn't return $?>0 correctly for certain failures, which may lead to misleading success message when the build in fact had failed.
2016-01-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-01-26Add a build step for generating version files.Daniil Baturin
2016-01-26Add support for --build-type and --version options to configure script.Daniil Baturin
Image version will now be passed in configure option. As a collateral damage, add support for options without default values.
2016-01-26Add a configure option for selecting build type (release vs dev).Daniil Baturin
2016-01-26add extra linux cmdline optionsKim Hagen
2016-01-24Add VyOS package repo, hardcoded for now.Daniil Baturin
This will be a configure option eventually.
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.
2015-12-26Make the config existence check scripts try to actually load the JSON.Daniil Baturin
2015-12-26Add license headers to scripts.Daniil Baturin
Some people rightfully complained about their absense already.
2015-12-25Initial support for pbuilder.Daniil Baturin
Note: pbuilder --create does not work well with relative build path, base.tgz creation fails. This led to the build_dir path being absolute. Perhaps we should make it more granular and only use absolute paths for pbuilder options.
2015-12-24Add configure script support for Debian mirror options.Daniil Baturin
2015-12-24Make the configure script create the build/ dir if it doesn't exist.Daniil Baturin
2015-12-24Add sudo to required packages, since we use it in scripts.Daniil Baturin
Using sudo from scripts may be objectionable, but I don't see any alternatives for things that do chroot.
2015-12-21Add packages written specifically for VyOS as submodules.Daniil Baturin
Excluded: Quagga (ideally, we should merge the vyatta changes into upstream). Kernel and openvmtools (better built separately). Firmware (better switch to upstream perhaps). Everything that we used to build just because squeeze had it very outdated.
2015-12-20Some history and branch information in the README.Daniil Baturin