Commit Graph

399 Commits

Author SHA1 Message Date
dca096c37e Re-generated the Makefiles 2014-12-02 21:45:39 +01:00
08c61d3107 Using "git diff --quiet" instead of "git diff -q" (which did not work) 2014-12-02 21:42:15 +01:00
85acfdda59 No longer hard-code the URL to freecode 2014-12-02 21:29:36 +01:00
5730f55280 Silence "cvs diff" out 2014-12-02 21:28:10 +01:00
346af82588 Use "git diff -q" to determine if there are local changes to Git repositories 2014-12-02 21:27:36 +01:00
0ea104b121 Use "make distcheck" to build-check the release 2014-12-02 20:59:39 +01:00
7d1f43567d Code cleanup 2014-12-02 20:59:13 +01:00
df92dcbef7 Allow alternative vendors for desktop files 2014-12-02 20:58:53 +01:00
9dfb105785 No longer hard-code the Git branch 2014-12-02 20:57:47 +01:00
fc22495415 Using PROGNAME in deforaos-release.sh 2014-12-02 20:56:54 +01:00
e8c48730b8 Detect force pushes as well 2014-10-30 18:07:47 +01:00
0f8940f4a1 Added a comment 2014-10-09 23:01:21 +02:00
62b43704ef Run "configure" before checking for differences and releasing 2014-10-09 23:00:51 +02:00
e8367af631 Fixed the links for Redmine 2014-09-30 18:49:20 +02:00
2d24a89264 Also provide a link when there is more than one commit (to the branch) 2014-09-20 03:50:28 +02:00
c8d1d32ba2 Forced the links to be in lower-case for Redmine 2014-09-17 18:16:36 +02:00
c2ed131032 Added support for Redmine 2014-09-15 18:50:06 +02:00
d9aa6a94a5 Output links only when a single commit was pushed 2014-09-15 18:49:14 +02:00
1a97d48d4b Also link to the gitweb repository for new tags and branches 2014-09-14 22:51:54 +02:00
d20c8fb80b Added support for links back to gitweb 2014-09-14 21:55:26 +02:00
f24061cd50 Rewrote the string truncation substitution that was not POSIX-compliant 2014-09-14 21:54:01 +02:00
bcbb1a6d6d Left-trimmed the message when no repository is known 2014-09-14 21:48:10 +02:00
600e82b0c4 Include the short revision in the message for new branches and tags 2014-09-14 21:31:42 +02:00
96a07f353a Also support (un)tagging 2014-09-14 21:23:04 +02:00
b0a1289cd3 Also determine the plural form for the type of push 2014-09-11 21:34:54 +02:00
195a5cad42 No longer require "wc" (fixes spacing on NetBSD) 2014-09-11 21:34:19 +02:00
792d31a6b7 Really detect new and deleted branches 2014-09-10 21:55:29 +02:00
4a9a8cc4de Code cleanup 2014-09-10 21:55:06 +02:00
baa2821eb0 Code cleanup 2014-09-10 21:53:53 +02:00
Fredrik A
547437b7e1 Gather unique file count 2014-09-10 21:28:11 +02:00
1edaf8e1f2 Also mention the author and repository in the messages 2014-09-03 23:17:30 +02:00
6d0bbbc4ac Mention the commit ID and message when pushing single commits 2014-09-03 00:26:18 +02:00
9d20f4e689 Determine the branch and commit type 2014-09-01 23:11:25 +02:00
2182a018a0 Also log the refname for now 2014-08-29 04:39:51 +02:00
0a3d4dedf8 Code cleanup 2014-08-29 04:25:56 +02:00
0d8a72cf14 Made root the only member of group wheel by default 2014-08-29 04:22:33 +02:00
540785907b It is really the "update" hook which seems to accept 3 arguments 2014-08-29 04:11:03 +02:00
ca64142d25 Trying to implement both "post-commit" and "post-receive" together 2014-08-29 03:57:08 +02:00
ab5238ef12 Introducing a Git hook 2014-08-29 02:57:23 +02:00
8faf31e4ac Almost fixed creating ISO images 2014-04-21 20:14:54 +02:00
8ecd37c898 ISO image creation currently assumes uncompressed kernels 2014-04-21 19:49:36 +02:00
7cb07e9b27 Loop the login prompt 2014-04-13 00:10:43 +02:00
883e12ad55 Now starting /usr/bin/login by default 2014-04-12 22:37:03 +02:00
24d795a064 Clear the screen before displaying the boot menu 2014-04-07 02:36:13 +02:00
17d084cb08 Imported a locking script 2014-04-07 00:31:16 +02:00
43a2016d54 More portable shebang, from 7heo <7heo@mail.com>
Original commit message:
« The path /bin/sh for the shebang is more portable
than /usr/bin/env, according to Sven Mascheck:
http://in-ulm.de/~mascheck/various/shebang/#env
and:
http://in-ulm.de/~mascheck/various/shells/

Additionally, a space after the shebang first two
characters (#!) is said to be more portable:
http://in-ulm.de/~mascheck/various/shebang/#blankrequired

I fixed the test script shebang accordingly. »

It doesn't say the presence of a space makes it more portable; it says it was a rumor that could never be proven true, for some completely obsolete releases of UNIX. I did not apply that part.

Thanks!
2014-03-13 14:00:47 +09:00
9dab19024d Fixed the order of arguments to "git tag" 2014-02-10 01:09:19 +01:00
387518745f Add a message when tagging with Git 2013-11-25 02:48:05 +01:00
ff2d044705 Added a test for the vendor prefix for desktop entries 2013-11-25 01:54:34 +01:00
c610c4a62b Added a check for fuzzy translations 2013-11-25 01:46:38 +01:00