summaryrefslogtreecommitdiff
path: root/packaging/os/openbsd_pkg.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - packaging (#3650)Fabio Alessandro Locati2016-12-051-1/+3
|
* Use native YAML - Packaging (#3588)Fabio Alessandro Locati2016-12-011-8/+25
| | | | | | | | | | | | | | | | | | * Fix kibana * More native YAML * More native YAML * More native YAML * More native YAML. Now only languages/ is missing * Use native yaml sintax for packaging/languages as well * Some more and quote fixes * Fix wrong grouping
* openbsd_pkg: Use correct part of name in match. (#3151)Patrik Lundin2016-10-151-3/+10
| | | | | | | | | | | | | | | | | * openbsd_pkg: Use correct part of name in match. Previously this part of the code could assume that the name was a stem with nothing else attached (like "autoconf"). With the introduction of the branch syntax ("autoconf%2.13") this is no longer true. Check if the package name was identified as using a "branch" style name, and base the match on the leading part of the name if that is the case. While here remove unnecessary "pass" and tidy up debug log message. Problem reported by @jasperla. * openbsd_pkg: Add missing "." in comment.
* Improve debug log some more.Patrik Lundin2016-07-011-1/+1
|
* Make fail messages all use lowercase messages.Patrik Lundin2016-06-301-7/+7
|
* Improve debug logging some more.Patrik Lundin2016-06-301-1/+1
|
* No support for build=true with 'branch' syntax.Patrik Lundin2016-06-301-0/+5
|
* Improve debug logging for build code.Patrik Lundin2016-06-301-4/+4
|
* Add a break and extra debug log for clarity.Patrik Lundin2016-06-301-0/+2
|
* openbsd_pkg: no need to call .rstrip.Patrik Lundin2016-06-301-1/+1
|
* openbsd_pkg: fix build=true corner case.Patrik Lundin2016-06-291-2/+11
| | | | | | | | | | * Fix bug where we were actually checking for the availability of the requested package name and not 'sqlports' even if that was the goal. * Add check that the sqlports database file exists before using it. * Sprinkle some debug messages for an easier time following the code when developing.
* openbsd_pkg: support "pkgname%branch" syntax.Patrik Lundin2016-06-291-47/+48
| | | | | | | | | | | | | | | | | | | | | * Such package names requires at least OpenBSD 6.0. * Rework get_package_state() to use 'pkg_info -Iq inst:' instead of 'pkg_info -e' because it understands the branch syntax. It also means we can get rid of some additional special handling. This was suggested by Marc Espie: http://marc.info/?l=openbsd-tech&m=146659756711614&w=2 * Drop get_current_name() because the use of 'pkg_info -Iq inst:' in get_package_state() means we already have that information available without needing to do custom parsing. This was also necessary because a name such as "postfix%stable" does not in itself contain the version information necessary for the custom parsing. pkg_info -Iq translates such a name to the actual package name seamlessly. * Add support for finding more than one package for the supplied package name which may happen if we only supply a stem.
* fix the spelling of vim's flavor in the exampleDaniel Jakots2016-01-281-1/+1
|
* add python 2.5 requirement and ansible 2.1 version_addedScott Bonds2016-01-181-0/+3
|
* add ports support in openbsd_pkgScott Bonds2016-01-151-3/+106
|
* switched to use module loggigngBrian Coca2015-10-011-24/+9
|
* openbsd_pkg: Update author mail address.Patrik Lundin2015-06-291-1/+1
|
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* more string correctionsBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-141-1/+1
|
* Reorganization.Michael DeHaan2014-11-041-0/+414