AP v1.4.1: Feedback; Skeletons

Chris Giles <[email protected]> Fri, 24 Apr 2009 14:50:03 +1000
Newsgroups gmane.comp.autopackage.devel
Message-ID <[email protected]>
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-OfajU3CKLf1/[email protected]
For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]
skeletons.tar.bz2 (application/x-bzip2, 789 B) - not displayed