-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Script to check if packages are up to date #13911
Copy link
Copy link
Closed
Labels
Community: good first issueThis issue is good for newcomers to RIOT to be addressed / implementedThis issue is good for newcomers to RIOT to be addressed / implementedCommunity: help wantedThe contributors require help from other members of the communityThe contributors require help from other members of the communityState: don't staleState: Tell state-bot to ignore this issueState: Tell state-bot to ignore this issueType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT
Metadata
Metadata
Assignees
Labels
Community: good first issueThis issue is good for newcomers to RIOT to be addressed / implementedThis issue is good for newcomers to RIOT to be addressed / implementedCommunity: help wantedThe contributors require help from other members of the communityThe contributors require help from other members of the communityState: don't staleState: Tell state-bot to ignore this issueState: Tell state-bot to ignore this issueType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOT
Description
RIOT has a repository of third party packages in
pkg/.Write a script to check if the
PKG_VERSIONin the pkgsMakefilematches the latest tagged upstream version.The script should print a list of outdated packages, ideally it could even update the pkgs
Makefileso the new version can be tested.Useful links