Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: magmax/python-readchar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Vitexus/python-readchar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 23 files changed
  • 2 contributors

Commits on May 11, 2026

  1. Add Debian packaging

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Vitexus and claude committed May 11, 2026
    Configuration menu
    Copy the full SHA
    9467f50 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. fix: block build when RebulidDEBRepoByAnsible is running

    Prevents test installation failures caused by apt-get hitting the
    repository while it is being rebuilt by the Ansible republish job.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Vitexus and claude committed May 16, 2026
    Configuration menu
    Copy the full SHA
    5f1d846 View commit details
    Browse the repository at this point in the history
  2. fix: wait for RebulidDEBRepoByAnsible before apt test installation

    Polls the Jenkins job color before entering the Test stage so apt-get
    does not hit the repository while it is being rebuilt by the Ansible
    republish job. Uses waitUntil instead of buildBlocker (plugin absent).
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Vitexus and claude committed May 16, 2026
    Configuration menu
    Copy the full SHA
    4fcb646 View commit details
    Browse the repository at this point in the history
  3. fix: block build when RebulidDEBRepoByAnsible is running

    Prevents test installation failures caused by apt-get hitting the
    repository while it is being rebuilt by the Ansible republish job.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Vitexus and claude committed May 16, 2026
    Configuration menu
    Copy the full SHA
    9117939 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. fix: disable debian:forky build in Jenkinsfile(s)

    Forky is still unstable/research-only. The full Debian package
    ecosystem is not yet available for Forky, causing cascading
    unmet dependency failures. Re-enable once the full stack builds
    cleanly for Forky.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    Vitexus and claude committed May 20, 2026
    Configuration menu
    Copy the full SHA
    308db59 View commit details
    Browse the repository at this point in the history
Loading