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

yubico-authenticator: rename yubioath-flutter #291584

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rhoriguchi
Copy link
Contributor

@rhoriguchi rhoriguchi commented Feb 26, 2024

Description of changes

The name of the application is Yubico Authenticator, the current name makes it hard to find.

https://www.yubico.com/products/yubico-authenticator

Yubico Authenticator
The safest authenticator app experience across mobile and desktop

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@rhoriguchi rhoriguchi marked this pull request as draft February 26, 2024 14:59
@ofborg ofborg bot added 8.has: clean-up 8.has: package (new) This PR adds a new package labels Feb 26, 2024
@ofborg ofborg bot requested a review from lukegb February 26, 2024 15:24
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Feb 26, 2024
yubioath-flutter = callPackage ../applications/misc/yubioath-flutter { };
yubico-authenticator = callPackage ../applications/misc/yubico-authenticator { };
Copy link
Member

Choose a reason for hiding this comment

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

Unfortunately CI isn't smart enough to know that this isn't a new package, and as such now requires moving it to pkgs/by-name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So I can just ignore that error?

Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer it be moved to pkgs/by-name, CI shouldn't be red

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, will do once #291598 is merged.

@rhoriguchi
Copy link
Contributor Author

I'm waiting to open it as review once #291598 is merged, since it would need a rebase if this gets merged first.

@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Mar 20, 2024
@aucub aucub closed this Dec 19, 2024
@aucub aucub reopened this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 8.has: clean-up 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants