Skip to content
Snippets Groups Projects
Commit 3120e843 authored by Andie Hunt's avatar Andie Hunt
Browse files

Release notes: moved version notes to folder and updated distmaker

parent 4fb8086a
Branches
Tags
No related merge requests found
......@@ -65,12 +65,12 @@ function dm_install_core() {
local repo="$1"
local to="$2"
for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials ; do
for dir in ang css i js PEAR templates bin CRM api extern Reports install settings Civi partials release-notes ; do
[ -d "$repo/$dir" ] && dm_install_dir "$repo/$dir" "$to/$dir"
done
dm_install_files "$repo" "$to" {agpl-3.0,agpl-3.0.exception,gpl,CONTRIBUTORS}.txt
dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php README.md
dm_install_files "$repo" "$to" composer.json composer.lock bower.json package.json Civi.php README.md release-notes.md
mkdir -p "$to/sql"
pushd "$repo" >> /dev/null
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment