phpmyadmin / scripts

Various scripts related to project
15 stars 19 forks source link

avoid generating md5 checksum files #4

Closed nijel closed 7 years ago

nijel commented 7 years ago

Reported by Emanuel Bronshtein:

avoid generating md5 checksum files

avoid generating .md5 files for new releases/themes & remove md5 related code: https://github.com/phpmyadmin/scripts/blob/master/website/generate-missing-checksums#L8 https://github.com/phpmyadmin/themes/blob/master/create-release.sh#L76 https://github.com/phpmyadmin/themes/blob/master/create-release.sh#L98 https://github.com/phpmyadmin/phpmyadmin/blob/master/scripts/create-release.sh#L338 https://github.com/phpmyadmin/phpmyadmin/blob/master/scripts/upload-release#L66-L75 https://github.com/phpmyadmin/website/blob/master/files/management/commands/add_missing_checksums.py#L47 https://github.com/phpmyadmin/website/blob/master/files/management/commands/add_missing_checksums.py#L41-L42 https://github.com/phpmyadmin/website/blob/master/files/models.py#L236 https://github.com/phpmyadmin/website/blob/master/files/models.py#L306 https://github.com/phpmyadmin/website/blob/master/files/management/commands/import_files.py#L56 https://github.com/phpmyadmin/website/blob/master/files/management/commands/import_themes.py#L63-L66 https://github.com/phpmyadmin/website/blob/master/files/utils.py#L37-L38