-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
174 lines (105 loc) · 4.13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
2011-07-06 Mark Grondona <[email protected]>
* : tag apt-0.7.6-21chaos.
* apt.spec, apt-ftparchive.conf :
Add support for RHEL6-debs repository.
2010-06-04 Mark Grondona <[email protected]>
* : tag apt-0.7.6-19chaos.
* [chaos5-build.patch] :
Small fixes for build on CHAOS5/RHEL6. Mostly missing #includes.
2009-10-09 Mark Grondona <[email protected]>
* : tag apt-0.7.9-18chaos.
* apt-userinst.sh :
Don't *require* /etc/apt/preferences.
* : tag apt-0.7.9-17chaos.
* apt-userinst.sh :
Also copy /etc/apt/preferences.
2008-07-29 Mark Grondona <[email protected]>
* : tag apt-0.7.9-16chaos.
* apt-userinst.sh :
Add missing checks on a couple command exit codes.
2008-03-27 Mark Grondona <[email protected]>
* : tag apt-0.7.9-15chaos.
* apt-userinst.sh :
Fix -n, --dry-run option.
2008-03-27 Mark Grondona <[email protected]>
* : tag apt-0.7.9-14chaos.
* apt-userinst.sh :
Add --dry-run, -n option.
* apt.spec : Dump output of apt-key to file instead of discarding
in case of failure.
2008-03-12 Mark Grondona <[email protected]>
* : tag apt-0.7.9-13chaos.
* apt.spec : Update sources.list to new format.
* : tag apt-0.7.9-12chaos.
* apt-ftparchive.conf : Update config file to allow building
repositories under both RHEL5-debs and RHEL5-debs.scf dirs.
2008-01-18 Mark Grondona <[email protected]>
* : tag apt-0.7.9-11chaos
* apt-userinst.sh :
- Add -l, --local-install option to install .debs instead
of requiring packages already be in the repo.
- Make script quieter in non-verbose mode.
* [apt-get-virtual-fix.patch] :
Refactor patch.
2008-01-17 Mark Grondona <[email protected]>
* [apt-get-virtual-fix.patch] :
Ensure the package chosen to satisfy a request for a virtual
package actually provides the virtual package.
2008-01-09 Mark Grondona <[email protected]>
* : tag apt-0.7.9-10chaos
* apt-userinst.sh : --fix-missing != -f in apt-get. D'oh!
s/fix-missing/fix-broken/g
2008-01-09 Mark Grondona <[email protected]>
* : tag apt-0.7.9-9chaos
* apt-userinst.sh :
- Add -v, --verbose option and some verbose messages
- Quiet GPG output unless --verbose
- Run dpkg-initialize if it appears it hasn't been done already
* apt-userinst.sh : Remove quotes from fix_missing variable
to avoid sending apt a null option in the normal case.
2008-01-08 Mark Grondona <[email protected]>
* : tag apt-0.7.9-8chaos
* apt-userinst.sh : Add -f, --fix-missing option.
2008-01-08 Mark Grondona <[email protected]>
* : tag apt-0.7.9-7chaos
* apt-userinst.sh : Add script to allow installing packages with apt
as non-root user.
* apt.spec :
- Only install buildbot key if trusted db doesn't exist.
- Install apt-userinst script.
2008-01-06 Mark Grondona <[email protected]>
* : tag apt-0.7.9-6chaos
* apt-ftparchive.conf :
Move default cache file from /tmp to /repo so that APT repository
can be rebuilt from anywhere.
2008-01-03 Mark Grondona <[email protected]>
* : tag apt-0.7.9-5chaos
* [parse-depends-whitespace.patch] : Be more tolerant of whitespace,
or lack thereof, in Depends: version specifications. Before this
patch APT would choke on versions like (=8) as opposed to (= 8).
2007-12-29 Mark Grondona <[email protected]>
* : tag apt-0.7.9-4chaos
2007-12-27 Mark Grondona <[email protected]>
* apt.spec :
Add gnupg to list of Requires (for apt-key).
2007-12-18 Mark Grondona <[email protected]>
* : tag apt-0.7.9-3chaos
* apt.spec :
Fix typo in %postun.
2007-12-14 Mark Grondona <[email protected]>
* : tag apt-0.7.9-2chaos
* apt.spec :
Install builder key with apt-key in post scriptlet.
* buildbot.txt :
Add CR/LF Builder key.
* apt-ftparchive.conf, apt-release.conf :
Add config files in apt-utils specifically for LC APT
repository creation, so that apt-ftparchive "just works"
after apt-utils is installed in Build Farm.
2007-12-13 Mark Grondona <[email protected]>
* apt.spec :
Install sources.list suitable for production systems. Will have
to be overwritten on the testbed.
2007-12-13 Mark Grondona <[email protected]>
* : tag apt-0.7.9-1chaos
* : Initial commit.