diff --git a/.ropeproject/config.py b/.ropeproject/config.py new file mode 100644 index 0000000..ffebcd4 --- /dev/null +++ b/.ropeproject/config.py @@ -0,0 +1,85 @@ +# The default ``config.py`` + + +def set_prefs(prefs): + """This function is called before opening the project""" + + # Specify which files and folders to ignore in the project. + # Changes to ignored resources are not added to the history and + # VCSs. Also they are not returned in `Project.get_files()`. + # Note that ``?`` and ``*`` match all characters but slashes. + # '*.pyc': matches 'test.pyc' and 'pkg/test.pyc' + # 'mod*.pyc': matches 'test/mod1.pyc' but not 'mod/1.pyc' + # '.svn': matches 'pkg/.svn' and all of its children + # 'build/*.o': matches 'build/lib.o' but not 'build/sub/lib.o' + # 'build//*.o': matches 'build/lib.o' and 'build/sub/lib.o' + prefs['ignored_resources'] = ['*.pyc', '*~', '.ropeproject', + '.hg', '.svn', '_svn', '.git'] + + # Specifies which files should be considered python files. It is + # useful when you have scripts inside your project. Only files + # ending with ``.py`` are considered to be python files by + # default. + #prefs['python_files'] = ['*.py'] + + # Custom source folders: By default rope searches the project + # for finding source folders (folders that should be searched + # for finding modules). You can add paths to that list. Note + # that rope guesses project source folders correctly most of the + # time; use this if you have any problems. + # The folders should be relative to project root and use '/' for + # separating folders regardless of the platform rope is running on. + # 'src/my_source_folder' for instance. + #prefs.add('source_folders', 'src') + + # You can extend python path for looking up modules + #prefs.add('python_path', '~/python/') + + # Should rope save object information or not. + prefs['save_objectdb'] = True + prefs['compress_objectdb'] = False + + # If `True`, rope analyzes each module when it is being saved. + prefs['automatic_soa'] = True + # The depth of calls to follow in static object analysis + prefs['soa_followed_calls'] = 0 + + # If `False` when running modules or unit tests "dynamic object + # analysis" is turned off. This makes them much faster. + prefs['perform_doa'] = True + + # Rope can check the validity of its object DB when running. + prefs['validate_objectdb'] = True + + # How many undos to hold? + prefs['max_history_items'] = 32 + + # Shows whether to save history across sessions. + prefs['save_history'] = True + prefs['compress_history'] = False + + # Set the number spaces used for indenting. According to + # :PEP:`8`, it is best to use 4 spaces. Since most of rope's + # unit-tests use 4 spaces it is more reliable, too. + prefs['indent_size'] = 4 + + # Builtin and c-extension modules that are allowed to be imported + # and inspected by rope. + prefs['extension_modules'] = [] + + # Add all standard c-extensions to extension_modules list. + prefs['import_dynload_stdmods'] = True + + # If `True` modules with syntax errors are considered to be empty. + # The default value is `False`; When `False` syntax errors raise + # `rope.base.exceptions.ModuleSyntaxError` exception. + prefs['ignore_syntax_errors'] = False + + # If `True`, rope ignores unresolvable imports. Otherwise, they + # appear in the importing namespace. + prefs['ignore_bad_imports'] = False + + +def project_opened(project): + """This function is called after opening the project""" + # Do whatever you like here! diff --git a/.ropeproject/globalnames b/.ropeproject/globalnames new file mode 100644 index 0000000..bfd265c Binary files /dev/null and b/.ropeproject/globalnames differ diff --git a/.ropeproject/history b/.ropeproject/history new file mode 100644 index 0000000..fcd9c96 --- /dev/null +++ b/.ropeproject/history @@ -0,0 +1 @@ +€]q(]q]qe. \ No newline at end of file diff --git a/.ropeproject/objectdb b/.ropeproject/objectdb new file mode 100644 index 0000000..c7c2c02 --- /dev/null +++ b/.ropeproject/objectdb @@ -0,0 +1,6 @@ +€}qU&/usr/lib/python2.7/logging/__init__.py}qU getLoggercrope.base.oi.memorydb +ScopeInfo +q)q}q(UbuiltinUstr†q…UinstanceqUdefinedqU&/usr/lib/python2.7/logging/__init__.pyU +RootLoggerq ‡†Uunknown……UinstanceUdefinedU&/usr/lib/python2.7/logging/__init__.pyU +RootLogger‡†u}q +†bss. \ No newline at end of file diff --git a/azure-core.yaml b/azure-core.yaml new file mode 100644 index 0000000..05f9422 --- /dev/null +++ b/azure-core.yaml @@ -0,0 +1,12 @@ +#cloud-config + +coreos: + etcd: + discovery: https://discovery.etcd.io/d634d28c72377c7c5e622766ec8b8521 + addr: $private_ipv4:4001 + peer-addr: $private_ipv4:7001 + units: + - name: etcd.service + command: start + - name: fleet.service + command: start diff --git a/dss.api b/dss.api index 69c779c..a6e70a9 160000 --- a/dss.api +++ b/dss.api @@ -1 +1 @@ -Subproject commit 69c779c90e10812d984a15ea326c0bf093041bd0 +Subproject commit a6e70a929f1d27a57d81683edc5059e19d199d8e diff --git a/etcdid b/etcdid new file mode 100644 index 0000000..1ad2e05 --- /dev/null +++ b/etcdid @@ -0,0 +1 @@ +https://discovery.etcd.io/d634d28c72377c7c5e622766ec8b8521 diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..28ca1e5 --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,87 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/bin/node', +1 verbose cli '/usr/bin/npm', +1 verbose cli 'install', +1 verbose cli '-g', +1 verbose cli 'node-completion' ] +2 info using npm@2.11.3 +3 info using node@v0.12.7 +4 verbose node symlink /usr/bin/node +5 verbose install initial load of /usr/lib/package.json +6 verbose readDependencies loading dependencies from /usr/lib/package.json +7 silly cache add args [ 'node-completion', null ] +8 verbose cache add spec node-completion +9 silly cache add parsed spec { raw: 'node-completion', +9 silly cache add scope: null, +9 silly cache add name: 'node-completion', +9 silly cache add rawSpec: '', +9 silly cache add spec: '*', +9 silly cache add type: 'range' } +10 silly addNamed node-completion@* +11 verbose addNamed "*" is a valid semver range for node-completion +12 silly addNameRange { name: 'node-completion', range: '*', hasData: false } +13 silly mapToRegistry name node-completion +14 silly mapToRegistry using default registry +15 silly mapToRegistry registry https://registry.npmjs.org/ +16 silly mapToRegistry uri https://registry.npmjs.org/node-completion +17 verbose addNameRange registry:https://registry.npmjs.org/node-completion not in flight; fetching +18 verbose request uri https://registry.npmjs.org/node-completion +19 verbose request no auth needed +20 info attempt registry request try #1 at 21:34:03 +21 verbose request id cb786e1cb4cab3be +22 http request GET https://registry.npmjs.org/node-completion +23 http 404 https://registry.npmjs.org/node-completion +24 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', +24 verbose headers 'content-type': 'application/json', +24 verbose headers 'cache-control': 'max-age=0', +24 verbose headers 'content-length': '51', +24 verbose headers 'accept-ranges': 'bytes', +24 verbose headers date: 'Sat, 25 Jul 2015 20:34:05 GMT', +24 verbose headers via: '1.1 varnish', +24 verbose headers age: '0', +24 verbose headers connection: 'keep-alive', +24 verbose headers 'x-served-by': 'cache-ams4129-AMS', +24 verbose headers 'x-cache': 'MISS', +24 verbose headers 'x-cache-hits': '0', +24 verbose headers 'x-timer': 'S1437856445.017493,VS0,VE161' } +25 silly get cb [ 404, +25 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', +25 silly get 'content-type': 'application/json', +25 silly get 'cache-control': 'max-age=0', +25 silly get 'content-length': '51', +25 silly get 'accept-ranges': 'bytes', +25 silly get date: 'Sat, 25 Jul 2015 20:34:05 GMT', +25 silly get via: '1.1 varnish', +25 silly get age: '0', +25 silly get connection: 'keep-alive', +25 silly get 'x-served-by': 'cache-ams4129-AMS', +25 silly get 'x-cache': 'MISS', +25 silly get 'x-cache-hits': '0', +25 silly get 'x-timer': 'S1437856445.017493,VS0,VE161' } ] +26 verbose stack Error: 404 Not Found: node-completion +26 verbose stack at CachingRegistryClient. (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:245:14) +26 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14) +26 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:354:22) +26 verbose stack at Request.emit (events.js:110:17) +26 verbose stack at Request. (/usr/lib/node_modules/npm/node_modules/request/request.js:1207:14) +26 verbose stack at Request.emit (events.js:129:20) +26 verbose stack at IncomingMessage. (/usr/lib/node_modules/npm/node_modules/request/request.js:1153:12) +26 verbose stack at IncomingMessage.emit (events.js:129:20) +26 verbose stack at _stream_readable.js:908:16 +26 verbose stack at process._tickCallback (node.js:355:11) +27 verbose statusCode 404 +28 verbose pkgid node-completion +29 verbose cwd /home/fergalm/Dropbox/development/deepsouthsounds.com/dss.docker +30 error Linux 3.19.0-23-generic +31 error argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "node-completion" +32 error node v0.12.7 +33 error npm v2.11.3 +34 error code E404 +35 error 404 Not Found: node-completion +35 error 404 +35 error 404 'node-completion' is not in the npm registry. +35 error 404 You should bug the author to publish it (or use the name yourself!) +35 error 404 +35 error 404 Note that you can also install from a +35 error 404 tarball, folder, http url, or git url. +36 verbose exit [ 1, true ]