Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Rename 'hammerhead' and other values as appropriate
  2. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ sed -e "s/@DEVICE@/grouper/" \
  3. > -e "s/@VENDOR@/asus/" \
  4. > -e "s/@DEVICE_PRETTY@/Nexus 7/" \
  5. > -e "s/@VENDOR_PRETTY@/Asus/" \
  6. > dhd/droid-hal-@[email protected] > droid-hal-grouper.spec
  7. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Please review droid-hal-grouper.spec before committing!
  8. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git add .
  9. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git commit -m "[dhd] Initial content"
  10. [master (root-commit) 28bf34e] [dhd] Initial content
  11. 3 files changed, 21 insertions(+)
  12. create mode 100644 .gitmodules
  13. create mode 160000 dhd
  14. create mode 100644 droid-hal-grouper.spec
  15. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ # Create this repository under your GitHub home
  16. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git remote add GalaxyNinja66 https://github.com/myname/droid-hal-grouper.git
  17. PlatformSDK sailfish@sailfish00:~/hadk/rpm$ git push GalaxyNinja66 master
  18. Username for 'https://github.com': GalaxyNinja66
  19. Password for 'https://[email protected]':
  20. remote: Repository not found.
  21. fatal: repository 'https://github.com/myname/droid-hal-grouper.git/' not found
  22. PlatformSDK sailfish@sailfish00:~/hadk/rpm$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement