Commit Graph

40 Commits

Author SHA1 Message Date
Mariusz Kogen
1ac711c864 smarter wget
If for some reason make will be interrupted, wget will try to download .zip file and cause the name is taken it will download it to .zip1 which wont be recognized. This fixes it.
2022-04-15 15:26:00 -04:00
kn0wmad
82c2adbc7b Update Makefile (#1400)
Remove FE config file during a `make clean`
2022-04-15 10:57:25 -06:00
Lucy C
39a2685506 Fix/config obj list (#1351)
* remove deprecated build check

* fixed config types for object and union; cleaned up mock api fixtures

* make form object element transition times consistent and emit expand event on list object items
2022-03-23 09:39:55 -06:00
Aiden McClelland
faf0b4db6e update Makefile to use js script 2022-02-26 10:58:12 -07:00
Aiden McClelland
79e4c6880a switch base os to raspberry pi os
minor fixes

more robust
2022-02-08 09:55:39 -07:00
Lucy C
4c14ce70c6 fix circular dependency warning (#1161)
* fix circular dependency warning
2022-02-01 13:52:13 -07:00
Keagan McClelland
261eac6802 Changes to ubuntu 21.10 at the base image 2022-02-01 10:36:44 -07:00
Aiden McClelland
574539faec feat: move all frontend projects under the same Angular workspace (#1141)
* feat: move all frontend projects under the same Angular workspace

* Refactor/angular workspace (#1154)

* update frontend build steps

Co-authored-by: waterplea <alexander@inkin.ru>
Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
2022-01-31 14:01:33 -07:00
Aiden McClelland
edde478382 rename appmgr 2022-01-21 20:35:52 -07:00
Keagan McClelland
00735d3a4d make things work when NO_KEY isn't specified 2022-01-21 20:35:52 -07:00
J M
1086ce13d2 feature: Swapping to use nmcli (#1015)
The reason is that we get better errors and that we get signal strength.
Reworking all the commands to use nmcli instead.
Feat: Wifi List Available
Feat: strength sort for available
fix: Backend to match the frontend asking
feat: New get with all information
chore: Make backend changing country not for NonWire

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
2022-01-21 20:35:52 -07:00
Keagan McClelland
1a63c61ae2 adds support for no product key builds as well as chosen product key builds (#1030) 2022-01-21 20:35:52 -07:00
Aiden McClelland
071f6cec03 stability fixes 2022-01-21 20:35:52 -07:00
Keagan McClelland
9df65e12ad add gzip target 2022-01-21 20:35:52 -07:00
Keagan McClelland
24cffaacee remove erroneous dependency 2022-01-21 20:35:52 -07:00
Keagan McClelland
d5dd37b165 change relevant git files 2022-01-21 20:35:52 -07:00
Keagan McClelland
19cb09188c fix dependencies of git hash 2022-01-21 20:35:52 -07:00
Drew Ansbacher
3c9aff57e4 Update Makefile
Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
2022-01-21 20:35:52 -07:00
Drew Ansbacher
f64ee113c5 git hash makefile 2022-01-21 20:35:52 -07:00
Lucy C
c68342ee10 add system images to os build process (#620)
* update compat build and add to os build process

* copy to explicit file

* fix paths and loading input

* temp save docker images output

* add docker config file to suppress warning

* notes and first attempt of load image script

* pr fixes

* run as root, fix executable path

* wip fixes

* fix pool name and stop docker before umount

* start docker again

* reset docker fs

* remove mkdir

* load system images during embassy-init

* add utils to make build

* fix utils source

* create system-images dir as root

* cleanup

* make loading docker images datadir agnostic

* address PR feedback

* rework load images

* create shutdown channel on failed embassy-init run

* pr feedback

* fix import
2022-01-21 20:35:52 -07:00
Keagan McClelland
46f24f94e3 change random to urandom in build process 2022-01-21 20:35:52 -07:00
Aiden McClelland
516db0a3ba add submodules to makefile 2022-01-21 20:35:52 -07:00
Aiden McClelland
69382f788d instrument all the things 2022-01-21 20:35:52 -07:00
kn0wmad
36f0959bc2 Buildguide and Makefile updates (#617)
* Buildguide and Makefile updates

* Removed package-lock removal
2022-01-21 20:35:52 -07:00
Justin Miller
7fc4cb175c feat: Make the start clear
Have messaging to let user know of update complete/ failure
2022-01-21 20:35:52 -07:00
Aiden McClelland
2b2451d22f fix makefile 2022-01-21 20:35:52 -07:00
Keagan McClelland
cf4bed6620 add build scripts to embassy src 2022-01-21 20:35:52 -07:00
Aiden McClelland
f995b5a12a disable gateway timeout 2022-01-21 20:35:52 -07:00
Keagan McClelland
ed20e04586 use echo from /usr/bin 2022-01-21 20:35:52 -07:00
kn0wmad
0d237a299a Makefile fix 2022-01-21 20:35:52 -07:00
Keagan McClelland
861f6a0054 disable mocks 2022-01-21 20:35:52 -07:00
kn0wmad
33fe3e1059 Setup Scripts (#472)
* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated README

* Updated scripts/readme

* Additional Script/README updates

* Further Script updates

* BuildGuide updates

* More git fuckery

* Init commit of setup scripts

* Minor edit

* Script edit and dir rename

* Oops

* Updated scripts/readme

* Script/README updates

* Additional Script/README updates

* Script/README edits

* Copy script edit

* Copy script edit

* Filesystem script edit

* More edits

* Guide edit

* Makefile

* fixes ui build scripts to use submodules (#546)

* fix product key generation

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
2022-01-21 20:35:52 -07:00
Mariusz Kogen
7f9f942eb1 🛠️ Adding BuildGuide branch for the ease of use (#252)
* Create BuildGuide.md

* bug fixes

* Update BuildGuide.md

* Update make_image.sh

* Update BuildGuide.md

* Update make_image.sh

additional improvements and "done" message added. Thanks @k0gen!

* Update BuildGuide.md

Added intro notes and made minor adjustments to the guide.

* Update setup.sh

Required adjustments to prevent reboot when following BuildGuide.md

* Update BuildGuide.md

Improvements to final setup steps

* bug fix

additional improvements and "done" message added. Thanks @k0gen!

* Update Makefile

Changes to facilitate building process when using the BuildGuide

* Update BuildGuide.md

Avoiding manual changes to Makefile and cleaning up step 7

* Update BuildGuide.md

Switching from sftp to cp for one line command simplification

* Update BuildGuide.md

Simplified method of transferring .img to desktop. Thanks @k0gen!

* Update BuildGuide.md

update to latest openssl https://www.openssl.org/news/openssl-1.1.1-notes.html

* Update BuildGuide.md

Simplified step 6 and added new required dependency

* Update BuildGuide.md

Added hint on how to check `agent` log

* Update setup.sh

Added missing dependency

* Update BuildGuide.md

Simplified step 6

* Simplifying Rust installation

One line install, reboot is no longer needed.

* make_image.sh +x 

Make it executable before running

* Step no longer needed

chmod +x done by Makefile

* Update BuildGuide.md

Added dependency for Rust setup

* Adding BuildGuide branch for the ease of use

* Forgot about the guide file :)

* Update BuildGuide.md

apt -y by default and some environment add-ons

Co-authored-by: Tommy Smith <63304263+t0mmysm1th@users.noreply.github.com>
2021-03-29 14:21:01 -06:00
Aiden McClelland
626943f98c gnu 2020-12-24 08:05:31 -07:00
Aiden McClelland
3a4270bc85 run make_image.sh as root 2020-12-24 08:05:31 -07:00
Aiden McClelland
2f6bd4b1b6 make image 2020-12-24 08:05:31 -07:00
Keagan McClelland
308a78de37 fixes issues in appmgr makefile 2020-12-11 11:29:21 -07:00
Keagan McClelland
26cf4ea418 fix Makefile 2020-12-08 12:22:57 -07:00
Keagan McClelland
ba0b5a5349 fixes agent build process in Makefile 2020-12-01 13:56:36 -07:00
Aiden McClelland
95d3845906 0.2.5 initial commit
Makefile incomplete
2020-11-23 13:44:28 -07:00