This file contains hidden or 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
# YAML | |
# Core | |
webrootDir: | |
value: #webroot sub-folder | |
# PM System / Deployments | |
submitDeployTicket: | |
value: True | |
pmName: | |
value: AtTask | |
attaskPword: |
This file contains hidden or 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
# YAML | |
# Core | |
webrootDir: | |
value: # webroot sub-folder ex. webroot | |
singleSite: | |
value: # www.example.com | |
# PM System / Deployments | |
submitDeployTicket: | |
value: True | |
pmName: |
This file contains hidden or 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
core: 8.x | |
api: 2 | |
defaults: | |
projects: | |
subdir: "contrib" | |
projects: | |
drupal: |
This file contains hidden or 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
core: 7.x | |
api: 2 | |
defaults: | |
projects: | |
subdir: "contrib" | |
projects: | |
drupal: |
This file contains hidden or 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
core: 8.x | |
api: 2 | |
defaults: | |
projects: | |
subdir: "contrib" | |
projects: | |
drupal: |
This file contains hidden or 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
core: 7.x | |
api: 2 | |
defaults: | |
projects: | |
subdir: "contrib" | |
projects: | |
drupal: |
This file contains hidden or 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
mljdtaylor:~ jdtaylor$ ~/Dropbox/drupdates_tests/drupdates_test_simple.sh | |
Cloning into bare repository 'drupal'... | |
done. | |
Running Drupdates | |
Traceback (most recent call last): | |
File "/usr/local/bin/drupdates", line 9, in <module> | |
load_entry_point('Drupdates==1.4.0', 'console_scripts', 'drupdates')() | |
File "/usr/local/lib/python2.7/site-packages/Drupdates-1.4.0-py2.7.egg/drupdates/cli.py", line 6, in main | |
Updates().run_updates() | |
File "/usr/local/lib/python2.7/site-packages/Drupdates-1.4.0-py2.7.egg/drupdates/updates.py", line 16, in __init__ |
This file contains hidden or 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
# YAML | |
# Git Repo | |
repoDict: | |
value: | |
drupal: # ssh://<user>@example.com/<repo folder> | |
# Build related | |
workingBranch: | |
value: dev |
This file contains hidden or 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
TypeError: Cannot read property 'prototype' of undefined | |
at __extends (/Users/jdtaylor/.atom/packages/todo-list/lib/todo-list-view.coffee:1:1) | |
at /Users/jdtaylor/.atom/packages/todo-list/lib/todo-list-view.coffee:5:3 | |
at Object.<anonymous> (/Users/jdtaylor/.atom/packages/todo-list/lib/todo-list-view.coffee:267:5) | |
at Object.<anonymous> (/Users/jdtaylor/.atom/packages/todo-list/lib/todo-list-view.coffee:1:1) | |
at Module._compile (module.js:452:26) | |
at Object.require.extensions.(anonymous function) [as .coffee] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:166:19) | |
at Module.load (module.js:347:32) | |
at Function.Module._load (module.js:302:12) | |
at Module.require (module.js:357:17) |
This file contains hidden or 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
# YAML | |
# Git Repo | |
repoDict: | |
value: | |
drupal: # ssh://<user>@example.com/<repo folder> | |
# Build related | |
workingBranch: | |
value: dev | |
# Create a Feature branch called drupdates in origin repo | |
useFeatureBranch: |