Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2014 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b1c535188611dd39518e to your computer and use it in GitHub Desktop.
Save anonymous/b1c535188611dd39518e to your computer and use it in GitHub Desktop.
[Radar:rally] jtaleric:rally$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
[Radar:rally] jtaleric:rally$ git remote update
Fetching origin
[Radar:rally] jtaleric:rally$ git pull
Already up-to-date.
[Radar:rally] jtaleric:rally$ git checkout -
Switched to branch 'TOPIC-BRANCH'
[Radar:rally] jtaleric:rally$ git rebase master
Current branch TOPIC-BRANCH is up to date.
[Radar:rally] jtaleric:rally$ ls
total 144
drwxrwxr-x+ 10 jtaleric staff 340B Aug 19 19:16 ..
-rw-r--r--+ 1 jtaleric staff 1.0K Aug 19 19:16 tox.ini
drwxr-xr-x+ 11 jtaleric staff 374B Aug 19 19:16 tools
drwxr-xr-x+ 7 jtaleric staff 238B Aug 19 19:16 tests_ci
drwxr-xr-x+ 22 jtaleric staff 748B Aug 19 19:16 tests
-rw-r--r--+ 1 jtaleric staff 117B Aug 19 19:16 test-requirements.txt
-rw-r--r--+ 1 jtaleric staff 1.0K Aug 19 19:16 setup.py
-rw-r--r--+ 1 jtaleric staff 855B Aug 19 19:16 setup.cfg
-rwxr-xr-x+ 1 jtaleric staff 2.7K Aug 19 19:16 run_tests.sh
-rw-r--r--+ 1 jtaleric staff 621B Aug 19 19:16 requirements.txt
drwxr-xr-x+ 6 jtaleric staff 204B Aug 19 19:16 rally-scenarios
drwxr-xr-x+ 20 jtaleric staff 680B Aug 19 19:16 rally
-rw-r--r--+ 1 jtaleric staff 292B Aug 19 19:16 openstack-common.conf
-rwxr-xr-x+ 1 jtaleric staff 5.1K Aug 19 19:16 install_rally.sh
drwxr-xr-x+ 3 jtaleric staff 102B Aug 19 19:16 etc
drwxr-xr-x+ 5 jtaleric staff 170B Aug 19 19:16 doc
drwxr-xr-x+ 3 jtaleric staff 102B Aug 19 19:16 contrib
-rw-r--r--+ 1 jtaleric staff 15B Aug 19 19:16 babel.cfg
-rw-r--r--+ 1 jtaleric staff 3.4K Aug 19 19:16 README.rst
-rw-r--r--+ 1 jtaleric staff 10K Aug 19 19:16 LICENSE
-rw-r--r--+ 1 jtaleric staff 197B Aug 19 19:16 .testr.conf
-rw-r--r--+ 1 jtaleric staff 75B Aug 19 19:16 .gitreview
-rw-r--r--+ 1 jtaleric staff 373B Aug 19 19:16 .gitignore
-rw-r--r--+ 1 jtaleric staff 91B Aug 19 19:16 .coveragerc
drwxr-xr-x+ 26 jtaleric staff 884B Aug 19 19:16 .
drwxr-xr-x+ 15 jtaleric staff 510B Aug 19 19:21 .git
[Radar:rally] jtaleric:rally$ vi requirements.txt
[Radar:rally] jtaleric:rally$ cat requirements.txt
Babel>=1.3
decorator>=3.4.0
fixtures>=0.3.14
iso8601>=0.1.9
jsonschema>=2.0.0,<3.0.0
netaddr>=0.7.6
oslo.config>=1.4.0.0a3
oslo.db>=0.2.0 # Apache-2.0
paramiko>=1.13.0
pbr>=0.6,!=0.7,<1.0
pecan>=0.5.0
PrettyTable>=0.7,<0.8
PyYAML>=3.1.0
python-glanceclient>=0.13.1
python-keystoneclient>=0.10.0
python-novaclient>=2.17.0
python-neutronclient>=2.3.6,<3
python-cinderclient>=1.0.7
python-heatclient>=0.2.9
python-ceilometerclient>=1.0.6
python-ironicclient>=0.2.1
python-saharaclient>=0.6.0
python-subunit>=0.0.18
requests>=1.2.1
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
sphinx>=1.1.2,!=1.2.0,<1.3
six>=1.7.0
WSME>=0.6
[Radar:rally] jtaleric:rally$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment