tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kubo-migrator: add migration from 15 to 16
Luflosi
1 year ago
ca26219b
9e2866d2
+12
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ku
kubo-fs-repo-migrations
package.nix
+12
-1
pkgs/by-name/ku/kubo-fs-repo-migrations/package.nix
···
58
cd migration
59
go test -mod=vendor
60
''
0
0
0
0
0
61
else
62
''
63
-
cd not-sharness
64
./test.sh
65
''
66
}
···
208
to = 15;
209
release = "1.0.1";
210
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
0
0
0
0
0
0
211
}
212
];
213
···
58
cd migration
59
go test -mod=vendor
60
''
61
+
else if to <= 15 then
62
+
''
63
+
cd not-sharness
64
+
./test.sh
65
+
''
66
else
67
''
68
+
cd test-e2e
69
./test.sh
70
''
71
}
···
213
to = 15;
214
release = "1.0.1";
215
hash = "sha256-u7PM6kFCQUn07NGpeRYpBDEwc2pP+r5mf44LZU4DV5Y=";
216
+
}
217
+
{
218
+
from = 15;
219
+
to = 16;
220
+
release = "1.0.1";
221
+
hash = "sha256-/TG5GNSyV8gsngRT/0jazkL2n2RzA9h1gCTLqGOrI0A=";
222
}
223
];
224