Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Rename 'hammerhead' and other values as appropriate
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ sed -e "s/@DEVICE@/grouper/" \
- > -e "s/@VENDOR@/asus/" \
- > -e "s/@DEVICE_PRETTY@/Nexus 7/" \
- > -e "s/@VENDOR_PRETTY@/Asus/" \
- > dhd/droid-hal-@[email protected] > droid-hal-grouper.spec
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Please review droid-hal-grouper.spec before committing!
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git add .
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git commit -m "[dhd] Initial content"
- [master (root-commit) 28bf34e] [dhd] Initial content
- 3 files changed, 21 insertions(+)
- create mode 100644 .gitmodules
- create mode 160000 dhd
- create mode 100644 droid-hal-grouper.spec
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Create this repository under your GitHub home
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git remote add GalaxyNinja66 https://github.com/myname/droid-hal-grouper.git
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git push GalaxyNinja66 master
- Username for 'https://github.com': GalaxyNinja66
- Password for 'https://[email protected]':
- remote: Repository not found.
- fatal: repository 'https://github.com/myname/droid-hal-grouper.git/' not found
- PlatformSDK sailfish@sailfish00:~/hadk/rpm$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement