Skip to content

Instantly share code, notes, and snippets.

@mattgibson
Created June 15, 2012 12:29
Show Gist options
  • Save mattgibson/2936227 to your computer and use it in GitHub Desktop.
Save mattgibson/2936227 to your computer and use it in GitHub Desktop.
Shell command to zip a moodle block into a release
# To be run from within the block folder
git archive -o ../block_ajax_marking-2.1.5b3.zip --prefix=ajax_marking/ MOODLE_22_STABLE
# Changelog URL for the plugins DB GUI
https://github.com/mattgibson/moodle-block_ajax_marking/commits/MOODLE_22_STABLE
# Alternative download URL for the plugins DB GUI
https://github.com/mattgibson/moodle-block_ajax_marking/zipball/2.1.5b4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment