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

schleuder: init #162808

Merged
merged 5 commits into from
Jun 24, 2022
Merged

schleuder: init #162808

merged 5 commits into from
Jun 24, 2022

Commits on Jun 24, 2022

  1. schleuder: init at 0.4.2

    mweinelt authored and lheckemann committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    cf4ba94 View commit details
    Browse the repository at this point in the history
  2. schleuder-cli: init 0.1.0

    mweinelt authored and lheckemann committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    41d5a21 View commit details
    Browse the repository at this point in the history
  3. nixos/schleuder: init module and accompanying test

    Co-Authored-By: Martin Weinelt <[email protected]>
    Co-Authored-By: Cole Helbling <[email protected]>
    3 people committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    1dabeda View commit details
    Browse the repository at this point in the history
  4. bundler bin stubs: Squelch sudo warning

    @ruby maintainers: please feel free to revert this and let me know,
    should it cause any problems.
    
    Stuff that's in the store shouldn't be writable! So let's disable
    Bundler's requires_sudo? method, which checks if some files are
    writable and suggests using sudo if not, entirely.
    
    Previously, schleuder-cli would print to stderr when run:
    
    Following files may not be writable, so sudo is needed:
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bin
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bin
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/build_info
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/bundler
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/cache
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/doc
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/extensions
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/gems
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/plugins
      /nix/store/qg40x0ysrf9x6sag6qgb1klg87lskdp5-schleuder-cli-0.1.0/lib/ruby/gems/2.7.0/specifications
    lheckemann committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2dbaea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e608c54 View commit details
    Browse the repository at this point in the history