AP v1.4.1: Feedback; Skeletons
Hi Guys
I released v0.8.0 of my Q7Z application yesterday, which offers an AP in addition to the standard Deb/RPM/TGZ packages. I'm pleased to report that AP v1.4.1 appears to work well, so thanks for the good job.
However, I did notice the following code section. After reading the initial comment, I thought I should bring it to your attention, just in case you forgot to remove it prior to releasing v1.4.1.
# temporary hack to make 1.4 targetted packages work in the 1.3 development series
# same hack is in installer.2.template and backend.template: remove when we release
if [[ "$_autopackage_target" == "1.4" ]]; then
_autopackage_target="1.3"
fi
To be safe, I decided to hard-code my AP target version, as noted below. The size of the ".package" file was similar, so the above hack possibly has little impact.
export AUTOPACKAGETARGET="1.4.1"
Also, I've attached three more skeletons that were created for use in my Q7Z application. As usual, you're welcome to commit them to SVN.
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: autopackage-dev-unsubscribe@...
For additional commands, e-mail: autopackage-dev-help@...