RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Autobuild doesn’t know when to commit zips #84

Closed andylolz closed 9 years ago

andylolz commented 9 years ago

@codeclubrobot can generate zips of resources, but he doesn’t know when to commit them.

@codeclubrobot does the following:

This is dumb and slow, but effective! git does all the hard work (figuring out what has changed). The only problem is zip files, because git thinks two zip files containing an identical set of files are different.

andylolz commented 9 years ago

zip -u does fairly well at solving this.

Marking as closed via 073ef9ff