Sample program of SAKURA Internet IoT Communication Module
View the Github repository.
Revision 4:59d500069fed, committed 2017-09-07
- Comitter:
- chibiegg
- Date:
- Thu Sep 07 12:39:19 2017 +0900
- Parent:
- 3:6bf66fc3bc57
- Child:
- 5:55237f51ee61
- Commit message:
- Add MAINTENANCE.md
Changed in this revision
| MAINTENANCE.md | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MAINTENANCE.md Thu Sep 07 12:39:19 2017 +0900 @@ -0,0 +1,32 @@ +# Maintenance + +## Sync with github.com + +### Setup hg-git + +```bash +pip install mercurial hg-git +``` + +#### ~/.hgrc + +``` +[extensions] +hggit = +``` + +### mbed.org to github.com + +```bash +hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/ SakuraIO_Standard-sync +cd SakuraIOmbed-sync +hg push git@github.com:sakuraio/sakuraio-mbed-standard.git +``` + +### github.com to mbed.org + +```bash +hg pull git@github.com:sakuraio/sakuraio-mbed-standard.git +hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/ # check diff +hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Standard/ +```
SAKURA Internet
SCM-LTE-Beta
SCM-LTE-01