Skip to content

Commit

Permalink
Merge branch 'iamsubhranil:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rdoc authored Apr 14, 2022
2 parents 5166d59 + dae02e5 commit 5fcd6b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build_requests.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@
[Thu Mar 17 12:17:19 IST 2022] [ArcherC6UV1] Local ver: r19123-2de86691b6, snapshot ver: r19129-e17c6ee627
[Sun Mar 20 14:33:35 IST 2022] [ArcherC6Uv1] Local ver: r19129-e17c6ee627, snapshot ver: r19158-1eb5d50fd3
[Mon Mar 21 13:37:22 IST 2022] [ArcherC6Uv1] Local ver: r19158-1eb5d50fd3, snapshot ver: r19162-9f9477b275
[Sun Mar 27 09:45:11 IST 2022] [] Local ver: , snapshot ver:
[Thu Mar 31 01:27:38 IST 2022] [ArcherC6Uv1] Local ver: r19162-9f9477b275, snapshot ver: r19314-8822a8d850
[Sun Apr 3 21:57:39 IST 2022] [ArcherC6Uv1] Local ver: r19314-8822a8d850, snapshot ver: r19349-bf6002e74b
[Thu Apr 7 13:52:08 IST 2022] [ArcherC50v6] Local ver: r19235-13960fb0e0, snapshot ver: r19368-64f629e207
[Tue Apr 12 02:33:50 IST 2022] [ArcherC6Uv1] Local ver: r19349-bf6002e74b, snapshot ver: r19421-3aa96efa24
2 changes: 1 addition & 1 deletion c50/files/root/updater/trigger_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

CMD="cd /root/updater/; LOCAL_VERSION=$LOCAL_VERSION; LATEST_SNAPSHOT=$LATEST_SNAPSHOT; DEVICE=ArcherC50v6; ./trigger_build.sh"
CMD="cd /root/updater/; LOCAL_VERSION=$LOCAL_VERSION; LATEST_SNAPSHOT=$LATEST_SNAPSHOT; DEVICE=ArcherC50v6; . ./trigger_build.sh"
ssh root@192.168.1.1 "$CMD"
2 changes: 1 addition & 1 deletion common/root/updater/first_boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ ADDON="/root/updater/first_boot_extras.sh"
if [ -f "$ADDON" ];
then
chmod +x $ADDON
sh $ADDON
. $ADDON
fi

0 comments on commit 5fcd6b8

Please # to comment.