Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Add wpasupplicant dev build
Browse files Browse the repository at this point in the history
Needs fix in wpa/package_wpa.sh.
  • Loading branch information
maseabunikie committed Aug 6, 2021
1 parent 2e04302 commit ed9df6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packaging/package_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ pushd systemd
popd
mv ./fog-sw-systemd*.deb ${SCRIPT_PATH}/${DEBS_OUTPUT_DIR}/

# TODO: fix the package_wpa.sh under wpa repo in order to work in local builds.
# Local build does not have build directory so package_wpa.sh fails.
#pushd wpasupplicant
# ./package.sh
#popd
#mv ./wpasupplicant*.deb ${SCRIPT_PATH}/${DEBS_OUTPUT_DIR}/

# Not needed yet.
#pushd ../fogsw_secure_os
#./package.sh
Expand Down
8 changes: 8 additions & 0 deletions packaging/wpasupplicant/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

pushd ../../wpa > /dev/null
params="-m $(realpath .) -c $(git rev-parse HEAD) -g $(git log --date=format:%Y%m%d --pretty=~dirty~git%cd.%h -n 1) -b 0"
./package_wpa.sh $params
popd

exit 0

0 comments on commit ed9df6a

Please sign in to comment.