Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian/ubuntu packages have wrong time stamps #3468

Open
ggzengel opened this issue Nov 11, 2018 · 7 comments
Open

debian/ubuntu packages have wrong time stamps #3468

ggzengel opened this issue Nov 11, 2018 · 7 comments

Comments

@ggzengel
Copy link

Every file from 3.5.3 and 3.6.0 have time stamps from 2017-08-21 22:51

# dpkg -c emby-server-deb_3.5.3.0_amd64.deb | grep -v "2017-08-21 22:51" | wc
      0       0       0
# dpkg -c emby-server-deb_3.5.3.0_amd64.deb | head -n 15
drwxr-xr-x root/root         0 2017-08-21 22:51 ./
drwxr-xr-x root/root         0 2017-08-21 22:51 ./etc/
-rw-r--r-- root/root        23 2017-08-21 22:51 ./etc/emby-server.conf
drwxr-xr-x root/root         0 2017-08-21 22:51 ./etc/firewalld/
drwxr-xr-x root/root         0 2017-08-21 22:51 ./etc/firewalld/services/
-rw-r--r-- root/root       354 2017-08-21 22:51 ./etc/firewalld/services/emby-server.xml
drwxr-xr-x root/root         0 2017-08-21 22:51 ./etc/init/
-rw-r--r-- root/root       244 2017-08-21 22:51 ./etc/init/emby-server.conf
drwxr-xr-x root/root         0 2017-08-21 22:51 ./opt/
drwxr-xr-x root/root         0 2017-08-21 22:51 ./opt/emby-server/
drwxr-xr-x root/root         0 2017-08-21 22:51 ./opt/emby-server/bin/
-rwxr-xr-x root/root       647 2017-08-21 22:51 ./opt/emby-server/bin/emby-server
-rwxr-xr-x root/root    268416 2017-08-21 22:51 ./opt/emby-server/bin/ffmpeg
-rwxr-xr-x root/root    153752 2017-08-21 22:51 ./opt/emby-server/bin/ffprobe
drwxr-xr-x root/root         0 2017-08-21 22:51 ./opt/emby-server/etc/
@LukePulverenti
Copy link
Member

Hi, we don't believe there's an issue here. mtime is bumped when we make a change to the files, it just means they haven't changed since then.

@LukePulverenti
Copy link
Member

Thanks for reporting.

@ggzengel
Copy link
Author

ggzengel commented Dec 3, 2018

How do you distribute your new version if no file is changing?

@ggzengel
Copy link
Author

ggzengel commented Dec 3, 2018

I wrote every file

@ggzengel
Copy link
Author

ggzengel commented Dec 3, 2018

Need more info?
3.6.0.74 released at 2017?

$ ls -la control/control
-rw-r--r-- 1 ggz ggz 269 Aug 22 2017 control/control

$ cat control/control
Package: emby-server
Version: 3.6.0.74
Architecture: amd64
Maintainer: Emby LLC apps@emby.media
Installed-Size: 222268
Depends: libc6 (>= 2.17)
Section: misc
Priority: optional
Description: Emby Server is a personal media server with apps on just about every device.

@LukePulverenti LukePulverenti reopened this Dec 4, 2018
@LukePulverenti
Copy link
Member

Hi, yes it looks like you're right. I'm re-opening this ticket for tracking purposes. Is this causing you any problem?

@ggzengel
Copy link
Author

ggzengel commented Dec 5, 2018

Thanks for reopening.

I did investigate the filesystem while migrating to a new server and didn't find the "new" release files.
There is no actual problem but perhaps it breaks some expectations with backup or install scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants