Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deb - using 0-23 range for hours in package name/version
the filename of the debian package being generated contains a timestamp. This timestamp is checked by reprepro when trying to publish the package to figure out if a potential already present package in the repository should be replaced by the new one. If we use 'hh' instead of 'HH' in the date formatting call, and: * we generate a package at 12:15 * we generate a new version at 14:15 then the expected new version will be timestamped as <date>0215 instead of <date>1415 and won't replace the version from 12:15. Using 0-23 range when formatting the hour of the day should solve the issue with publishing the package.
- Loading branch information