History log of /openbsd-src/usr.sbin/pkg_add/OpenBSD/PackageRepositoryList.pm (Results 1 – 25 of 34)
Revision Date Author Comments
# 793984b2 14-Jun-2023 espie <espie@openbsd.org>

GC remnants of pipe support, long gone.
Display an error message for non found packages, in addition to setting
the exit code.


# 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 ...


# 5781d503 19-Feb-2020 espie <espie@openbsd.org>

allow search objects to say "keep_all" and make PackageRepositoryLists
aware of that for match_locations


# 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 ...


# db21f21b 09-Jul-2015 espie <espie@openbsd.org>

gc old code, from Jean-Philippe Ouellet


# 26dcf9df 03-Feb-2015 espie <espie@openbsd.org>

zap scp urls from quirks update for fw_update


# 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).


# 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


# 4df790ce 25-Jun-2010 espie <espie@openbsd.org>

fix "deduplicate" code.
allow prepend as well as add


# d57bb46a 10-May-2010 espie <espie@openbsd.org>

whitespace fixes


# becd6ee6 09-Jan-2010 espie <espie@openbsd.org>

move signal catching up, so we can clean repos and temp files at once.
Fix main program try/catch: signal message should use standard form so
it gets caught.


# 5c22068d 09-Jan-2010 espie <espie@openbsd.org>

slightly more complex repolist, to allow for:
- caching locations
- avoid readding known paths (done thx to unique repo objects)


# d6722d51 09-Jan-2010 espie <espie@openbsd.org>

move pipe handling into RepositoryList


# 6521cd32 09-Jan-2010 espie <espie@openbsd.org>

repositories no longer need match


# e451b54d 19-Apr-2009 espie <espie@openbsd.org>

synch with my new style search/location changes
It's likely there will be some fallout, but it's getting a bit too large
to keep around.
This does kill a few very old oddities as well.


# fe4ab342 19-May-2007 espie <espie@openbsd.org>

and I forgot this one


# dd48780d 19-May-2007 espie <espie@openbsd.org>

don't pass srcpath around, since we don't use it.


# e82a731f 14-May-2007 espie <espie@openbsd.org>

kill "available" routine, which is no longer used.


# 2606b85f 14-May-2007 espie <espie@openbsd.org>

move the retry code down at the http/ftp repository level, where it belongs.


# 9292d6cb 14-May-2007 espie <espie@openbsd.org>

tidy


# f1ed3e5e 13-May-2007 espie <espie@openbsd.org>

remove some specialness of the Filtering stuff.


# 6595151a 13-May-2007 espie <espie@openbsd.org>

kill unused stuff


12