Commit Graph

11 Commits

Author SHA1 Message Date
Xavier Delaruelle
3b1faeb181 Use main as new name for default git branch 2022-10-30 13:26:31 +01:00
Xavier Delaruelle
dc41667c97 script: add usage msg and --help option on mpub 2022-09-01 06:43:38 +02:00
Xavier Delaruelle
2bb8365cb2 script: no line number dependency for expected errors
Update mpub and mrel scripts not to depend on the line number expressed
in error message when comparing them to expected error message.
2022-05-01 07:38:31 +02:00
Dimitri Papadopoulos
e9a6678eec Fix typos found by codespell 2022-02-15 05:54:03 +01:00
Xavier Delaruelle
d4da878338 script: consider alpha/beta valid release name in mrel/mpub 2021-07-25 21:36:37 +02:00
Xavier Delaruelle
95a469d453 script: remove compat version-related code in mrel/mpub 2021-07-24 14:06:09 +02:00
Xavier Delaruelle
66c3490db8 script: re-license script from GPLv3+ to GPLv2+
Change license of mb, mlprof, modulecmd, mpub, mrel, mt, mtreview,
nglfar2ccov and playdemo scripts from GPLv3+ to GPLv2+.

Align this way all files from the Modules project under the GPLv2+
license.

Consent has been obtained from copyright holder to perform such move (I
hold the full copyright for these script files).

Related to #389
2021-02-28 19:05:22 +01:00
Xavier Delaruelle
05549e5336 script: correctly detect previous version tag on mpub
In case last bugfix release was made from a branch not parent of the
current branch from which the next release will be rolled out. List all
tags and get previous version name from the second to last position.
2021-02-17 16:04:04 +01:00
Xavier Delaruelle
091f50da6c script: enable mrel/mpub to release from a vZ.Y.x branch
Adapt the `mrel` and `mpub` release to produce new Modules release from
a 'vZ.Y.x' branch rather from 'master' branch.
2020-07-30 22:53:37 +02:00
Xavier Delaruelle
db9384f186 script: fix distclean err to ignore in mrel/mpub 2020-07-16 21:53:51 +02:00
Xavier Delaruelle
1e863c6365 script: add 'mpub' to publish new release
Add the `mpub` script, that automates Modules new release publishing
over git repositories and websites.
2020-04-12 20:51:38 +02:00