aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
Commit message (Collapse)AuthorAge
* - do not include commits with - prefixed to message in changelog deltaMartin Schanzenbach2020-05-27
|
* add lastlog scriptMartin Schanzenbach2020-05-27
|
* fix interpreter line of gnunet-bugreportnikita2020-04-09
|
* contrib: update debian 10 build script inDevan Carpenter2020-01-04
| | | | thanks for the patch from anadahz
* add build/install script for Debian 10 to contribDevan Carpenter2020-01-03
|
* alibi commit to pretend i'm still active on the projectpsyc://loupsycedyglgamf.onion/~lynX2020-01-01
|
* contrib/scripts and gnunet-logread: reduce code used for output.ng02019-12-12
|
* check-texinfo: add "the the"ng02019-12-04
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* fix failure to build.ng02019-12-01
|
* define HAVE_AWK... we require awk for many parts, but for some casesng02019-12-01
| | | | it could make sense to skip it.
* check-texinfo.awk: move comments to the moved code.ng02019-12-01
|
* convert texinfo checks to proper awk script, add detection for awk/gawk,ng02019-12-01
| | | | remove obsolete code.
* gnunet-logread: install only when perl has been found (avoid dysfunctional ↵ng02019-12-01
| | | | SHa-bang line.
* Add --with-gnunet-logread to configure.ng02019-12-01
|
* remove some output redirections.ng02019-11-28
|
* gnunet-bugreport: improve libextrator + git detection, merge gnurl+curl checksng02019-11-28
|
* gnunet-bugreport: license and typong02019-11-27
|
* contrib/scripts: use awk to modify interpreter substitution lines.ng02019-11-27
|
* gnunet-bugreport: rewrite large parts to make better use of awk,ng02019-11-27
| | | | | replace grep with awk, require a shell which supports 'type' builtin, combine a few tests, and more.
* gnunet-bugreport: satisfy gnu standards.ng02019-11-21
|
* gnunet-bugreport: fix compiling tests, add usage with -hng02019-11-21
|
* gnunet-bugreport: add check for git commit.ng02019-11-21
|
* fix some tests in gnunet-bugreportng02019-11-21
|
* install and distribute gnunet-suidfixng02019-11-21
|
* gnunet-suidfix: Make comment more descriptive.ng02019-11-21
|
* more python formatng02019-10-12
|
* format pythonng02019-10-12
|
* contrib: gnunet_janitor, terminate: remove win32 functionalities.ng02019-09-11
| | | | | This commit is questionable, but since I removed win32 code this code no longer has any purpose.
* remove /usr/include from coverage analysisChristian Grothoff2019-09-05
|
* bugreport: syntax fix.ng02019-08-19
|
* fix gnunet-bugreport output issuesChristian Grothoff2019-06-09
|
* Remove gnunet-download-manager. Fixes #5682ng02019-04-20
|
* move gnunet-download-manager to contribng02019-04-06
|
* clean up gnunet-bugreport by installing it properlyChristian Grothoff2019-04-06
|
* fix disting rulesChristian Grothoff2019-04-03
|
* 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.
* 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.
* 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.
* fixng02019-03-09
|
* bashismng02019-03-09
|
* build_cscopeng02019-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
|
* contrib/scripts/process_log.sh: attempt to remove bash extensions, use of 2 ↵ng02019-03-04
| | | | different stat implementations.