15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3842e98e11 | |||
| bc883deed4 | |||
| b87099bd3a | |||
| c37f49a170 | |||
| 65c77e1d3f | |||
| 20f675c280 | |||
| 77aabcc7d6 | |||
| 098a5f2a80 | |||
| e68d4eb83b | |||
| 57711ab58d | |||
| 91fca8e791 | |||
| 37dbe0a32f | |||
| 3110d4b764 | |||
| 64e7338bed | |||
| f5ab24d344 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 3842e98e11 |
pkg-manager.sh: Re-add pkg-manager.sh
pkg-manager.sh is needed by rollout cronjob, so re-add it. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bc883deed4 |
Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running "make clean all" inside jw-build. packaging jw-devtest. This cuts the repo down from 24077 to 4725 lines of code. The idea is to 1) Further remove bloat from the remaining bits 2) Re-add what's necessary to build and package other essential repos. The decision should be based on whether or not jw-build can also be useful in a non-janware context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b87099bd3a |
pkg-manager.sh: Remove eval from shell commands
Installing packages breaks with eval, because it removes quotes, notably around perl(XYZ) capabilities. Works just as well without eval, remove it Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c37f49a170 |
project.conf + pkg-manager.sh: Add support for raspbian
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 65c77e1d3f |
pkg-manager.sh: Cut -tumbleweed off $ID for platform identification
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 20f675c280 |
make, scripts: Fix CentOS 7 build
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 77aabcc7d6 |
get-os.sh, pkg-manager.sh: Add dependencies for Ubuntu
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 098a5f2a80 |
topdir.mk, pkg-manager.sh: Add archlinux package dependencies
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e68d4eb83b |
make, scripts: Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 57711ab58d |
[projects|projs]-dirs.mk: Fix chroot pkg-install-prereq-build
Make pkg-install-prereq-build work in chroot environment. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 91fca8e791 |
pkg-manager.sh: Add -y support to command refresh
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 37dbe0a32f |
pkg-manager.sh: Circumvent more checks for install -y
zypper --non-interactive --gpg-auto-import-keys in --force-resolution --auto-agree-with-licenses Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 3110d4b764 |
pkg-manager.sh: Add command refresh
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 64e7338bed |
projects-dir.mk: Support non-interactive install-prereq-build
Support non-interactive install-prereq-build Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5ab24d344 |
projects-dir.mk: Add install-prereq-build
Add a target to pull in all prerequisites needed for building via the package manager. Signed-off-by: Jan Lindemann <jan@janware.com> |