summaryrefslogtreecommitdiff
path: root/packages/opennhrp
AgeCommit message (Collapse)Author
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2022-11-23gitignore: cleanup double rules from individual packagesChristian Poessinger
Individual packages like dropbear, frr, iproute2 ... all came with a copy of gitignore rules already present in the base file. Those rules have been dropped.
2021-07-24Jenkins: only build packages if the package changes at all - skip otherwiseChristian Poessinger
This will only run the Jenkins Pipeline if Git detects a change in the specified file path. If no change is found in the path, the individual Pipeline statges are skipped.
2021-06-05opennhrp: remove first character from version numberChristian Poessinger
If not deployment of the package will fail with: Version field value 'v0.14-20-g613277f': version number does not start with digit
2021-06-05opennhrp: import package build instructionChristian Poessinger