Comparing etcd-cpp-apiv3:master...GraphicsCGJ:master · etcd-cpp-apiv3/etcd-cpp-apiv3 · GitHub
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: etcd-cpp-apiv3/etcd-cpp-apiv3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: GraphicsCGJ/etcd-cpp-apiv3
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.
  • 17 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 9, 2026

  1. [Debian] .

    Signed-off-by: gyujin-choi <gyujin.choi@mangoboost.io>
    gyujinchoi-debug committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    86b10ff View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. [Debian] added build something.

    Signed-off-by: gyujin-choi <gyujin.choi@mangoboost.io>
    gyujinchoi-debug committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    8f7fec9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. [Debian] Fix dh_install path: route cmake install through debian/tmp

    dh_auto_install with compat 13 was installing directly to
    debian/libetcd-cpp-apiv3-dev/, bypassing debian/tmp. dh_install
    then failed to find the files listed in the .install file.
    Added override_dh_auto_install to use --destdir=debian/tmp.
    Also removed duplicate fallback patterns (non-multiarch paths)
    from the .install file.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    9c3d856 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. [Debian] added debian.sh

    Signed-off-by: gyujin-choi <gyujin.choi@mangoboost.io>
    gyujinchoi-debug committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    00a10fc View commit details
    Browse the repository at this point in the history
  2. [Debian] Added debian somethine

    Signed-off-by: gyujin-choi <gyujin.choi@mangoboost.io>
    gyujinchoi-debug committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    d8d3da8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. [Debian] Fixed debian's logic

    Signed-off-by: gyujin-choi <gyujin.choi@mangoboost.io>
    gyujinchoi-debug committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    992a4fb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. [Debian] Sync debian-common.sh from deb_test

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    bc6d00c View commit details
    Browse the repository at this point in the history
  2. [Debian] Sync debian-common.sh from deb_test (DIST_DIR, distro separa…

    …tion)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    88003bd View commit details
    Browse the repository at this point in the history
  3. [Debian] Implement JFrog remote upload with Bearer token auth

    - _package_remote: use Authorization: Bearer header (token-only, no user required)
    - Remove --jfrog-user flag; --jfrog-token is the only required credential
    - JFrog URL fixed to gyujinv2.jfrog.io/artifactory/gj-test
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9db8211 View commit details
    Browse the repository at this point in the history
  4. [Debian] package --jfrog: env var > CLI arg priority, remove hardcode…

    …d URL
    
    - Rename --remote → --jfrog, _package_remote → _package_jfrog
    - JFROG_TOKEN / JFROG_URL resolved as: env var > --jfrog-token/--jfrog-url CLI arg > fail
    - Remove hardcoded JFrog URL from debian-common.sh (project-agnostic now)
    - Add --jfrog-url CLI arg alongside existing --jfrog-token
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    be4aaa7 View commit details
    Browse the repository at this point in the history
  5. [Debian] package --local: accumulate Packages, add --pkg-dir; clean: …

    …split dist vs repo
    
    - _package_local: remove rm -rf on DIST_PKG_DIR; .deb files now accumulate across
      builds and Packages index is regenerated each time. Same filename = overwrite.
    - Add --pkg-dir <path> to override local package repository path (default: dist-package/<distro>/)
    - _clean: default now removes only dist/<distro>/ (not the package repo)
    - Add clean --packages flag to explicitly wipe DIST_PKG_DIR when needed
    - Add CLEAN_PACKAGES flag and step in _clean()
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    f373f16 View commit details
    Browse the repository at this point in the history
  6. [Debian] Fix changelog.bak wiped by dh_clean during pdebuild

    dh_clean removes debian/*.bak as part of source preparation.
    Move backup to SOURCE_DIR/.changelog.bak (outside debian/) so it
    survives the build and the EXIT trap can restore debian/changelog.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    6f8ab4c View commit details
    Browse the repository at this point in the history
  7. [Debian] Simplify build version to date-only: +build-YYMMDD

    Remove time component — same-day builds produce identical version,
    so .deb overwrites previous build of the same day.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    6fdc688 View commit details
    Browse the repository at this point in the history
  8. [Debian] Strip trailing slash from JFROG_URL and APTLY_URL

    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    5f00a80 View commit details
    Browse the repository at this point in the history
  9. [Debian] Fix aptly publish 404: encode prefix dot as %2E

    curl normalizes /api/publish/./distro → /api/publish/distro,
    stripping the prefix. Use %2E to preserve the dot in the URL.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    d254646 View commit details
    Browse the repository at this point in the history
  10. [Debian] Fix aptly publish URL: use --path-as-is instead of %2E encoding

    curl normalizes /api/publish/./distro → /api/publish/distro by default.
    --path-as-is tells curl to send the path as-is without normalization.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    1763f21 View commit details
    Browse the repository at this point in the history
  11. [Debian] Append ~distro to build version for pool disambiguation

    hello-cpp_1.0.0+build-260323~noble_amd64.deb
    hello-cpp_1.0.0+build-260323~jammy_amd64.deb
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    gyujinchoi-debug and claude committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    0f8242e View commit details
    Browse the repository at this point in the history
Loading