#
039cbdaa |
| 13-Jun-2023 |
espie <espie@openbsd.org> |
move to use v5.36; tested by me over the last few weeks, and tb@ also fixed a "manual install" bug properly reported by tb@
aside that there should be *no functional change*. If you see any message
move to use v5.36; tested by me over the last few weeks, and tb@ also fixed a "manual install" bug properly reported by tb@
aside that there should be *no functional change*. If you see any message like "hey, the number of params is wrong" it is a fringe case I didn't run into and should be easy to fix.
show more ...
|
#
01fd8ee4 |
| 29-May-2017 |
espie <espie@openbsd.org> |
Refactor locator code so it's a proper object. allow fw_update to short-circuit entirely, thus the specific treatment of paths is actually less of a special case, and the code that reaches into /etc
Refactor locator code so it's a proper object. allow fw_update to short-circuit entirely, thus the specific treatment of paths is actually less of a special case, and the code that reaches into /etc/installurl is no longer used at all in that case.
problem noticed by mlarkin@
show more ...
|
#
b1b61206 |
| 18-May-2017 |
espie <espie@openbsd.org> |
introduce new url "installpath" to mean "the contents of installurl" use it to simplify logic.
have ./ always be silent, wherever it may come from.
zap NOINSTALLPATH since it's more intuitive to ju
introduce new url "installpath" to mean "the contents of installurl" use it to simplify logic.
have ./ always be silent, wherever it may come from.
zap NOINSTALLPATH since it's more intuitive to just define PKG_PATH= (nothing) now.
show more ...
|
#
a71e68ba |
| 09-Mar-2017 |
espie <espie@openbsd.org> |
tweak installurl code to return a single string that gets parsed so that we don't have to write the same thing twice later.
|
#
6b6947a6 |
| 01-Mar-2017 |
espie <espie@openbsd.org> |
scrape most of the config framework okay aja@, rpe@
|
#
1fdee857 |
| 03-Oct-2016 |
espie <espie@openbsd.org> |
add TRUSTED_PKG_PATH after discussing with aja@ use case is testing binary packages among developers, -Dunsigned means everything is unsigned, which is bad for dependencies
|
#
e078b635 |
| 30-Jan-2016 |
espie <espie@openbsd.org> |
redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviated the same way (e.g., PKG_PATH=ftp.openbsd.org will work)
okay sthen@
|
#
145a8944 |
| 27-Jan-2016 |
sthen <sthen@openbsd.org> |
Allow pkg.conf's installpath to be set to a bare hostname (no /), which implies http://hostname/pub/OpenBSD/[snapshots-or-version]/packages/[arch]. This could be handled at a different location in th
Allow pkg.conf's installpath to be set to a bare hostname (no /), which implies http://hostname/pub/OpenBSD/[snapshots-or-version]/packages/[arch]. This could be handled at a different location in the code to support PKG_PATH but this approach is pretty simple and I have something else to make use of it. ok espie@ for now.
show more ...
|
#
b62674eb |
| 18-Mar-2014 |
espie <espie@openbsd.org> |
remove $_ usage that warns under perl 5.18
|
#
0180672b |
| 29-May-2013 |
espie <espie@openbsd.org> |
I had misgivings about that one, I was right. Missed an obvious testcases, and my crash bunnies ARE a bunch of unreliable nitwits.
thanks kili@
|
#
8052eb10 |
| 29-May-2013 |
espie <espie@openbsd.org> |
allow installpath to use +=, requested by quite a few people, but did require testing.
|
#
b5acd6aa |
| 13-Jul-2012 |
espie <espie@openbsd.org> |
temporary option until I come up with a nicer way: if -DNOINSTALLPATH don't even look in pkg.conf for the installpath.
|
#
db099e94 |
| 26-Aug-2011 |
espie <espie@openbsd.org> |
zap fatpackages. nobody actually uses them. accordingly, locations do not need to track architecture.
|
#
85d1f632 |
| 24-Dec-2010 |
espie <espie@openbsd.org> |
handle failures from ports tree with more care. this does avoid infinite loops in case of wrong plists. necessary since print-plist-with-depends CAN fail...
|
#
000ce162 |
| 27-Oct-2010 |
espie <espie@openbsd.org> |
initial scaffolding for @rcscript: for now, acts like normal files, but allow absolute pathnames (treat that as an implicit @cwd).
|
#
8cf6695b |
| 07-Aug-2010 |
espie <espie@openbsd.org> |
nasty inversion of parameters, so that state did not get propagated correctly. ended up calling './'->errsay in ArcCheck, which of course doesn't work, so a die() in the middle of a package install..
nasty inversion of parameters, so that state did not get propagated correctly. ended up calling './'->errsay in ArcCheck, which of course doesn't work, so a die() in the middle of a package install... compounded with file !existing, so that adjust checksum would fail, and so not even a partial install...
show more ...
|
#
a2652750 |
| 02-Jul-2010 |
espie <espie@openbsd.org> |
parse pkg.conf and use it for default_path if PKG_PATH is not defined.
|
#
2cf48fce |
| 02-Jul-2010 |
espie <espie@openbsd.org> |
fix params so that state is state and not PackageLocator...
|
#
5732efc0 |
| 02-Jul-2010 |
espie <espie@openbsd.org> |
pass (and save) state around in Repository-related stuff.
|
#
b0dfb814 |
| 30-Jun-2010 |
espie <espie@openbsd.org> |
allow say and errsay to work without parameters, as it's ways common. create verbose_system up in state, because it makes sense without verbose.
|
#
a3f853c2 |
| 30-Jun-2010 |
espie <espie@openbsd.org> |
whitespace cleanup
|
#
68a8a69c |
| 30-Jun-2010 |
espie <espie@openbsd.org> |
extra parameter to UpdateSet: use the factory to create extra object. don't create updatesets directly, go through AddDelete::State. Get all Locator/Repo access through state.
|
#
2fffcce9 |
| 25-Jun-2010 |
espie <espie@openbsd.org> |
allow creation of a unique PackageLocator object, that stores state, and thus can eventually be used to create repositories, print messages, etc.
|
#
d57bb46a |
| 10-May-2010 |
espie <espie@openbsd.org> |
whitespace fixes
|
#
54996cc2 |
| 10-Jan-2010 |
espie <espie@openbsd.org> |
bump copyright
|