Custom Query (1118 matches)
Results (43 - 45 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#466 | fixed | further deinteractivate apt-get install | ||
Description |
a quick one: these apt-get installs should use --assume-yes $ grep apt-get * | grep ' install ' | grep -v 'yes' inchroot.sh:apt-get install casper xresprobe install_gvsig.sh:apt-get install libstdc++5 libgdal1-1.5.0 package.sh:apt-get install p7zip-full Hamish |
|||
#468 | fixed | doc path on disc does not correspond to svn | ||
Description |
So the svn path to documentation is trunk/doc with descriptions being in trunk/doc/descriptions. On the built image the path is .../livedvd-docs with the descriptions being in /livedvd-docs/doc/ This is really confusing for someone trying to implement shortcuts to their doc pages which would be expected at /livedvd-docs/descriptions. We should make the dir structure of svn and the final disc match to avoid issues. On 2.0 Final this affected Mapserver, Geonetwork.desktop and Mapnik Intro icons. |
|||
#469 | fixed | cleanup unused -dev packages with autoremove | ||
Description |
Hi, for future: at the end of setdown.sh we should try apt-get autoremove without the --yes flag. This may uninstall a lot more than we intend- any packages which are self-compiled must manually install any libraries they need if they want them to hand around. Some installers (e.g. pgRouting) are naughty and don't clean up their -dev packages after themselves, leading to a couple of hundred extra MB on the final disc. autoremove would catch those. Hamish |