Mike Sinkovsky
|
969be1f679
|
cleanup: Remove redundant parentheses
|
8 years ago |
Igor Gnatenko
|
9cfdd30789
|
remove shebang from wraptool
meson.noarch: E: non-executable-script /usr/lib/python3.5/site-packages/mesonbuild/wrap/wraptool.py 644 /usr/bin/python3
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
8 years ago |
Elliott Sales de Andrade
|
4c71695e41
|
Use context manager for file I/O.
There are a few cases where a context manager cannot be used, such as
the logger.
|
8 years ago |
Jussi Pakkanen
|
9644a928d2
|
Some more command line guarding.
|
9 years ago |
Jussi Pakkanen
|
23b98cd6e6
|
Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir.
|
9 years ago |
Jussi Pakkanen
|
ec44795f8a
|
Moved all wrap related things to their own submodule.
|
9 years ago |
Jussi Pakkanen
|
66c01401de
|
Moved scripts in the module and started work to run them via the main meson command.
|
9 years ago |
Jussi Pakkanen
|
a5508d3fd3
|
Can run most of test suite (with hacks).
|
9 years ago |
Jussi Pakkanen
|
8b1039fa30
|
Organise files into a module structure.
|
9 years ago |
Jussi Pakkanen
|
df37c79dc9
|
Use global certificates now that we have letsencrypt set up. Also fall back to plain http because many places are missing letsencrypt certificates.
|
9 years ago |
Jussi Pakkanen
|
4522a3a9a5
|
Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).
|
9 years ago |
Jussi Pakkanen
|
f1a7a0cee3
|
Print ssl warning on use, not on module import.
|
9 years ago |
Jussi Pakkanen
|
6d137f400e
|
Do not use SSL on OSX because for some reason it does not work.
|
9 years ago |
Jussi Pakkanen
|
2056426b47
|
Open all wrapdb urls via the same code path.
|
9 years ago |
Jussi Pakkanen
|
5ddd5554c5
|
Connect to wrapdb over authenticated ssl when possible and print warning when not possible.
|
9 years ago |
Jussi Pakkanen
|
f13009ad21
|
Use server side searches.
|
10 years ago |
Jussi Pakkanen
|
50985a6ec2
|
Help and status printer.
|
10 years ago |
Jussi Pakkanen
|
1352a404d3
|
Created tool to access the online wrap database.
|
10 years ago |