dnbert / prm

PRM Allows you to quickly build package repositories, inspired by Jordan Sissels' FPM
MIT License
250 stars 33 forks source link

W: Invalid 'Date' entry in Release file #71

Open luksi1 opened 7 years ago

luksi1 commented 7 years ago

I'm getting this failure on Ubuntu 16.04 Xenial.

W: Invalid 'Date' entry in Release file

I think you're formatting the 'Date' field wrong. Here is the Debian repo format specs:

https://wiki.debian.org/RepositoryFormat#Date.2CValid-Until

The date field should be formatted like this:

# date -R -u
Fri, 30 Sep 2016 13:13:13 +0000

And this is how it is after being run through PRM:

# cat /var/lib/apt/lists/repo.vgregion.se_dists_xenial_Release | grep Date
Date: 2016-09-29 13:22:30 UTC
mschwager commented 6 years ago

It appears as though this repository is abandoned. I've forked this repository (https://github.com/mschwager/prm) and included the commit that fixes this issue.

trel commented 6 years ago

duplicate of #61

rednoah commented 5 years ago

+1