Skip to content

Instantly share code, notes, and snippets.

View woodbridge's full-sized avatar
🎯
Focusing

Justin Woodbridge woodbridge

🎯
Focusing
View GitHub Profile
casexpert@finiteloop-stage-app1:~$ ./bin/release.sh
Current branch master is up to date.
Running migrations for dashboard:
- Nothing to migrate.
- Loading initial data for dashboard.
Installed 1 object(s) from 1 fixture(s)
Running migrations for cases:
- Nothing to migrate.
- Loading initial data for cases.
Installed 1 object(s) from 1 fixture(s)
#!/bin/bash
source "$HOME/casexpert/bin/activate"
cd "$HOME/casexpert/src"
git pull --rebase
casexpert/manage.py migrate
casexpert/manage.py synccompress
require 'pivotal-tracker'
require './lib/formats/large_text'
require 'securerandom'
require 'benchmark'
require 'fileutils'
KEY = '1cce9f8bc294bcd160a7767304da5b68'
PivotalTracker::Client.token = KEY
test_proj = PivotalTracker::Client.use_ssl = true
@woodbridge
woodbridge / gist:3129599
Created July 17, 2012 14:11
Script used to benchmark.
require 'pivotal-tracker'
require './lib/formats/large_text'
require 'benchmark'
KEY = '1cce9f8bc294bcd160a7767304da5b68'
PivotalTracker::Client.token = KEY
PivotalTracker::Client.use_ssl = true
test_proj = PivotalTracker::Project.find(398049)
require 'pivotal-tracker'
require './lib/formats/large_text'
require 'benchmark'
KEY = '1cce9f8bc294bcd160a7767304da5b68'
PivotalTracker::Client.token = KEY
PivotalTracker::Client.use_ssl = true
(venv)> python manage.py syncdb
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Synced:
> django.contrib.auth
> django.contrib.contenttypes
data_sources
data_sources/__init__.py
data_sources/__init__.pyc
data_sources/admin.py
data_sources/admin.pyc
data_sources/fixtures
data_sources/fixtures/initial_data.yaml
data_sources/importers
data_sources/importers/__init__.py
data_sources/importers/__init__.pyc
2.5 Ghz intel core i5
4gb i333 MHz DDR3
Bought it around christmas time.
Error opening private key justin_woodbridge.key
52243:error:02001002:system library:fopen:No such file or directory:/SourceCache/OpenSSL098/OpenSSL098-47/src/crypto/bio/bss_file.c:356:fopen('justin_woodbridge.key','r')
52243:error:20074002:BIO routines:FILE_CTRL:system lib:/SourceCache/OpenSSL098/OpenSSL098-47/src/crypto/bio/bss_file.c:358:
unable to load private key
{
"auto_complete": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",