Skip to content

Releases: fubarhouse/drubuild

0.2.0

15 Nov 02:42
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

This has been a long time coming!

After multiple lessons learnt from the previous version (0.1.x), the following has happened:

  • Now uses configuration management from Cobra.
  • Now uses command-line API's from Viper.
  • All binaries have been either removed or consolidated.
  • A lot of make file functions, commands and binaries have been either deprecated or removed.
  • Tighter integration with composer, it depends a great deal on composer
  • docroot folder is configurable - so it'll depend on your composer.json file
  • A brand new name - one step towards a branding strategy, should the project make it that far.
  • Some commands have been renamed and simplified (ie sync, runner, user, project)
  • Certain functionality will eventually be removed, but none has been removed yet - just the binaries.
  • Initialise command to generate the required files in the required directory, so you can use your own templates and configurations.
  • Just type drubuild init && drubuild to get started.

0.1.27

15 Nov 02:23
Compare
Choose a tag to compare
0.1.27 Pre-release
Pre-release
  • fixes typo from previous release, causing breakages among new installations
  • removes vendors

Please note: Those currently using this might have some lingering problems - testing is being undertaken now.

0.1.26

15 Nov 02:22
Compare
Choose a tag to compare
0.1.26 Pre-release
Pre-release

Total refactor to support forward change - the name is now drubuild.

All references to golang-drush have been changed to drubuild.

0.1.25

16 Oct 05:03
Compare
Choose a tag to compare
0.1.25 Pre-release
Pre-release
Prevent files from being removed, and report on them.

0.1.24

16 Oct 01:45
Compare
Choose a tag to compare
0.1.24 Pre-release
Pre-release
  • Fixes recursive removal of /sites/all for all built sites, in favour for strictly "only this site".
  • Adds notice about project's future in readme file.

0.1.23: Some minor work to support composer.json files under custom paths (*/…

22 Sep 04:36
Compare
Choose a tag to compare

0.1.22

22 Sep 04:44
Compare
Choose a tag to compare
0.1.22 Pre-release
Pre-release
Bugfix for sprintf

0.1.21

31 Aug 11:20
Compare
Choose a tag to compare
0.1.21 Pre-release
Pre-release
  • Make file updater now works with improper version declarations.
  • Make file updater will now correct improper versions into proper version declarations
  • Remove some flow control that was literally doing nothing.

0.1.20

31 Aug 00:55
Compare
Choose a tag to compare
0.1.20 Pre-release
Pre-release
  • Removes a problem yml reference, do be fixed up later.

0.1.19

30 Aug 10:41
Compare
Choose a tag to compare
0.1.19 Pre-release
Pre-release
  • Fixes module/theme removal paths for custom Drupal 8 modules/themes.