Michael Vogt
|
f28eef6df2
add missing _() around the new "Progress" string
|
13 years ago |
Michael Vogt
|
77fdc2a4de
apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea reset
|
13 years ago |
Michael Vogt
|
28e3b6f6f8
fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()
|
13 years ago |
Michael Vogt
|
1c6089d72d
use Dpkg::Progress-Fancy to be consitent with Dpkg::Progress
|
13 years ago |
Michael Vogt
|
af6b41692b
add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ terminals
|
13 years ago |
Michael Vogt
|
a38e023c9d
make dpkg progress slightly nicer
|
13 years ago |
Michael Vogt
|
cd4ee27de8
fix multiarch status-fd progress calculation
|
13 years ago |
Michael Vogt
|
f68cba9b72
Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid
|
13 years ago |
David Kalnischkies
|
48498443e7
allow Pre-Install-Pkgs hooks to get info over an FD != stdin
|
13 years ago |
David Kalnischkies
|
87281603a1
use our _error stack to generate openpty errors
|
13 years ago |
David Kalnischkies
|
11b126f9d2
do not try to chown if not run as root
|
13 years ago |
Michael Vogt
|
f52037d629
fix -Wall errors
|
13 years ago |
Michael Vogt
|
0c33605d98
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
|
13 years ago |
Michael Vogt
|
36a0c0f786
fix some coverity chroot() releated warnings
|
13 years ago |
David Kalnischkies
|
86fdeec2a7
fix if-clause to generate hook-info for 'rc' packages
|
13 years ago |
Michael Vogt
|
7546c8da99
Add DPkgPM::Progress for terminal install progress
|
13 years ago |
David Kalnischkies
|
7a948ec719
Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info
|
13 years ago |
David Kalnischkies
|
69c2ecbdc9
various simple changes to fix cppcheck warnings
|
13 years ago |
Michael Vogt
|
fb3ecf1634
change permissions of /var/log/apt/term.log to 0640 (LP: #975199)
|
13 years ago |
David Kalnischkies
|
c919ad6e4d
handle packages without a mandatory architecture (debian-policy §5.3)
|
14 years ago |
David Kalnischkies
|
92f212774b
report the package name with architecture in the "no file" error message
|
14 years ago |
Michael Vogt
|
8c6d0ba4e2
merge from the lp:~mvo/apt/mvo branch
|
14 years ago |
Michael Vogt
|
d4621f8277
cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntu
|
14 years ago |
David Kalnischkies
|
d68d65ad63
use a static FileFd::Write overload to reduce duplication of write()-retry code
|
14 years ago |
Michael Vogt
|
671b711637
* apt-pkg/deb/dpkgpm.cc:
|
14 years ago |
David Kalnischkies
|
136a6c13c8
make these retry_write methods static so that they don't end up as symbols
|
14 years ago |
David Kalnischkies
|
319790f4f8
* methods/rred.cc:
|
14 years ago |
David Kalnischkies
|
b3c36c6e2f
set char-limits for the scanf parsing previous crash-reports
|
14 years ago |
David Kalnischkies
|
dcaa118550
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
|
14 years ago |
David Kalnischkies
|
b1803e01ec
handle a SIGINT in all modes as a break after the currently running
|
14 years ago |