Commit Graph

  • d138593926
    Merge pull request #106 from newtonick/correct-build-bash-loop-ext-chars main 0.8.7 Nick Klockenga 2026-03-05 13:48:11 -0500
  • df8c0fd903
    in the event of failure of the extract_characters_from_babel_mo.py script. Log the error and move on Nick Klockenga 2026-03-04 23:39:43 -0500
  • 7f1faf39c3
    update for loop around extract_characters_from_babel_mo.py script to only pass in locale instead of a full filepath. Nick Klockenga 2026-03-04 23:32:36 -0500
  • 2bca43f251
    Merge pull request #98 from newtonick/slim-fonts Nick Klockenga 2026-03-04 22:00:33 -0500
  • a731fc0831
    Merge pull request #105 from FractalEncrypt/docs/windows-powershell-build Nick Klockenga 2026-02-16 11:23:41 -0500
  • a7b7415995 docs: clarify PowerShell build prerequisites DESKTOP-T5BQ2UA\FractalEncrypt 2026-02-02 07:29:02 -0500
  • 08c052d9e8
    Merge pull request #99 from kdmukai/patch-2 Nick Klockenga 2025-12-09 14:42:40 -0500
  • f581cf6ea9
    [docs update] Add note to update submodules kdmukai 2025-12-03 20:29:14 -0600
  • a5dc1dde69
    Changes: - create compile_translations_and_fonts function - move existing create virtual env to compile translation files to this new function - add steps in compile_translations_and_fonts to slim down the foreign language fonts to only include required characters Nick Klockenga 2025-10-27 14:15:18 -0400
  • a64d7f97c0
    Merge pull request #97 from newtonick/disk-img-size-increase-50m Nick Klockenga 2025-10-22 16:32:14 -0400
  • 5a57d0ace5
    increase disk image size to 50 MB from 45 MB to solve CI/CD issues. Can be lowered later if needed once font/translation optimizations are in place. Nick Klockenga 2025-10-22 16:29:12 -0400
  • ecb2d4aec4
    bump all images from 45MB toi 50MB test-img-size-increase Nick Klockenga 2025-10-22 09:02:12 -0400
  • b0f2d22269
    Merge pull request #91 from alvroble/feature/libraqm Nick Klockenga 2025-09-02 14:49:37 -0400
  • 497d9aba6a
    Update libraqm to 0.10.3 alvroble 2025-08-30 22:31:13 +0200
  • d96ff15201
    Add libraqm to PYTHON_PILLOW_DEPENDENCIES alvroble 2025-08-30 21:57:16 +0200
  • dff04b2d6d
    Add libraqm to pi0, pi02w, pi2, pi4 and dev builds alvroble 2025-06-09 16:28:59 +0200
  • 2cf64d4efa
    Add libraqm as external package alvroble 2025-08-30 16:45:22 +0200
  • 46fe42d5bd
    Merge pull request #95 from newtonick/pillow-external-package Nick Klockenga 2025-08-29 15:48:05 -0400
  • 5ebc7fb3f8
    Merge pull request #94 from newtonick/buildroot-upgrade-2024.11.x Nick Klockenga 2025-08-29 15:47:51 -0400
  • a7483dab67
    switch from using buildroot standard pillow package to an external pillow package. Also moving to version 10.3.0 Nick Klockenga 2025-07-09 21:25:14 -0400
  • 91a0a36734
    add openssl package for hashlib pbkdf2_hmac support Nick Klockenga 2025-07-09 11:24:25 -0400
  • c06adea411
    Merge pull request #92 from newtonick/add-translation-compile Nick Klockenga 2025-07-08 14:07:15 -0400
  • 49aa8969bc
    updated buildroot submodule and related build scripts Nick Klockenga 2025-07-08 14:05:42 -0400
  • 8ef5791ca7
    correct left in exit command while debuging Nick Klockenga 2025-06-22 14:52:01 -0400
  • 8a2fa1819d
    add build.sh steps to compile mo translations files from po files Nick Klockenga 2025-06-22 14:50:27 -0400
  • 062d1deca2
    Merge pull request #89 from newtonick/disk-img-l10n-support 0.8.6 Nick Klockenga 2025-04-23 13:29:54 -0400
  • 8551d70a27
    increase disk.img allocation size to 40MB to accomodate I10n changes made in seedsigner app repo PR 686. Nick Klockenga 2025-04-21 21:44:23 -0400
  • 5b49601039
    Merge pull request #88 from newtonick/gitignore-ccache Nick Klockenga 2025-04-20 20:50:26 -0400
  • 5285909a44
    add .buildroot-ccache and .ccache to gitignore Nick Klockenga 2025-04-20 20:48:51 -0400
  • 85bfb6f6d1
    Merge branch 'kdmukai-use_ccache' Nick Klockenga 2025-04-15 20:30:49 -0400
  • 49af88949b
    Remove obsolete docker compose version Nick Klockenga 2025-02-05 08:59:15 -0500
  • bae0686a79
    Stop build.sh on any error so that it exits with exit_code != 0 on error Daniel Bast 2025-01-24 13:24:50 +0100
  • 23d17f9012
    Merge pull request #85 from SeedSigner/docker-compose-version-obsolete Nick Klockenga 2025-04-15 15:31:10 -0400
  • b782ca19fc
    Merge pull request #83 from kdmukai/use_ccache 0.8.5-rc1 Nick Klockenga 2025-04-15 15:30:45 -0400
  • 2479b6636a
    Remove obsolete docker compose version docker-compose-version-obsolete Nick Klockenga 2025-02-05 08:59:15 -0500
  • c2e7ea9729
    Merge pull request #84 from dbast/bash_errexit 0.8.5 Nick Klockenga 2025-01-27 21:52:31 -0500
  • d212e6847d Stop build.sh on any error so that it exits with exit_code != 0 on error Daniel Bast 2025-01-24 13:24:50 +0100
  • 0b3a7f3f4d Also preserve BuildRoot's internal ccache cache kdmukai 2025-01-07 16:07:46 -0600
  • 656411e2c8 Initial ccache integration kdmukai 2025-01-07 11:10:29 -0600
  • d7a0ed4297
    Merge pull request #82 from SeedSigner/doc-release-tag-checkout Nick Klockenga 2024-12-23 21:45:00 -0500
  • 7fe2b15926
    capitalization doc-release-tag-checkout Nick Klockenga 2024-12-23 21:28:35 -0500
  • f7e365c82e
    move checkout release and submodule init/update to OS specific steps Nick Klockenga 2024-12-23 21:27:37 -0500
  • b9767de95a
    correction Nick Klockenga 2024-12-21 21:00:33 -0500
  • 7e0bb4616f
    Update reproducible build docs to instruct user to sets the right release tag Nick Klockenga 2024-12-21 20:57:47 -0500
  • f8a8497966
    Merge pull request #79 from kdmukai/add_babel Nick Klockenga 2024-12-18 22:34:08 -0500
  • 71881e3bcc
    Merge pull request #78 from kdmukai/disk_full_docs_update Nick Klockenga 2024-12-18 16:22:24 -0500
  • bf4cd22b23 Minimize pi0 image size kdmukai 2024-12-17 15:48:15 -0600
  • 88d18d8c07 Removed errant command kdmukai 2024-12-17 08:08:13 -0600
  • 2b79e7113e
    Merge pull request #75 from kdmukai/evergreen_build_docs Nick Klockenga 2024-12-16 22:09:46 -0500
  • d0b3d5f2b4
    Merge branch 'main' into evergreen_build_docs Nick Klockenga 2024-12-16 22:08:55 -0500
  • 7de7233be5 Update post-image-seedsigner.sh kdmukai 2024-11-08 15:03:01 -0600
  • 2efe8ffa09 More trimming kdmukai 2024-11-08 14:26:59 -0600
  • 3d00b1b314 Update for new submodule approach, cleanup kdmukai 2024-11-08 13:15:36 -0600
  • c35c0f1465 clarify comment kdmukai 2024-09-29 08:20:17 -0500
  • 1005e37735 Remove added whitespace kdmukai 2024-09-29 08:11:37 -0500
  • 628ff4e41d revert python-babel inclusion kdmukai 2024-09-29 08:10:11 -0500
  • b92b590a3c Expand image size kdmukai 2024-09-29 07:40:16 -0500
  • c86db79f45 revert change kdmukai 2024-09-29 07:36:48 -0500
  • c0b4ad5c19 bugfixes; remove unnecessary external package kdmukai 2024-09-28 16:53:18 -0500
  • 2915b7893d directory bugfix kdmukai 2024-09-28 16:48:48 -0500
  • 81c5d5d8dd Pull *.mo from seedsigner-translations repo kdmukai 2024-09-28 16:41:17 -0500
  • aa5ab46a1c Revert "python-babel already in Buildroot" kdmukai 2024-09-27 15:28:47 -0500
  • 0943edceea pybabel compile to generate *.mo kdmukai 2024-09-27 14:32:23 -0500
  • 851625ea03 python-babel already in Buildroot kdmukai 2024-09-27 14:32:02 -0500
  • 1af81b4370 Update Config.in kdmukai 2024-09-27 14:21:23 -0500
  • aa4f03fd53 Add python-babel dependency kdmukai 2024-09-27 14:15:53 -0500
  • 706b8016f0 Update dev_workflow.md kdmukai 2024-09-27 13:54:20 -0500
  • bfdb1c723d
    Merge pull request #76 from newtonick/BUILDING-0.8.0-Release-Update Nick Klockenga 2024-08-21 21:09:23 -0400
  • 416cf98133
    Update building.md for 0.8.0 release Nick Klockenga 2024-08-20 15:49:14 -0400
  • 9a2a7f46b3
    Make build docs evergreen by removing specific release version nums and hashes kdmukai 2024-08-19 12:51:30 -0500
  • e54d846dc6
    Fixes for Windows PowerShell syntax kdmukai 2024-08-19 12:31:43 -0500
  • 5e610214b6
    update embit patch for RPi architecture due to embit v0.8.0 setup.py changes 0.8.0-rc1 0.8.0 0.8.0 Nick Klockenga 2024-07-05 09:34:33 -0400
  • 77bd06696e
    Merge pull request #73 from newtonick/cleanup-addl-files Nick Klockenga 2024-07-03 22:41:31 -0400
  • 58718af40e
    Merge pull request #72 from newtonick/embit-v0.8.0-bump Nick Klockenga 2024-07-03 22:41:21 -0400
  • 642968ad4a
    Merge pull request #69 from 3rdIteration/fix_pi4_dev Nick Klockenga 2024-07-03 22:38:46 -0400
  • 40886598b0
    clean up additional files in repo to make image lean Nick Klockenga 2024-07-03 22:21:42 -0400
  • fd7637b1fe
    embit v0.8.0 Nick Klockenga 2024-07-03 22:15:10 -0400
  • 581364cf74 Fix USB not working on Pi4 Dev Image 3rd Iteration 2024-03-15 07:45:37 -0400
  • 83e8cac16e
    Merge pull request #66 from BamaHodl/main Nick Klockenga 2024-02-11 21:49:24 -0500
  • 5d0787eabf
    Merge pull request #67 from 5atoshiNakamoto/patch-1 Nick Klockenga 2024-02-11 21:48:07 -0500
  • 4d9a41046c
    Update README.md 2014 2023-12-18 08:40:41 +0200
  • 6141f037d3 remind users to init and update submodules before attempting to build BamaHodl 2023-12-04 11:39:38 -0600
  • 9fafebeeec
    Merge pull request #59 from conraddonovan16/main Nick Klockenga 2023-09-14 20:49:27 -0400
  • 2c3b402f9b
    Merge pull request #64 from jahangir13/jbuild_wo_docker_doc Nick Klockenga 2023-09-14 17:43:11 -0400
  • 35805d069a
    Update without_docker.md T G 2023-09-13 11:40:47 +0200
  • 1b953961c7
    Merge pull request #63 from newtonick/update-doc-ls-0.7.0 Nick Klockenga 2023-09-12 20:05:19 -0400
  • 57f4ef27cd fix default tag in file listing to 0.7.0 to match default instead of dev Nick Klockenga 2023-09-12 09:25:11 -0400
  • 065b6bb567
    Merge pull request #60 from kdmukai/streamline_docs Nick Klockenga 2023-09-12 08:49:32 -0400
  • 50382b1ab0 Updating build target to 0.7.0 branch; light format refactor kdmukai 2023-09-11 16:18:52 -0500
  • 096fb57ed7 Update with final v0.7.0 release hashes kdmukai 2023-09-11 15:45:02 -0500
  • 1720adbb6b
    Merge branch 'SeedSigner:main' into main Conrad Donovan 2023-09-11 10:47:29 -0600
  • c916acab0b
    Merge pull request #61 from newtonick/remove-apt-versions 0.7.0 0.7.0 Nick Klockenga 2023-09-06 00:34:43 -0400
  • 571a013936
    remove explicit libmagic1 Nick Klockenga 2023-09-04 23:09:15 -0400
  • dc299a4814 Removed apt install package versions because it was causing dependencies errors when a stable debian 11 package was updated the dependecies was not specified in the install command. I'm also worried these older versions will become unsupported and won't be avaliable for download. Nick Klockenga 2023-09-04 22:53:37 -0400
  • a76250fe87 Clarifications/corrections for Windows kdmukai 2023-09-04 08:04:41 -0500
  • 339a63bc4b Refinements, better Windows instructions kdmukai 2023-09-03 14:20:54 -0500
  • f96c3b075a refactor docs; emphasize simple reproducible build step kdmukai 2023-09-03 10:50:19 -0500
  • f2d91d39c9 removing unnecessary comments from dev container Conrad Donovan 2023-08-25 20:20:32 +0000
  • 282ab96102 Merge branch 'main' of https://github.com/conraddonovan16/seedsigner-os Conrad Donovan 2023-08-25 20:06:00 +0000
  • b5ae3f7242 updating dev container to include submodule code Conrad Donovan 2023-08-25 20:05:54 +0000