Skip to content

Commit e401246

Browse files
committed
Revert "cmdlib: add excludepkgs for repos from fast-tracks.yaml"
This reverts commit 8ffe5a3. It turns out the docs say that `includepkgs`: > works in conjunction with excludepkgs and doesn’t override it so if you definte `excludepkgs=*` first then I think you get undefined behavior. It initially worked for me because I was trying to get fancy with my `includepkgs` glob, but now I'm just seeing weird behavior. Let's revert.
1 parent 7b77e6e commit e401246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmdlib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ for (repo, spec) in fast_tracks.items():
551551
break
552552
if passthrough:
553553
f.write(line + '\n')
554-
f.write('excludepkgs=*\n')
555554
f.write('includepkgs=' + ','.join(spec['packages']) + '\n')
556555
"
557556
rm "${tmp_overridesdir}/all.repo"

0 commit comments

Comments
 (0)