zhengzkkai / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

opkg should postpone the modification of configuration files to the end of the upgrade list #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when you make a big upgrade with lot of packages you usually go somewhere
else waiting for it to finish, but the upgrade stops as soon as opkg finds
a configuration file to update. 
I would like opkg to pospone all config modifications to the end of the
upgrade list, so i could just concentrate for 5 minutes on the file
differences at the end instead of staying looking at it for 30-40 minutes..

Original issue reported on code.google.com by hariseld...@gmail.com on 3 Aug 2009 at 3:35

GoogleCodeExporter commented 9 years ago
obviously there should be a way to handle the situation when opkg must be 
interrupted
and config files are still not updated. the gentoo "emerge" command handle this 
by
saving each new configuration file with a modified name so at the next run it 
can
find them and say "Warning! You must update the config files!"

Original comment by hariseld...@gmail.com on 3 Aug 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Trunk now installs new conflicting config files with a -opkg postfix and 
informs the user of this action.

Original comment by graham.g...@gmail.com on 21 Dec 2009 at 12:35