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

tt-rss: use proper user and package for MySQL #36367

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Conversation

lukateras
Copy link
Member

@lukateras lukateras commented Mar 6, 2018

Motivation for this change

Currently, one can't use passwordless Unix user authentication with Tiny Tiny RSS and MySQL.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-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 using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@GrahamcOfBorg GrahamcOfBorg added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Mar 6, 2018
@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

these paths will be fetched (1.67 MiB download, 11.92 MiB unpacked):
  /nix/store/ngry6fz2mb5ia92rnf84kalxq2rkmfjh-tt-rss-2018-01-05
fetching path ‘/nix/store/ngry6fz2mb5ia92rnf84kalxq2rkmfjh-tt-rss-2018-01-05’...

*** Downloading ‘https://cache.nixos.org/nar/0yz8vwf5iy1i1bsy4bv400c9h8s6p9dw7wbda0jrg6lfl77s5lh5.nar.xz’ (signed by ‘cache.nixos.org-1’) to ‘/nix/store/ngry6fz2mb5ia92rnf84kalxq2rkmfjh-tt-rss-2018-01-05’...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 1707k  100 1707k    0     0  3137k      0 --:--:-- --:--:-- --:--:-- 3132k

/nix/store/ngry6fz2mb5ia92rnf84kalxq2rkmfjh-tt-rss-2018-01-05

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

these paths will be fetched (1.67 MiB download, 11.92 MiB unpacked):
  /nix/store/fkfkigh75av115gmg33xzmqqm6d6cd4j-tt-rss-2018-01-05
copying path '/nix/store/fkfkigh75av115gmg33xzmqqm6d6cd4j-tt-rss-2018-01-05' from 'https://cache.nixos.org'...
/nix/store/fkfkigh75av115gmg33xzmqqm6d6cd4j-tt-rss-2018-01-05

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

these paths will be fetched (1.67 MiB download, 11.92 MiB unpacked):
  /nix/store/46x28ddij05zh0b8iaisvvkfrj1860la-tt-rss-2018-01-05
copying path '/nix/store/46x28ddij05zh0b8iaisvvkfrj1860la-tt-rss-2018-01-05' from 'https://cache.nixos.org'...
/nix/store/46x28ddij05zh0b8iaisvvkfrj1860la-tt-rss-2018-01-05

@lukateras
Copy link
Member Author

Built system with this change (nixos-rebuild -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/5905fe069b02c2df5db5025b2f8311c75c394d5b.tar.gz switch), it works.

@Mic92 Mic92 merged commit 9d937e3 into master Mar 6, 2018
@globin globin deleted the yegortimoshenko-patch-1 branch March 6, 2018 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants