Skip to content

Several bookkeeping changes - #50

Merged
cottsay merged 4 commits into
masterfrom
cottsay/bookkeeping
Mar 23, 2026
Merged

Several bookkeeping changes#50
cottsay merged 4 commits into
masterfrom
cottsay/bookkeeping

Conversation

@cottsay

@cottsay cottsay commented Mar 23, 2026

Copy link
Copy Markdown
Member

These changes have already been committed to other colcon packages.

  • Add '+upstream' suffix to published deb version
  • Stop treating warnings as errors in tests
  • Switch to SPDX license identifier in setup.cfg
  • Add a top-level .gitignore

cottsay added 4 commits March 23, 2026 15:35
We continue to see interference between the deb packages we publish from
the colcon project and efforts to package colcon as part of mainline
Debian and Ubuntu. Using a high Debian-Version value mitigated the
problems in most cases, but was not sufficient to eliminate all of the
conflicts we're currently experiencing.

Using a debian version suffix which falls late alphabetically appears to
give our packages preference by apt. If a user enables a repository
which distributes packages created by the colcon project, it is likely
that they wish to use these packages instead of the ones packaged by
their platform.
While this may have been well-intended, years of builds have
demonstrated that we only really see deprecation warnings in our
dependencies and rarely catch anything in colcon packages.

We may elect to re-enable this flag in our CI builds, but having it
enabled in the package itself only makes it more difficult to maintain
colcon packages downstream.
@codecov-commenter

codecov-commenter commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (d574278) to head (a8e79cc).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #50   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           7       7           
  Lines         286     286           
======================================
  Misses        286     286           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cottsay
cottsay merged commit a8e79cc into master Mar 23, 2026
22 checks passed
@cottsay
cottsay deleted the cottsay/bookkeeping branch March 23, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants