Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #390 from fbelavenuto/adding-version-p1
Browse files Browse the repository at this point in the history
Adding version to a file in p1
  • Loading branch information
fbelavenuto authored Dec 6, 2022
2 parents 675324c + 23820c5 commit e1c6bd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
# Copy files
echo "Copying files"
sed 's/^ARPL_VERSION=.*/ARPL_VERSION="'${VERSION}'"/' -i files/board/arpl/overlayfs/opt/arpl/include/consts.sh
echo "${VERSION}" > files/board/arpl/p1/ARPL-VERSION
cp -Ru files/* .buildroot/
cd .buildroot
echo "Generating default config"
Expand Down
1 change: 1 addition & 0 deletions files/board/arpl/p1/ARPL-VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0-beta7
1 change: 1 addition & 0 deletions img-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fi
echo "Copying files"
VERSION=`cat VERSION`
sed 's/^ARPL_VERSION=.*/ARPL_VERSION="'${VERSION}'"/' -i files/board/arpl/overlayfs/opt/arpl/include/consts.sh
echo "${VERSION}" > files/board/arpl/p1/ARPL-VERSION
cp -Ru files/* .buildroot/

cd .buildroot
Expand Down
1 change: 1 addition & 0 deletions update-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ replace:
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-arpl"
".buildroot/output/images/rootfs.cpio.xz": "/mnt/p3/initrd-arpl"
"files/board/arpl/p1/grub/grub.cfg": "/mnt/p1/grub/grub.cfg"
"files/board/arpl/p1/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION"
remove:

0 comments on commit e1c6bd5

Please sign in to comment.