Merge pull request #276 from 7c6f434c/released

massrebuilder.rs: correct the shape of nixpkgs argument to release.nix
This commit is contained in:
Graham Christensen 2018-11-23 13:29:53 -05:00 committed by GitHub
commit 6e94d23ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("./."),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./nixos/release.nix"),
String::from("-A"),
String::from("options"),
@ -364,7 +364,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("./."),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./nixos/release.nix"),
String::from("-A"),
String::from("manual"),
@ -378,7 +378,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("./."),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./pkgs/top-level/release.nix"),
String::from("-A"),
String::from("manual"),
@ -392,7 +392,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("./."),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./pkgs/top-level/release.nix"),
String::from("-A"),
String::from("tarball"),
@ -406,7 +406,7 @@ impl<E: stats::SysEvents + 'static> worker::SimpleWorker for MassRebuildWorker<E
vec![
String::from("--arg"),
String::from("nixpkgs"),
String::from("./."),
String::from("{ outPath=./.; revCount=999999; shortRev=\"ofborg\"; }"),
String::from("./pkgs/top-level/release.nix"),
String::from("-A"),
String::from("unstable"),