$version = $ver;
}
}
- if ($version == 0) {
+ if ($version == 0 && !isset($options['force'])) {
return $this->raiseError('No release with state equal to: \'' . implode(', ', $states) .
"' found for '$pkgfile'");
+ } else {
+ $this->log(0, "Warning: $pkgfile is state '$inf[state]' which is less stable " .
+ "than state '$state'");
}
}
// Check if we haven't already the version
* Bug #171 --alldeps with a rel="eq" should install the required version, if possible
* Bug #249 installing from an url doesnt work
+* Bug #248 --force command does not work as expected
</notes>
<provides type="class" name="OS_Guess" />