Skip to content

Commit

Permalink
(NFC) distmaker - More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Aug 22, 2020
1 parent 22e9ee7 commit cd0432e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions distmaker/dists/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ function dm_install_cvext() {
cv dl -b "@https://civicrm.org/extdir/ver=$DM_VERSION|cms=Drupal/$1.xml" --to="$2"
}

## Export a list of patch files from a git repo
## usage: dm_export_patches <src-repo> <out-dir> <range>
## ex: dm_export_patches "$HOME/src/somerepo" "/tmp/export" 5.1.2..5.1.6
function dm_export_patches() {
if [ ! -d "$1" ]; then
echo "ignore: $1"
Expand Down
5 changes: 4 additions & 1 deletion distmaker/patchset-baselines.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## Branch : Tag-name
## When exporting patches for a given major-series (e.g. 5.27),
## we use a fixed reference-point (e.g. `git log $REFPOINT..`).
##
## Major Series : Reference-Point (Tag/Commit)
5.27:5.27.4

0 comments on commit cd0432e

Please sign in to comment.