jpshackelford / P4Rally forked from sberan/P4Rally
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
P4Rally /
| name | age | message | |
|---|---|---|---|
| |
.buildpath | ||
| |
.project | ||
| |
DELETEME | ||
| |
README | ||
| |
app/ | ||
| |
p4_helper/ | ||
| |
tools/ |
README
A rally integration for perforce.
Instructions:
gem install p4ruby
gem install rally_rest_api
Usage: [ruby] app/bin/p4rally-sync.rb [options]
-u, --rally_username USERNAME The Rally user name
-p, --rally_password PASSWORD The Rally password
-w, --rally_workspace WORKSPACE The Rally workspace
-r, --rally_project PROJECT The Rally Project
-U, --perforce_username USERNAME The Perforce user name
-P, --perforce_password PASSWORD The Perforce password
-t, --perforce_port PORT The Perforce password, e.g. perforce:1666
-d, --update_last_sync_counter Update last sync counter to current time and exit
-h, --help Display this screen

