aboutsummaryrefslogtreecommitdiff
blob: df0c4e650d00f8940b27437c79247ceb0e28bb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# ChangeLog for releng repo
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Id$

  13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Fix typo with multiple kernel code

  13 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add --test flag

  02 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Process kconfig lines in a loop to handle specs with multiple kernels

  23 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
  Only sync stage3 tarballs and s/x86/i486/

  02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-alpha.conf, catalyst-auto-amd64.conf,
  catalyst-auto-ia64.conf, catalyst-auto-sparc64.conf,
  catalyst-auto-x86.conf:
  Change post_build for all arches to only copy stage3/*.iso

  02 Jan 2009; Raúl Porcel <armin76@gentoo.org> +catalyst-auto-alpha.conf,
  +catalyst-auto-ia64.conf:
  Add alpha/ia64 configs

  02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-sparc64.conf:
  Change 'svn up' path for sparc

  02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Log output of purge command

  02 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Change the handling of version_stamp a bit to preserve the existing
  prefix, such as hardened-

  01 Dec 2008; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-sparc64.conf:
  Change paths for sparc64 to match bender setup

  30 Nov 2008; Andrew Gaffney <agaffney@gentoo.org>
  +catalyst-auto-sparc64.conf:
  Add config file for sparc64

  29 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
  catalyst-auto-amd64.conf, catalyst-auto-x86.conf:
  Add support for OPTIONAL_SPECS and purging

  05 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Make sure we don't mangle the source_subpath on our stage1 spec

  31 Oct 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
  Add in x86 stage2/3 for minimal CD

  28 Oct 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
  Build i686 stage2/3 instead of x86

  26 Oct 2008; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-amd64.conf, +catalyst-auto-x86.conf:
  Add x86 config and change email to releng@

  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add --keep-tmpdir option Move tailing of logfile to send_email() function

  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add another sed to add the datestamp to the ISO name

  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-amd64.conf:
  Change sample config to point to new releases/weekly dir in checkout

  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Move pre_build() call after creation of dirs

  28 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add pre_build() and post_build() support

  05 Sep 2008; Andrew Gaffney <agaffney@gentoo.org>
  catalyst-auto-amd64.conf:
  Change a few config values

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
  catalyst-auto-amd64.conf:
  Copy kconfigs and mangle path in spec

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Exit if snapshot creation fails

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
  catalyst-auto-amd64.conf:
  Enable the build functionality

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
  catalyst-auto.conf:
  Remove globbing support as it can't guarantee ordering

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add a bit of extra verbosity

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
  catalyst-auto.conf:
  Remove tmpdir when finished

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto:
  Add code to modify copied specs and create snapshot

  04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> +catalyst-auto,
  +catalyst-auto.conf:
  Initial commit of catalyst-auto script