Commit graph

343 commits

Author SHA1 Message Date
clime
df91285f00 update cgit related section in README 2017-04-01 10:28:49 +02:00
clime
886602ad82 fix ignore/exit when branch already exists 2017-03-31 11:32:05 +02:00
clime
7e519706f9 return 128 if branch already exists in the mkbranch scripts 2017-03-31 11:23:01 +02:00
clime
08bdc1b048 if package exists, raise a different error code in setup_git_package 2017-03-31 11:02:51 +02:00
clime
8b2a59e000 fix selinux policyversion condition 2017-03-30 17:12:51 +02:00
clime
0af2fae2a2 set initial commit author with git config instead of git commit --author
The latter does not seem to work if git config was not called for a user doing the commit
2017-03-30 17:07:08 +02:00
clime
591bd54f0f updates according to package review
See https://bugzilla.redhat.com/show_bug.cgi?id=1428760
2017-03-08 16:43:47 +01:00
clime
77282abfab make gitolite "support" configurable 2017-03-03 11:30:41 +01:00
clime
6c240e12a2 remove unused local script variables 2017-03-03 10:21:09 +01:00
clime
ee0962dde7 do not include cgit_pkg_list into the package 2017-03-03 10:14:00 +01:00
clime
45296ae2e6 add missing dep on python-configparser 2017-02-25 22:59:23 +01:00
clime
c9c2df3283 fix crudini usage to get section content and not section header 2017-02-25 22:59:23 +01:00
Pavel Raiskup
cd6821d0ae config: use ini file
Follow up after discussion in PR #11.
2017-02-23 17:12:00 +01:00
Miroslav Suchý
226fa6586d Merge pull request #10 from clime/master
Compatibility patch with Fedora Infra and copr-dist-git
2017-02-22 16:32:47 +01:00
root
c53092941c test commit 2017-02-22 15:16:41 +01:00
clime
5cdd440be1 change path of executables to /usr/share/dist-git as it was before 2017-02-22 14:43:23 +01:00
clime
1d6dae7112 update paths in tests 2017-02-22 13:57:47 +01:00
clime
1f216c6b27 dist-git.conf added to configure default paths 2017-02-22 13:16:49 +01:00
clime
28de2f1e63 made data storage paths variable, read from /etc/dist-git/dist-git.conf 2017-02-22 13:14:17 +01:00
clime
9d3c0319a1 change permissions of /var/lib/dist-git/cache/lookaside/pkgs to 2775 2017-02-21 16:07:27 +01:00
clime
ff09d2de55 return back /var/lib/dist-git path for saving data 2017-02-21 16:04:11 +01:00
clime
c872c4032e fix SELinux file context update 2017-02-14 16:28:25 +01:00
clime
c1dc9b74a3 remove leftovers after fixfiles 2017-02-14 16:20:37 +01:00
clime
7a9c2f667b always symlink gitolite's update hook 2017-02-14 16:16:22 +01:00
clime
0b0e150b75 add alternative arch git hook symlink 2017-02-14 07:20:05 +01:00
clime
bf8bdb8685 just do not update selinux context for /srv/cache, /srv/git 2017-02-14 07:03:52 +01:00
clime
830da7b444 Update README.md 2017-02-11 20:56:10 +00:00
clime
6d669cfb65 README.md updated 2017-02-11 21:53:34 +01:00
clime
99f4735d7a we need to rely on fedpkg < 1.26 for testing because httpd setup in Vagrantfile currently does not support 1.26 2017-02-11 18:08:24 +01:00
clime
eb8b00351f Vagrantfile: add user when group packager already exists 2017-02-11 16:16:27 +01:00
clime
0239dd5648 Vagrantfile update 2017-02-11 16:07:10 +01:00
clime
f7adc2ae65 use example.org as domain for example pkgs server + ssl checks updated in lookaside-upload.conf.example 2017-02-11 16:00:13 +01:00
clime
77bd4ad3a4 add fedpkg srpm usage into basic test 2017-02-11 13:40:58 +01:00
clime
3a3ce5991a basic-test: do it so that user clime can delete packages in lookaside 2017-02-11 13:23:09 +01:00
clime
773d3b4611 use md5 hashtype in tests cause fedpkg-1.26 cannot do sha512 properly as it still uses old sources line format 2017-02-11 13:10:23 +01:00
clime
1fbabe47e8 basic-test: add pkgs_cmd helper and add remote git config for setitng user.name + user.email 2017-02-11 13:08:46 +01:00
clime
cdb8b7a899 beaker-tests: also remove records from lookaside cache when cleaning up in basic-test 2017-02-11 13:01:34 +01:00
clime
fa6770cb51 beaker-tests: also include basic test for git-http-backend and add comments 2017-02-10 23:42:44 +01:00
clime
7036082aa1 beaker-tests: uncomment key generation but do that only if the key is not generated already 2017-02-10 23:30:13 +01:00
clime
5d15cd68a5 fixed the basic test 2017-02-10 13:05:58 +01:00
clime
91cd4f0c93 basic test + related setup updates 2017-02-09 18:58:59 +01:00
clime
cbe7ec058e beaker-tests added 2017-02-09 15:24:03 +01:00
clime
d928af2592 basic Vagrantfile finished for testing 2017-02-09 15:15:42 +01:00
clime
e1f6261bc1 lookaside-upload.conf example update regarding cert example paths 2017-02-09 14:34:51 +01:00
clime
3fc3e87bcc Basic Vagrantfile added for testing 2017-02-08 17:01:59 +01:00
clime
d80ef11f85 remove gitolite-related comments from mkbranch scripts 2017-02-08 14:28:48 +01:00
clime
58728db83e add -g option in setup_git_package script for gitolite support
also remove check for already existing update hook, make all dist-git scripts executable
2017-02-08 14:28:09 +01:00
clime
93fa9aa602 bump dist-git-selinux policy version 2017-02-08 13:00:52 +01:00
clime
3ffba7f6dd selinux installation process improved 2017-02-08 10:53:42 +01:00
clime
8de92f9e75 licence updated as pkgdb_sync_git_branches.py is not currently
included in the package

Also spec formatting updates
2017-02-08 10:03:38 +01:00