Changes between Version 38 and Version 39 of HPC_deploy
- Timestamp:
- 2016-12-23T15:15:07+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HPC_deploy
v38 v39 7 7 ==== 0. Make sure perms are correct ==== 8 8 9 Either use umask beforeyou start:9 Use umask **before** you start: 10 10 {{{ 11 11 umask 0002 12 12 }}} 13 or use14 {{{15 chmod g+rwX,o+rX,o-w /apps/data/.....16 }}}17 after deploying, but **before** [#SyncRefData running the hpc-environment-sync.bash script]!18 13 19 14 ==== 1. Where to put reference data ==== … … 108 103 }}} 109 104 * On [https://github.com/hpcugent/easybuild-easyconfigs/tree/master/easybuild/easyconfigs https://github.com/hpcugent/easybuild-easyconfigs/tree/master/easybuild/easyconfigs] for the latest and greatest from the source. 110 1. Custom EasyConfigs not yet pull-merged into the !GitHub repos from [http://www.ugent.be/hpc/en HPC Ugent] are stored in a fork from this repo at:105 1. Custom !EasyConfigs not yet pull-merged into the !GitHub repos from [http://www.ugent.be/hpc/en HPC Ugent] are stored in a fork from this repo at: 111 106 {{{ 112 107 https://github.com/molgenis/easybuild-easyconfigs.git 113 108 }}} 114 If it ain't on GitHub your EasyConfig does not exist and software centrally deployed in /apps without EasyConfig onGitHub is subject to removal without warning!115 We use the standard way of working with GitHub repo's, so:116 1. Create an online fork @ GitHub117 2. Clone your own online GitHub fork in for example your home dir on the cluster118 3. When adding/modifying EasyConfigs commit followed by apush to your own fork.109 If it ain't on !GitHub your !EasyConfig does not exist and software centrally deployed in /apps without !EasyConfig on !GitHub is subject to removal without warning! 110 We use the standard way of working with !GitHub repo's, so: 111 1. Create an online fork @ !GitHub 112 2. Clone your own online !GitHub fork in for example your home dir on the cluster 113 3. Add/modify !EasyConfigs, commit and push to your own fork. 119 114 Never push to the blessed master @ https://github.com/molgenis/easybuild-easyconfigs.git! 120 115 4. Create a pull request to get your changes into the blessed master.