diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-06 13:47:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-06 13:47:53 +0200 |
commit | 259a00e01085d22f665c708233d3f4daa905e28f (patch) | |
tree | 204f44e33e77196af845818f59f099f46cf0223e | |
parent | fce2d408767fd94facfa23869951eed736ae7813 (diff) | |
download | jenkins.debian.net-259a00e01085d22f665c708233d3f4daa905e28f.tar.xz |
update copyright and some about text
-rw-r--r-- | README | 6 | ||||
-rwxr-xr-x | bin/chroot-run.sh | 2 | ||||
-rw-r--r-- | debian/copyright | 4 |
3 files changed, 8 insertions, 4 deletions
@@ -14,7 +14,7 @@ http://jenkins.debian.net is *work in progress* and is in it's infancy as a tool Get the source by running `git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository. -The (virtualized) hardware is sponsored by http://www.profitbricks.com - currently it's using 4 cores and 6 GB memory, thanks a lot! +The (virtualized) hardware is sponsored by http://www.profitbricks.com - currently it's using 6 cores and 10 GB memory, thanks a lot! Some stats are available using link:http://jenkins.debian.net/munin/jenkins-month.html[munin-plugins for jenkins]. @@ -92,6 +92,10 @@ Installation tests inside chroot environments. ** these $set_of_packages exist: 'gnome', 'kde', 'kde-full', 'lxde', 'xfc', 'full_desktop' (all five desktops plus `vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs` and (`libreoffice virt-manager mplayer2` (jessie/sid) or `openoffice virtualbox mplayer` (squeeze/wheezy)) and 'develop' *** install is done with `apt-get install`, except for 'develop' where `apt-get build-dep` is used to install the build dependencies of these packages. +=== lintian and ruby jobs + +* FIXME: describe lintian and ruby jobs + === webcheck jobs * three jobs for running webcheck against www.debian.org, www.debian.org/News and www.debian.org/security diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 436d57ea..1e458de7 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2012,2013 Holger Levsen <holger@layer-acht.org> +# Copyright 2012-2014 Holger Levsen <holger@layer-acht.org> # Copyright 2013 Antonio Terceiro <terceiro@debian.org> # released under the GPLv=2 diff --git a/debian/copyright b/debian/copyright index e018ed6b..0aaecf92 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,13 +2,13 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jenkins.debian.net Upstream-Contact: Holger Levsen <holger@debian.org> Source: git://git.debian.org/git/users/holger/jenkins.debian.net.git -Copyright: 2012 Holger Levsen +Copyright: 2012-2014 Holger Levsen Comment: Original author is Holger Levsen <holger@layer-acht.org> Upstream is bunch of lunatics who don't make release tarballs publicly available. The Debian .orig.tar.gz is what would be released, though. Files: * -Copyright: 2012 Holger Levsen <holger@debian.org> +Copyright: 2012-2014 Holger Levsen <holger@debian.org> and others License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public |