Skip to content

Parse `builddate` from `.PKGINFO`

Matt Moore requested to merge mattmoor/go:parse-builddate-pkginfo into master

This parse the builddate information out of the .PKGINFO in the APK when calling ParsePackage. This enables the APKINDEX.tar.gz to properly include the t: extracted from .PKGINFO when synthesizing an index from Packages parsed from APKs.

Signed-off-by: Matt Moore mattmoor@chainguard.dev

Merge request reports