-
v0.1.5 Stable
released this
2026-07-03 20:23:20 +00:00 | 0 commits to main since this releaseAdded
- Environment libraries:
scripts/deploy.shtakesLIBas the target env (SOMEARA1 = CI
scratch, SOMEARA2 = staging, SOMEARAB = prod), asserts the pre-provisioned library exists
(pub400 denies CRTLIB), and compiles viarunlib()—CHGCURLIB $LIBin the SAME job
(zelnet ≥0.10.1 multi-commandcmd) so HELLOSCR's F-spec resolves HELLOD in-env. New
scripts/objects.envdeclares the object manifest the pipeline packages (SAVF) and
promotes (CRTDUPOBJ).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Environment libraries:
-
v0.1.4 Stable
released this
2026-07-01 22:42:17 +00:00 | 6 commits to main since this releaseChanged
- Releases now run the behavioral reel test and ship the reel: the pipeline was
switched from the no-op test topipeline-test-ibmi-behavioral(matching
rpg-demo / rpg-munchers), sotest-hallo.shdrivesHELLOSCRon the live 5250
(expect "Hallo", refute "Hello") as a release gate and the recordedhallo
reel is rendered to mp4 and attached to the release gallery. No RPG source
change since 0.1.3.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Releases now run the behavioral reel test and ship the reel: the pipeline was
-
v0.1.3 Stable
released this
2026-07-01 22:31:23 +00:00 | 9 commits to main since this releaseChanged
- The 5250 greeting is now "Hallo World!" (
HELLODrecord formatMAINPANEL),
re-spelled from "Hello".test-hallo.shdrivesHELLOSCRvia zelnet and asserts
the screen shows "Hallo" and no longer shows "Hello", recording ahallo.castreel.
Fixed
- Added
.vscode/rpglint.json(the standard rpg-* ruleset) so the pipeline's
pre-compile RPGLE lint gate can run. Without it every build failed at
"Unable to locate rpglint.json" before reaching the IBM i compile.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The 5250 greeting is now "Hallo World!" (
-
v0.1.2 Stable
released this
2026-06-29 14:41:56 +00:00 | 12 commits to main since this releaseChanged
- The pipeline now uses a prebuilt
ibmi-builderimage (the releasedzelnetbaked in once,
from its codeberg-backed tag) instead of compilingzelneton every build — faster, and
rebuild-survivable (the image lives in the codeberg-backed registry). No RPG source or compile
behaviour changes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The pipeline now uses a prebuilt
-
v0.1.1 Stable
released this
2026-06-29 14:24:20 +00:00 | 14 commits to main since this releaseChanged
- The CI compile now drives IBM i through zelnet's Host Server client (
zelnet ifs put+
zelnet cmd) instead of ssh/PASE — the pipeline buildszelnetfrom source, stages the RPG
source into the IFS, and runsCRTBNDRPG/CRTDSPFon the remote-command server. A CL escape
makeszelnet cmdexit non-zero, so compile-success is still the gate.scripts/deploy.shis
now a local orchestrator (runs in the pod, not on the box via PASE) and is re-runnable
(idempotent pre-deletes). No RPG source changes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The CI compile now drives IBM i through zelnet's Host Server client (
-
v0.1.0 Stable
released this
2026-06-29 09:51:30 +00:00 | 16 commits to main since this releaseAdded
- First release through the seanfarm ibmi-rpg pipeline — the extension proof that the CI/CD
seam accommodates a non-Go/Zig taxonomy. The build COMPILES the RPG (CRTBNDRPG/CRTDSPF) on
real IBM i (pub400.com, V7R5) over SSH; compile-success is the gate. Programs:hello(DSPLY) +
helloscreen(a DDS display file + EXFMT driver).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- First release through the seanfarm ibmi-rpg pipeline — the extension proof that the CI/CD