Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f3fe7577 authored by Robert Nelson's avatar Robert Nelson
Browse files

ti-edgeai-apps-src-8.2 (8.2.0.7)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 2eb17b9e
No related merge requests found
ti-edgeai-apps-src-8.2 (8.2.0.6-0~bullseye+20220614) bullseye; urgency=low
ti-edgeai-apps-src-8.2 (8.2.0.7-0~bullseye+20220614) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 Jun 2022 15:48:59 -0500
-- Robert Nelson <robertcnelson@gmail.com> Tue, 14 Jun 2022 16:25:48 -0500
......@@ -6,6 +6,12 @@ set -e
chown -R 1000:1000 /opt/edge_ai_apps/ || true
if [ -d /var/www/html/edgeai ] ; then
rm -rf /var/www/html/edgeai || true
fi
ln -s /opt/edge_ai_apps/docs/build/html/ /var/www/html/edgeai
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
......
......@@ -2,7 +2,7 @@
package_name="ti-edgeai-apps-src-8.2"
debian_pkg_name="${package_name}"
package_version="8.2.0.6"
package_version="8.2.0.7"
package_source=""
src_dir=""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment