Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: replace bazaar with breezy #85539

Merged
merged 3 commits into from May 25, 2020
Merged

treewide: replace bazaar with breezy #85539

merged 3 commits into from May 25, 2020

Conversation

rnhmjoj
Copy link
Contributor

@rnhmjoj rnhmjoj commented Apr 19, 2020

Motivation for this change

Fix #80740

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change (see below)
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (see below)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
nix-review report

Result of nixpkgs-review 1

9 package built:
  • cabal2nix
  • dep2nix
  • flatpak-builder
  • hydra-migration
  • hydra-unstable
  • nix-prefetch-bzr
  • nix-prefetch-scripts
  • nix-update-source
  • vcstool
closure size increase

As @jtojnar noticed, breezy constitues a large increase in closure size due to an issue in python3Packages.secretstorage. The solution is trivial but I decided to deal with this in another PR not to mix up the two changes in the results of nix-review.

edit: Fixed in #85571

pkgs/top-level/aliases.nix Outdated Show resolved Hide resolved
@rnhmjoj rnhmjoj force-pushed the breezy branch 2 times, most recently from 7967049 to fadb56c Compare April 20, 2020 12:17
@jtojnar jtojnar added this to To do in Picking up garbage via automation Apr 22, 2020
@jtojnar jtojnar moved this from To do to In progress in Picking up garbage Apr 22, 2020
@rnhmjoj
Copy link
Contributor Author

rnhmjoj commented May 4, 2020

I would like to get some feedback from the maintainers, if possible, before going on:

Copy link
Contributor

@makefu makefu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve of this PR, less python2-only packages is a plus.
csv2svn only uses bazaar as checkInput not much to stop working here as long as the tests succeed.
It would probably a good idea to add the deprecation notice into the release-notes and maybe even add some documentation to the manual, however i would not even know where to put it

@rnhmjoj
Copy link
Contributor Author

rnhmjoj commented May 5, 2020

It would probably a good idea to add the deprecation notice into the release-notes and maybe even add some documentation to the manual, however i would not even know where to put it

Right, I now mentioned the change in the release notes. Thank you.

Bazaar is deprecated in favour of Breezy, which is backward compatible
Python 3 fork of the original VCS.
@rnhmjoj
Copy link
Contributor Author

rnhmjoj commented May 25, 2020

Rebased. I think it has received enough feedback, now: I'm going to merge.

@rnhmjoj rnhmjoj merged commit 379690b into NixOS:master May 25, 2020
Picking up garbage automation moved this from In progress to Done May 25, 2020
Python 2 deprecation automation moved this from WIP to Done May 25, 2020
@rnhmjoj rnhmjoj deleted the breezy branch June 19, 2020 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Replace Bazaar with Breezy
5 participants