Created
February 7, 2012 22:19
-
-
Save webchick/1762532 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make file: http://drupalcode.org/project/nodestream.git/blob_plain/refs/heads/7.x-2.x:/nodestream.make | |
Relevant lines: | |
; Parallel development | |
projects[ns_core][type] = module | |
projects[ns_core][download][type] = git | |
projects[ns_core][download][branch] = 7.x-2.x | |
; Needed to get applicable key fix. | |
projects[defaultconfig][type] = module | |
projects[defaultconfig][download][type] = git | |
projects[defaultconfig][download][revision] = d2d4b64 | |
; CTools, needed for bug fixes. | |
projects[ctools][type] = module | |
projects[ctools][download][type] = git | |
projects[ctools][download][revision] = 747151e | |
; UUID | |
projects[uuid][type] = module | |
projects[uuid][download][type] = git | |
projects[uuid][download][revision] = b27dda059eb676ff16122d39aaf6c333fdea81ce | |
; Views RSS, has no stable 7.x release yet | |
projects[views_rss][type] = module | |
projects[views_rss][download][type] = git | |
projects[views_rss][download][revision] = 8ea68074418effcd71ecb00eaed1225162dadebe | |
; DraggableViews, has no stable 7.x release yet. | |
projects[draggableviews][type] = module | |
projects[draggableviews][download][type] = git | |
projects[draggableviews][download][revision] = 9677bc18b7255e13c33ac3cca48732b855c6817d | |
; We run with the dev version to get exportability. | |
projects[wysiwyg][type] = module | |
projects[wysiwyg][download][type] = git | |
projects[wysiwyg][download][revision] = 60ea63c0b609f89878dfdf87616f3a88268b5217 | |
; We need to use the dev version in order to work with media 2.x | |
projects[media_youtube][type] = module | |
projects[media_youtube][download][type] = git | |
projects[media_youtube][download][revision] = 0cf05da | |
; Dev version since no stable version is available. | |
projects[pathfilter][type] = module | |
projects[pathfilter][download][type] = git | |
projects[pathfilter][download][revision] = 42c6e37 | |
; Needed for bug fixes. | |
projects[admin_menu][type] = module | |
projects[admin_menu][download][type] = git | |
projects[admin_menu][download][revision] = f6d25420fc66f7f57cc8240970bdbade64215c51 | |
; Needed to fix access check and relationships in CTools. | |
projects[entityreference][type] = module | |
projects[entityreference][download][type] = git | |
projects[entityreference][download][revision] = 74075a2 | |
; Needed for bug fixes | |
projects[panels_ref_formatter][type] = module | |
projects[panels_ref_formatter][download][type] = git | |
projects[panels_ref_formatter][download][revision] = 8afddd7 | |
Errors: | |
There is no recommended release for project ns_core. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'defaultconfig'. | |
There is no recommended release for project defaultconfig. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'ctools'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'uuid'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'views_rss'. | |
There is no recommended release for project views_rss. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'draggableviews'. | |
There is no recommended release for project draggableviews. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'wysiwyg'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'media_youtube'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'pathfilter'. | |
There is no recommended release for project pathfilter. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'admin_menu'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'entityreference'. | |
The project-level attribute 'version' must be specified when the [error] | |
project download-level attribute 'revision' is specified on project | |
'panels_ref_formatter'. | |
There is no recommended release for project panels_ref_formatter. | |
The drupal.org validation check failed -- see [error] | |
http://drupal.org/node/642116 for more information. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment