summaryrefslogtreecommitdiff
path: root/meta-extras/packages/matchbox-panel
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-02-05 12:08:15 +0000
committerJoshua Lock <josh@linux.intel.com>2010-02-05 12:19:05 +0000
commitec92133d6fc049b4b666d670d3ac263de5a1d103 (patch)
tree54cfa7e1cb4b0f5e5e752dff80a33b080dec749b /meta-extras/packages/matchbox-panel
parentb5965307e9659ed8ac8796c25fc4f0e7e95e8f1c (diff)
downloadopenembedded-core-ec92133d6fc049b4b666d670d3ac263de5a1d103.tar.gz
openembedded-core-ec92133d6fc049b4b666d670d3ac263de5a1d103.tar.bz2
openembedded-core-ec92133d6fc049b4b666d670d3ac263de5a1d103.tar.xz
openembedded-core-ec92133d6fc049b4b666d670d3ac263de5a1d103.zip
bitbake: Test premirrors and mirrors in checkstatus()
checkstatus() is used to ensure we can fetch a copy of each file, so it makes sense to also test PREMIRRORS and MIRRORS in the method. This patch adds calls to try_mirrors() to the Fetch.checkstatus() method and changes the try_mirrors() method to take a check argument, which is False by default. When check is True try_mirrors() will call a fetchers checkstatus() with the replaced uri. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-extras/packages/matchbox-panel')
0 files changed, 0 insertions, 0 deletions
#n147'>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 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245