Skip to content

Commit a26ec90

Browse files
committed
More exclusions from github-cooker2rolling
1 parent 685d944 commit a26ec90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-cooker2rolling

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for org in OpenMandrivaAssociation; do
3232
fi
3333
for i in $(seq 0 $((PERPAGE-1))); do
3434
R="$(echo $REPOS |json "['data']['organization']['repositories']['edges'][$i]['node']['name']")"
35-
[ "$R" = "distro-release" -o "$R" = "openmandriva-repos" -o "$R" = "lsb-release" -o "$R" = "om-midna-sddm" ] && continue
35+
[ "$R" = "distro-release" -o "$R" = "distro-release-desktop-Plasma6" -o "$R" = "distro-release-desktop-Plasma-Mobile" -o "$R" = "openmandriva-repos" -o "$R" = "lsb-release" -o "$R" = "om-midna-sddm" ] && continue
3636
if [ -z "$R" ]; then
3737
echo "No more repositories at $QUERY $i" >&2
3838
break

0 commit comments

Comments
 (0)