updatecheck.txt 549 B

1234567891011121314151617181920212223
  1. setup
  2. - sql file mit mysqldump
  3. - config files in setup.php
  4. - options in setup.php
  5. - sql file in setup
  6. documentation
  7. version, readme and changelog
  8. upgrade file with correct placeholders
  9. correct placeholders in sql file for manual setup
  10. correct version info in VERSION and index.php, if needed
  11. correct tag
  12. $ git checkout-index -a -f --prefix=/absolute/path/to/new/dir/
  13. # remove some unwanted files if needed from the export
  14. $ cd /absolute/path/to/new/
  15. $ tar -cvJf archive.xz /absolute/path/to/new/dir/
  16. $ sha1sum archive.xz > archive.xz.sha1sum