https://github.com/numberfour/quatbinaries
https://github.com/numberfour/quatbinaries
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numberfour/quatbinaries
- Owner: NumberFour
- Created: 2012-01-17T17:07:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-23T15:33:28.000Z (over 14 years ago)
- Last Synced: 2025-10-24T23:23:55.928Z (8 months ago)
- Homepage:
- Size: 26.5 MB
- Stars: 1
- Watchers: 34
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
repo for storing QA binaries
when updating binary to new version, use update scritp in repo
procedure:
1) copy new binary file to /bin/ folder
2) in terminal run update script old and new file names as parameters (filename must include extension)
update oldFielName newFileName
eg:
update selenium-server-standalone-2.16.0.jar selenium-server-standalone-2.170.jar
rest is done by the script:
- adding new file to repo
- writing proper commit
- removing old file from repo, history, etc (history, branches, tags are rewritten both locally and on github)
- reclaiming space
- push to github