Releases: moreonion/drupy
Releases · moreonion/drupy
Fix failing call to drush in 0.7
Custom drush paths
This release introduces a new argument --drush
that allows passing a custom drush executable.
Fix projectSymlinks
v0.6 Prepare 0.6 release.
yaml & strip-tags
- drupy now has an optional dependency on ruamel.yaml to support YAML files.
- [FIX] drupy can now handle tarballs/zip-files without a top-level directory.
v0.4:Bugfixes
- Changes drupal.org packages so that it only prepends the drupal.org package download if needed: Only if the build-pipeline starts with no other non-patch item.)
- Narrows down the pattern for drupal.org packages to only valid package / core-version / version combinations.
- Restricts
git --depth=1
downloads to build items withoutrevision
.
v0.3
- FIX: Remove double-quotes from site-name.
- NEW: Support to shallow copies for git repos (
git clone --depth=1
). This is also the new default. - NEW: Detect patched drupal.org projects: Now you can use
project-7.x-1.0+patch
and drupy will still download the package from drupal.org automatically. Also projects with the right format ([project-name]-[core-version]-[version]+[patch1]…
) are now detected as drupal.org packages by default.
v0.2: Bugfix release
Fixup missing return statement. Prepare bugfix release.
drupy: dbuild.py renamed
v0.1 Rename to drupy.