Add Container file and build script (button_hpr_container.sh) to repo. #263

Open
sgoti wants to merge 4 commits from sgoti/hpr_generator:main into main
First-time contributor
The build script can also run new containers after building images.  Build
properties such as "${conternerBuildProperties[containerFile]}" must be
assigned before building/running new containers.  Build script is "work
in progress".

On branch dev
Changes to be committed:
new file: Containerfile
new file: button_hpr_container.sh

The build script can also run new containers after building images. Build properties such as "${conternerBuildProperties[containerFile]}" must be assigned before building/running new containers. Build script is "work in progress". On branch dev Changes to be committed: new file: Containerfile new file: button_hpr_container.sh
sgoti added 1 commit 2025-05-29 15:55:17 +00:00
build script can also run new containers after building images.  Build
    properties such as "${conternerBuildProperties[containerFile]}" must be
    assigned before building/running new containers.  Build script is "work
    in progress".

On branch dev
Changes to be committed:
    new file:   Containerfile
    new file:   button_hpr_container.sh
Member

If CPAN build times are an issue, you can install the perl modules from apt.
The list of packages is in GETTING_STARTED.md

If CPAN build times are an issue, you can install the perl modules from apt. The list of packages is in GETTING_STARTED.md
Author
First-time contributor

@norrist It took me a while to figure out how to reply here. Thank you, I found the file with the Debian packages. I don't think all the modules are in there but it's nice to know I can pull them from the repo (shrink the build times).

@norrist It took me a while to figure out how to reply here. Thank you, I found the file with the Debian packages. I don't think all the modules are in there but it's nice to know I can pull them from the repo (shrink the build times).
sgoti added 3 commits 2025-05-30 21:48:39 +00:00
removed a few unused variables then shift the 'local' scoped unsets to global
Ken asked that files be placed into 'hpr-tools/'.  The build script is named
    'button_hpr_container.sh' currently; this will change too.  Maybe
    'hpr_email_shownotes.sh'.  Taking suggestions (as of 2025/05/30-2025/12/31).
I cp the files over but the 'git rm' failed and I didn't noticed.  Just a clean
    up job.
This pull request can be merged automatically.
The changes on this branch are already on the target branch. This will be an empty commit.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:sgoti-main
git checkout sgoti-main
Sign in to join this conversation.
No description provided.