aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename scripts/ to build-aux/Werner Koch2014-01-1019-15693/+0
| | | | | | * scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
* Improve the speedo make script.Werner Koch2014-01-094-316/+364
| | | | | | | | | | | | | | * scripts/gpg-w32-dev/README: Remove * scripts/gpg-w32-dev/GNUmakefile, scripts/gpg-w32-dev/speedo.mk: Merge into .. * scripts/speedo.mk: this. -- Speedo may now be used to build from GIT or tarballs and has a couple of other improvements as well. For best results the autogen.sh files of all source package should be updated to the one used in gnupg. Signed-off-by: Werner Koch <[email protected]>
* Extend gitlog-to-changelog option --tear-off.Werner Koch2012-01-251-4/+13
| | | | | | | | | | -- It is now possible to suppress git log entries from being copied to the ChangeLog by using the option --tear-off and having a "--" line as the first line in the body (like this very log entry). Note that the GnuPG master branch is the canonical source for our version of the gitlog-to-changelog script.
* Do not copy default merge commit log entries into the ChangeLog.Werner Koch2012-01-201-1/+7
| | | | * scripts/gitlog-to-changelog: Skip merge commits.
* gitlog-to-changelog: New option --tear-off.Werner Koch2011-12-121-6/+12
| | | | | * scripts/gitlog-to-changelog: Add option --tear-off. * Makefile.am (gen-ChangeLog): Use that option.
* Allow comments which will not show up in the ChangeLogWerner Koch2011-12-071-0/+9
| | | | | | | | | | * scripts/gitlog-to-changelog: Ignore lines after a "--" line. -- The first line with two dashes at the start of a line (optionally followed by white space) stops copying the commit log lines to the ChangeLog entry in "make dist". This is useful to allow adding comments to the log which are not useful in a ChangeLog.
* Add hook to check the commit log syntax.Werner Koch2011-12-011-0/+127
| | | | * autogen.sh: Install commit-msg hook for git.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-014-0/+373
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Make sure HOME et al have no unsafe characters.Werner Koch2011-11-292-1/+21
|
* Add build script to build all components in one run.Werner Koch2011-11-282-0/+54
| | | | | | | | Run this script in the parent directory of the working copies. It does a VPATH build in ~/tmp/gpg-tmp/b in the right order and installs everything below ~/tmp/gpg-tmp/. Based on a script by Jim Meyering.
* Fix autoconf warnings and update config.* files.Werner Koch2011-08-103-152/+182
|
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-042-6/+5
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-263-183/+288
|
* Install the mo files on W32 platformsWerner Koch2010-10-181-0/+64
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-1/+1
| | | | | Ported gpgtar to W32.
* Add makefiles to build a w32 development package.Werner Koch2010-06-113-0/+316
|
* Update spanish translation.Werner Koch2009-01-081-0/+3
| | | | | | Cleanups. Allow utf-8 in email addresses.
* fix a gpgconf default. Cosmetic changes.Werner Koch2008-12-101-2/+7
|
* Preparing a test releaseWerner Koch2008-02-151-25/+77
|
* Preparing a release candidate.gnupg-2.0.8rc1Werner Koch2007-12-143-11/+23
|
* Changed to GPLv3.Werner Koch2007-07-048-72/+104
| | | | | Removed intl/.
* Upgraded gettext.Werner Koch2007-05-078-731/+1350
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Updated to automake 1.10.Werner Koch2007-05-042-2933/+4803
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* g10/ and sm/Werner Koch2007-04-132-0/+83
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch2006-11-211-64/+130
| | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext.
* Updated FSF's address.Werner Koch2006-06-202-2/+4
|
* Preparing a new release. Updated gettextWerner Koch2004-09-304-570/+438
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2004-09-301-0/+377
| | | | 'GNUPG-1-9-BRANCH'.
* AddedWerner Koch2004-04-291-0/+107
|
* Added files we better keep in the CVSWerner Koch2003-12-097-330/+7242
|
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-12-092-0/+659
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-01-092-0/+2837
| | | | 'GNUPG-1-9-BRANCH'.
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-1921-5708/+0
| | | | 'GNUPG-1-9-BRANCH'.
* * autogen.sh: Allow env variables to override the auto* toolWerner Koch2002-10-172-14/+20
| | | | | names. Suggested by Simon Josefsson.
* Added tr and el rule.Werner Koch2002-09-121-1/+3
|
* fixed the test for a missing mail addressV1-2-1V1-2-0RC-1-2-2rc2RC-1-2-2rc1RC-1-2-1rc1Werner Koch2002-09-111-7/+3
|
* * distfiles: Include mk-w32-dist.Werner Koch2002-09-112-2/+4
|
* About to release 1.1.92Werner Koch2002-09-111-2/+12
|
* * mk-w32-dist: Convert the character sets on a per language base.Werner Koch2002-09-112-1/+23
|
* * mk-w32-dist: Include more man pages and gpg split. Changed nameWerner Koch2002-09-022-16/+32
| | | | | of ZIP file to better indicate that this is a command line version.
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-233-6/+443
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* tidying up RISC OS stuffStefan Bellon2002-08-063-49/+57
|
* RISC OS changes because of dynload removalStefan Bellon2002-08-033-72/+1
|
* RISC OS changes due to dynload removalStefan Bellon2002-08-034-9/+24
|
* * gnupgbug: "Warning" -> "WARNING"David Shaw2002-07-252-3/+7
|
* typo fixWerner Koch2002-07-011-1/+1
|
* * mk-gpg-texi: New.Werner Koch2002-07-013-0/+51
|
* * mk-w32-dist (bindir): Fixes vor VPATH builds in a subdir,Werner Koch2002-06-302-8/+19
| | | | | include gpgv.
* Update head to match stable 1.0David Shaw2002-06-2923-786/+2858
|
* Does now work with libgcryptWerner Koch2000-12-211-17/+17
|