list_releases: only return ids for local parts, no paths
This commit is contained in:
@@ -122,7 +122,7 @@ load_local() {
|
||||
|
||||
# List all releases
|
||||
list_releases() {
|
||||
cat "$LOCALDATA_RELEASES"
|
||||
cut -d "$(printf '\t')" -f 1 "$LOCALDATA_RELEASES"
|
||||
}
|
||||
|
||||
# List all release groups
|
||||
|
Reference in New Issue
Block a user