Skip to content

Releases: moreonion/drupy

Fix failing call to drush in 0.7

17 Jan 12:07
Compare
Choose a tag to compare
v0.7.1

Prepare 0.7.1 release.

Custom drush paths

09 Jan 14:27
Compare
Choose a tag to compare

This release introduces a new argument --drush that allows passing a custom drush executable.

Fix projectSymlinks

04 Jul 15:03
Compare
Choose a tag to compare
v0.6

Prepare 0.6 release.

yaml & strip-tags

02 Jul 19:32
Compare
Choose a tag to compare
  • 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

11 May 06:12
Compare
Choose a tag to compare
  • 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 without revision.

v0.3

29 Apr 13:58
Compare
Choose a tag to compare
  • 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

16 Jan 14:39
Compare
Choose a tag to compare
Fixup missing return statement. Prepare bugfix release.

drupy: dbuild.py renamed

16 Jan 14:01
Compare
Choose a tag to compare
v0.1

Rename to drupy.