Commit graph

149 commits

Author SHA1 Message Date
Brendan Reilly
8a966ee630 Added support for CG provided owner 2017-02-28 10:47:14 -05:00
Tomas Kopecek
7cbe835b2f fixed typo 2017-02-28 10:43:48 -05:00
Tomas Kopecek
5ad5fc9ad2 jenkins' docs 2017-02-28 10:43:48 -05:00
Matt Jia
aa20e03e8d fix a syntax error introduced by commit 6f4c576 2017-02-14 11:22:28 -05:00
Tomas Kopecek
b7cef3a29e docs update - krbV configuration 2017-02-14 11:15:38 -05:00
Mike McLean
604cac085e typo 2017-02-14 11:12:44 -05:00
Pavol Babincak
28bf6400dc Fix koji-devel mailing list address
Mailing list koji-devel@lists.fedoraproject.org mentioned in
Writing Koji Code doesn't exist. Use e-mail address and same link as
that one used in README.md.
2017-02-14 11:09:40 -05:00
Tomas Kopecek
62d286f45c docs typo 2017-02-14 11:04:48 -05:00
Tomas Kopecek
079c2a6d2f update test requirements docs 2017-02-14 11:01:53 -05:00
Brendan Reilly
a08dd9a0dc Fixed minor typo in writing koji code doc 2017-01-25 14:21:07 -05:00
Tim Waugh
9352fccac4 Update content generator metadata documentation
The extra.typeinfo entry is now described, along with the legacy
types which do not use a typeinfo entry.

Signed-off-by: Tim Waugh <twaugh@redhat.com>
2017-01-17 15:45:35 -05:00
Tomas Kopecek
659acb6954 fix default values for buildroot.container_type 2017-01-12 10:42:13 +01:00
Tomas Kopecek
9852064e35 Update http:// to https:// in docs
Where site is running https, URL was updated.
2016-12-19 11:49:11 -05:00
Mike McLean
7b053d73ac fix version in docs 2016-12-08 23:35:39 -05:00
Mike McLean
22b263a9b9 migration doc 2016-12-08 22:30:03 -05:00
Mike McLean
aed5f1ff53 add some comments to the interim cgen schema update scripts 2016-12-08 22:30:03 -05:00
Mike McLean
afa3699244 schema upgrade script for 1.11 2016-12-08 22:30:03 -05:00
Lubomír Sedlář
23cd7d87e2 doc: Highlight string supposed to be in setting
In the conversion of hyphens to underscores both the original and
modified value should be marked as code.
2016-11-30 11:00:52 +01:00
Tomas Kopecek
921258749a removed unused imports 2016-10-04 15:48:54 +02:00
Mike McLean
3fc396db83 fixes to cgen2 schema update 2016-09-28 18:20:09 -04:00
Mike McLean
127926e3dd move build recycling logic into its own function 2016-09-28 18:20:09 -04:00
Mike McLean
35e7be5c52 warn instead of error when sphinx-build is absent 2016-09-28 18:20:09 -04:00
Mike McLean
dc33a0e679 add btype data for legacy builds 2016-09-28 18:20:09 -04:00
Mike McLean
c0cb1ab73e ... 2016-09-28 18:20:09 -04:00
Mike McLean
275aa83b0f more schema updates 2016-09-28 18:20:09 -04:00
Mike McLean
ea84af67ce add btype_id to archiveinfo 2016-09-28 18:20:09 -04:00
Mike McLean
c78a5aa7ef schema-update-cgen2.sql 2016-09-28 18:20:09 -04:00
Mike McLean
6df2ec8ba4 btypes schema changes 2016-09-28 18:20:09 -04:00
Mike McLean
41ceb5085f pull in content generator doc too 2016-08-24 22:46:45 -04:00
Mike McLean
caf5b86798 fix doc headers 2016-08-24 21:13:05 -04:00
Mike McLean
c1450f1a65 pull in content generator metadata docs
Copied from: https://fedoraproject.org/wiki/Koji/ContentGeneratorMetadata
Converted with pandoc
pandoc -r mediawiki foo.wiki -t rst -o foo.rst
2016-08-24 21:02:20 -04:00
Mike McLean
a6affa38d5 pull docs updates from Fedora wiki 2016-08-23 17:48:18 -04:00
Mike McLean
89cbe3e2f6 minor text adjustments in doc 2016-08-18 11:27:26 -04:00
Lubomír Sedlář
0fff54cff3 Add testing instructions to docs 2016-08-18 11:22:42 -04:00
Mike McLean
fb0266f8d2 docs: correct url 2016-08-11 12:32:36 -04:00
Mike McLean
daade9bb95 docs: update submission guidelines 2016-08-11 12:22:37 -04:00
Mike McLean
7b480adeb1 add jnilib archivetype 2016-07-26 11:25:15 -04:00
Mike McLean
d14dbaacaa add tlb archive type 2016-06-14 12:10:45 -04:00
Mike McLean
cbd6ca9ced misc fixes 2016-05-16 14:02:06 -04:00
Mike McLean
102d325350 re-add install target to docs
Fixes https://pagure.io/koji/pull-request/2

Needed this adjustment to the Makefile to avoid breaking the build
2016-05-07 16:42:02 -04:00
Adam Miller
aeca12010c remove duplicates in the table of contents 2016-05-07 16:42:02 -04:00
Adam Miller
3fd4275fe3 first pass at converting docs to sphinx-doc reStructured Text 2016-05-07 16:42:02 -04:00
Fabian Deutsch
4729adc5f9 Add support for liveimg-squashfs
This patch adds support to build squashfs images which are compatible to
anaconda's liveimg directive and dracuts liveimg feature.
The feature is pretty simple, as it just reuses the raw diskimage, and
strips the disklabel, to retrieve the plain filesystem image.

Two open issues:
- Stripping the disk label is a pretty hack
- Database schema upgrade is missing

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
2016-03-30 12:18:56 -04:00
Tomas Mlcoch
86876a1bc9 Support for koji profiles.
This patch is dmach's patch [1] refactored according to mikem's comments [2].

[1] https://lists.fedoraproject.org/pipermail/buildsys/2015-August/004857.html
[2] https://lists.fedoraproject.org/pipermail/buildsys/2015-October/004900.html

Signed-off-by: Tomas Mlcoch <tmlcoch@redhat.com>
2016-03-21 15:45:26 -04:00
Mike McLean
5aa6ed4818 move table drops to schema-clear.sql 2016-02-05 08:58:49 -05:00
Mike McLean
4b98f6bd47 drop tables in reverse creation order 2016-02-05 08:50:49 -05:00
Mike McLean
3b182a096a Merge #22 Drop tables and functions only if exist 2016-02-04 16:10:20 +00:00
Mike McLean
6513039f4d obr archivetype 2016-02-01 09:46:57 -05:00
Pavol Babincak
48c48606fe Drop tables and functions only if exist
At the time of first initialization of Koji database tables and
functions don't exist. This isn't really a problem as SQL commands later
in the script create them.

For non-existent tables or functions psql prints NOTICE instead of an
ERROR. Therefore one can check if database was initialized correctly
with ON_ERROR_STOP set (see psql(1)):

     psql returns 3 if an error occurred in a script and the variable
     ON_ERROR_STOP was set.
2016-01-21 16:57:52 +01:00
Mike McLean
a621081b4e wsdl archivetype 2016-01-15 12:01:51 -05:00