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

Issue using branches with subtrees #11

@acouch

Description

@acouch

When I try to build with https://github.com/DrupalLadder/_rhymessite as an example I'm not able do successfully run buildmanager-build. To recreate:

git clone git@github.com:DrupalLadder/_rhymessite.git
cd _rhymessite
drush buildmanager-build

I get the following error. Any suggestions?

drush buildmanager-build
Loading configuration from: buildmanager.config.yml                                                                                                                                                  [ok]
Using build file: build.make                                                                                                                                                                         [ok]
Preparing to add/update git subtrees.                                                                                                                                                                [ok]
Preparing to symlink rhymesdistro to path: docroot/profiles/rhymesdistro                                                                                                                             [ok]
The version/tag specified by your build.make file does not correspond with tags available at the remote we're pulling from.                                                                          [error]
Review available tags like this:
    drush subtree-get-tags rhymesdistro
Or see if you can spot a mistake in your make file or buildmanager config here:
    project:    rhymesdistro
    tag:        7.x-1.1
    remote:     https://github.com/DrupalLadder/rhymesdistro.git
fatal: bad object 988a20d93bb8e712e41224370133b9725c17e91a
Array
(
)

                                                                                                                                                                                                     [error]
Sorry. Git subtree split failed. Couldn't retrieve HEAD.                                                                                                                                             [error]
No Tag Found:   local version of rhymesdistro,                                                                                                                                                         [ok]
7.x-1.1:    build.make version of rhymesdistro                                                                                                                                                          [ok]
Preparing to pull subtree: rhymesdistro                                                                                                                                                              [ok]
No commit ID specified for rhymesdistro (if a tag was specified in a make file, the corresponding commit ID could not be retrieved). Your install will run on the tip of whatever branch you checked [warning]
out. (Subtrees do not fallback to the latest recommended release on drupal.org when no version is specified.)
Preparing to symlink rhymes to path: docroot/sites/all/modules/rhymesdistro/rhymes                                                                                                                   [ok]
fatal: bad object 2606dd6fd1e7804e26331f7b9cb3e025441d8332
Array
(
)

                                                                                                                                                                                                     [error]```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions