Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Replace blt sh mentions with blt alias. #263

Merged

Conversation

ChuChuNaKu
Copy link

I replaced all mentions of ./blt.sh with blt in the composer-package branch.

@@ -22,6 +22,6 @@
"minimum-stability": "beta",
"prefer-stable": true,
"scripts": {
"install-blt-alias": "./blt.sh install-alias"
"install-blt-alias": "blt install-alias"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually one place we need to refer to the script explicitly, since it would only be run if the alias weren't already installed.

@ChuChuNaKu ChuChuNaKu force-pushed the composer-package-alias branch from 9656eba to fd46a34 Compare August 5, 2016 20:19
@@ -3,4 +3,4 @@
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

# Update current database to reflect the state of the Drupal file system
$DIR/../../blt.sh ci:update
$DIR/../.blt ci:update
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will break the script.

@ChuChuNaKu ChuChuNaKu force-pushed the composer-package-alias branch from fd46a34 to a5fece2 Compare August 6, 2016 20:24
@grasmash grasmash merged commit a2b129c into acquia:composer-package Aug 7, 2016
grasmash added a commit that referenced this pull request Aug 7, 2016
… composer-package

* 'composer-package' of https://github.com/acquia/blt:
  Replace blt sh mentions with blt alias. (#263)
grasmash pushed a commit that referenced this pull request Aug 8, 2016
grasmash added a commit that referenced this pull request Aug 8, 2016
* Moving template/build to build.

* Removing custom tasks dir.

* Removing build/core.

* Removing template dir.

* Fixing incorrect paths in phpunit tests.

* Fixing executables.

* Removing unnecessary git fetch.

* Making phpcs filesets configurable.

* Working on upgrade path.

* Updating install docs and process.

* Making setup tasks more verbose.

* Using fork of composer-patches.

* Adding update instructions.

* More improvements to verbosity.

* debug

* Fixing rsync issues.

* updating instructions.

* fixing upgrade script.

* fixing travis.

* Adding create-project target.

* Adding blt-project instructions.

* Installing alias as part of init.

* fixing travis

* more docs fixes.

* Replace blt sh mentions with blt alias. (#263)

* Allowing custom import.

* Removing changes from rebase.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants