"indra/git@git.alchemyviewer.org:alchemy/viewer.git" did not exist on "a207b24d331539e16bd66ca09df3c585529c99f0"
Nat Goodspeed
authored
viewer_manifest.py uses its base-class llmanifest.LLManifest.put_in_file() method to create several different files in the install image being marshalled. I based the logic to create settings_install.xml on that example. Unfortunately I failed to notice that after every existing call, the script also explicitly appended the newly-created file to self.file_list... which only matters on Windows. file_list is fed to the NSIS installer. Change put_in_file() method to implicitly append to self.file_list. Change every existing viewer_manifest.py call to pass new put_in_file(src=) param instead of explicitly appending to self.file_list.
Name | Last commit | Last update |
---|---|---|
debian | ||
doc | ||
etc | ||
indra | ||
scripts | ||
.hgignore | ||
.hgtags | ||
BuildParams | ||
NORSPEC-207.patch | ||
autobuild.xml | ||
build.sh |