mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 03:18:31 +08:00
Update article
This commit is contained in:
parent
c03cf3e814
commit
bf5d31b8dd
4 changed files with 3 additions and 3 deletions
BIN
images/forgejo-mirror.png
Normal file
BIN
images/forgejo-mirror.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
BIN
images/forgejo-sync.png
Normal file
BIN
images/forgejo-sync.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
BIN
images/forgejo-update.png
Normal file
BIN
images/forgejo-update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 KiB |
|
@ -92,15 +92,15 @@ Ah now it gets tricky. Ideally we should allow GitHub to coexist with our Git Fo
|
|||
|
||||
Forgejo works great for syncing NuttX Repo from GitHub. We configured Forgejo to __Auto-Sync from GitHub every hour__...
|
||||
|
||||
TODO: Screenshot of sync settings
|
||||
![Auto-Sync from GitHub every hour](https://lupyuen.github.io/images/forgejo-sync.png)
|
||||
|
||||
Oops Forgejo creates a [__Read-Only Mirror__](https://nuttx-forge.org/nuttx/nuttx-mirror). That won't allow __Pull Requests__!
|
||||
|
||||
TODO: Screenshot of read-only mirror
|
||||
![Read-Only Mirror won't allow Pull Requests](https://lupyuen.github.io/images/forgejo-mirror.png)
|
||||
|
||||
Thus we created our own [__Read-Write Mirror__](https://nuttx-forge.org/nuttx/nuttx-update) of NuttX Repo...
|
||||
|
||||
TODO: Screenshot of read-write mirror
|
||||
![Read-Write Mirror OK with Pull Requests](https://lupyuen.github.io/images/forgejo-update.png)
|
||||
|
||||
Forgejo won't auto-sync our repo. We wrote our own __Syncing Script__, that works without GitHub.
|
||||
|
||||
|
|
Loading…
Reference in a new issue