-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Related to this code:
is_gnu_license_from_url()
{
echo "$ZOPEN_URL" | grep -qi "gnu"
return $?
}
This is true because for man-db we have this url:
export ZOPEN_STABLE_URL="https://download.savannah.nongnu.org/releases/man-db/man-db-${MAN_DB_VERSION}.tar.xz"
Even though it's nongnu, it matches with gnu so we need a better check
Severity
None
Expected Behavior
No response
Actual Behavior
No response
z/OS Version
No response
zopen package manager version
No response
Additional Information (Optional)
No response
Network or Security Configuration (Optional)
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working