aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
* fix disting rulesChristian Grothoff2019-04-03
|
* contrib/guix: Add zbar as dependency for package gnunet.Hartmut Goebel2019-04-03
|
* contrib/guix: Add package zbar (for gnunet-qr).Hartmut Goebel2019-04-03
|
* gnunet-qr: Update documentation and scripts to changed dependencies.Hartmut Goebel2019-04-03
| | | | | Requirement python-zbar is gone, and thus the requirement for Python 2.7. Instead development package for libzbar is required now.
* gitignore in logreadng02019-04-01
|
* contrib/scripts/testbed_cleanup.sh: bashismsng02019-04-01
|
* contrib/scripts/revisionary.sh: bashismsng02019-04-01
|
* rename filesng02019-04-01
|
* contrib: Move scripts content to scripts/Makefileng02019-03-19
| | | | | Actually build the contrib perl script. Add an m4 script for perl.
* Adjust uncrustify.cfgng02019-03-16
|
* Add contrib/uncrustify.cfgng02019-03-16
|
* gnunet-bugreportng02019-03-15
|
* Fix Python code: remove imports from `python-future`.Hartmut Goebel2019-03-10
| | | | | | | | I missed in 3d6ba937a5a5046b3d531c17691d5d1155daae71 that `future` also provides the modules `past` and `builtins`. Imports of `builtins` can simply be removed for Python-3-only code. `past.old_div` had to be replaces by the "old" div-operatot `//`, while `past.xrange` was unused.
* Docs: Remove requirement for `python-future`.Hartmut Goebel2019-03-10
| | | | | | This Python module was used nowhere and would not make much sense either: The code is for Python 3.7 which is the most current version of Python and there is no "future" to "backport" to 3.7.
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* contrib: install initd filesng02019-03-09
|
* fixng02019-03-09
|
* newlineng02019-03-09
|
* bashismng02019-03-09
|
* build_cscopeng02019-03-09
|
* Fix #5629ng02019-03-09
|
* drop python-lint.log in lintng02019-03-09
|
* lint-man: Check for what I just completely fixed. Just in case.ng02019-03-09
|
* handbook_pull.shng02019-03-05
|
* contrib/scripts/process_log.sh: attempt to remove bash extensions, use of 2 ↵ng02019-03-04
| | | | different stat implementations.
* safety checks for lint-man.shng02019-03-04
|
* Add rule to lint manng02019-03-04
|
* Make contrib/scripts/lint-python.sh usefulng02019-03-04
|
* Fix: gnurl in version 7.57 still used xzipng02019-03-03
|
* docker: Fix URLng02019-03-03
|
* benchmark: fix typoFlorian Dold2019-02-28
|
* benchmark: update collect scriptFlorian Dold2019-02-28
|
* add 0.11 formula for homebrewSchanzenbach, Martin2019-02-28
|
* contrib/guix: Add guix-bug-notice to readme.Hartmut Goebel2019-02-28
|
* contrib/guix: Cleanup guix environment files and README.Hartmut Goebel2019-02-28
| | | | | | | - move the docs contained in guix-env.scm to guix/README, - change these docs to only use "--load-path=<gnunet.git>/contrib/guix" and GUIX_PACKAGE_PATH, - delete guix-env.scm and guix.packages.
* version bump, update ChangeLog, fix make distChristian Grothoff2019-02-28
|
* portability fix.ng02019-02-23
|
* gnunet-bugreport: add checks for pkg_add, some fixesng02019-02-22
|
* add gnunet homebrew formulaSchanzenbach, Martin2019-02-17
|
* fix assertion failure reported in #5578Christian Grothoff2019-02-16
|
* text-only variant of svg logong02019-02-15
|
* tox.ini: ignore bak filesng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* util: futurize contrib/scripts/terminateng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* util: futurize contrib/scripts/pydifferng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* util: futurize contrib/scripts/gnunet_pyexpectng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* util: futurize contrib/scripts/gnunet-chkng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* Merge branch 'license/spdx'ng02019-01-16
|\
| * More spdx identifiers. For openrc service file, adjust the headerng02019-01-16
|/ | | | to reflect changes in Gentoo (->Foundation=>Authors).
* docker: build gnurl from release tarball intead of gitDevan Carpenter2019-01-01
| | | | | | | The git repo that was replaced by this commit, is currently not accessible. The preferred method of build gnurl is from release tarballs for now. There are also some minor fixes and reworking of paths in this commit.
* contrib: add systemd service citationDevan Carpenter2019-01-01
| | | | | This adds a citation to the AUR repo where the systemd service file was copied from.