This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ nuttx-forgejo git:(main) ✗ $ ./sync-mirror-to-update.sh | |
+ tmp_dir=/tmp/sync-mirror-to-update | |
+ rm -rf /tmp/sync-mirror-to-update | |
+ mkdir /tmp/sync-mirror-to-update | |
+ cd /tmp/sync-mirror-to-update | |
+ git clone git@nuttx-forge:nuttx/nuttx-mirror upstream | |
Cloning into 'upstream'... | |
remote: Enumerating objects: 831937, done. | |
remote: Counting objects: 100% (831937/831937), done. | |
remote: Compressing objects: 100% (141976/141976), done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ script_path=./sync-mirror-to-update.sh | |
+++ dirname -- ./sync-mirror-to-update.sh | |
++ cd -P . | |
++ pwd | |
+ script_dir=/Users/luppy/nuttx-forgejo | |
+ tmp_dir=/tmp/sync-mirror-to-update | |
+ rm -rf /tmp/sync-mirror-to-update | |
+ mkdir /tmp/sync-mirror-to-update | |
+ cd /tmp/sync-mirror-to-update | |
+ git clone git@nuttx-forge:nuttx/nuttx-mirror upstream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ nuttx-forgejo git:(main) ✗ $ docker exec \ | |
-it \ | |
forgejo \ | |
/bin/bash -c \ | |
"tar cvf /tmp/data.tar /data" | |
tar: removing leading '/' from member names | |
data/ | |
data/git/ | |
data/git/repositories/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ lupyuen.github.io git:(master) ✗ $ cd ~/nuttx-forgejo | |
➜ nuttx-forgejo git:(main) ✗ $ ls | |
LICENSE forgejo | |
README.md sync-mirror-to-update.sh | |
docker-compose.yml | |
➜ nuttx-forgejo git:(main) ✗ $ mv forgejo /tmp | |
➜ nuttx-forgejo git:(main) ✗ $ ls | |
LICENSE docker-compose.yml | |
README.md sync-mirror-to-update.sh | |
➜ nuttx-forgejo git:(main) ✗ $ docker up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ $ ## WebFinger: Fetch the User nuttx_build at nuttx-feed.org | |
➜ ~ $ curl \ | |
https://nuttx-feed.org/.well-known/webfinger\?resource\=acct:nuttx_build@nuttx-feed.org \ | |
| jq | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 478 100 478 0 0 8800 0 --:--:-- --:--:-- --:--:-- 8690 | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Sat Dec 21 08:10:09 on ttys023 | |
➜ ~ $ ## Fetch the Public Timeline for nuttx-feed.org | |
## https://docs.joinmastodon.org/client/public/\#timelines | |
➜ ~ $ curl https://nuttx-feed.org/api/v1/timelines/public \ | |
| jq | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 53162 100 53162 0 0 550k 0 --:--:-- --:--:-- --:--:-- 552k | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run \ | |
-it \ | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ | |
/bin/bash | |
cd | |
git clone https://github.com/apache/nuttx --branch releases/12.8 | |
git clone https://github.com/jerpelea/nuttx-apps apps --branch bp-2902 | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd | |
cd nuttx/tools/ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo docker run \ | |
-it \ | |
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ | |
/bin/bash | |
cd | |
git clone https://github.com/apache/nuttx --branch releases/12.8 | |
git clone https://github.com/jerpelea/nuttx-apps apps --branch bp-2902 | |
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd | |
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd | |
cd nuttx |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ lupyuen.github.io git:(master) ✗ $ cd ~/nuttx-forgejo | |
➜ nuttx-forgejo git:(main) $ ls | |
LICENSE docker-compose.yml | |
README.md forgejo | |
➜ nuttx-forgejo git:(main) $ docker compose down | |
[+] Running 2/2 | |
✔ Container forgejo Removed 1.6s | |
✔ Network nuttx-forgejo_forgejo Removed 0.5s | |
➜ nuttx-forgejo git:(main) $ cd .. | |
➜ ~ $ rm -rf nuttx-forgejo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Executing task: set -e ; set -x ; sudo $PWD/run2.sh | |
+ sudo /home/luppy/nuttx-bisect/run2.sh | |
[sudo] password for luppy: | |
Sorry, try again. | |
[sudo] password for luppy: | |
+ script_path=/home/luppy/nuttx-bisect/run2.sh | |
+++ dirname -- /home/luppy/nuttx-bisect/run2.sh | |
++ cd -P /home/luppy/nuttx-bisect | |
++ pwd |
NewerOlder