Custom query (1087 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 1087)

Ticket Resolution Summary Owner Reporter
#466 fixed further deinteractivate apt-get install live-demo@… hamish
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 live-demo@… wildintellect
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 live-demo@… hamish
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

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.