Changes between Version 6 and Version 7 of hct
- Timestamp:
- Dec 28, 2012, 11:21:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hct
v6 v7 29 29 {{{ 30 30 git clone git://git.mayfirst.org/mfpl/trouble 31 cd trouble 32 git config remote.origin.pushurl gitosis@git.mayfirst.org:mfpl/trouble 31 33 }}} 32 34 * Optionally symlink it in your ~/bin directory 33 * Checkout a copy of the messages repo:35 * Checkout a copy of the dev messages repo somewhere else: 34 36 {{{ 35 git clone hct-dev@jojobe.mayfirst.org:/srv/hct-dev/messages/repo-hub 37 git clone hct-dev@jojobe.mayfirst.org:/srv/hct-dev/messages/repo-hub hct-dev 36 38 }}} 37 39 * Try releasing a message: 38 40 {{{ 39 cd /path/to/messages/repo40 trouble message41 cd hct-dev 42 /path/to/trouble message 41 43 }}} 42 44 … … 74 76 --resume - resume message that has been saved in the queue (for approval or translation) 75 77 76 Envi ornment Variables78 Environment Variables 77 79 TROUBLE_MESSAGES_PATH - the page to the service-advisories git repository. If undefined 78 80 it is set to the current working directory.