Skip to content

Release v1.0.12 - Fix optional parameters, .gitignore, and SSH protocol

Choose a tag to compare

@IgorTodorovskiIBM IgorTodorovskiIBM released this 20 Oct 14:56
· 7 commits to main since this release

Bug Fixes

Fixed Optional Parameters

  • Marked description and user as optional in zopen_create_repo
  • Marked build_type, script_name, and run_after as optional in zopen_create_cicd_job
  • Users no longer need to provide username if they have a GitHub token

Fixed .gitignore Guidance

  • Changed from generic source/ and source-*/ patterns that don't match actual directories
  • Now uses package-specific pattern: <package-name>-*/ (e.g., xorgproto-*/)
  • Matches actual directories created by zopen build (e.g., xorgproto-2024.1/)
  • Added instruction to check actual directory name with git status

Fixed Git Remote Protocol

  • Changed from git://github.com/zopencommunity/<name>port.git (incorrect)
  • To git@github.com:zopencommunity/<name>port.git (correct SSH protocol)
  • SSH protocol is the correct format for pushing to GitHub from z/OS