FreeBSD Bugzilla – Attachment 167834 Details for
Bug 207791
[new port] devel/gitlab-shell: handles git commands for GitLab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar with new port devel/gitlab-shell
gitlab-shell.shar (text/plain), 4.87 KB, created by
Torsten Zühlsdorff
on 2016-03-08 10:20:31 UTC
(
hide
)
Description:
shar with new port devel/gitlab-shell
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2016-03-08 10:20:31 UTC
Size:
4.87 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># gitlab-shell ># gitlab-shell/Makefile ># gitlab-shell/distinfo ># gitlab-shell/files ># gitlab-shell/files/patch-config.yml.example ># gitlab-shell/pkg-descr ># gitlab-shell/pkg-plist ># >echo c - gitlab-shell >mkdir -p gitlab-shell > /dev/null 2>&1 >echo x - gitlab-shell/Makefile >sed 's/^X//' >gitlab-shell/Makefile << '494272679d4acf2e853ca1f518ab0149' >X# Created by: Torsten Zuehlsdorff <ports@toco-domains.de >X# $FreeBSD$ >X >XPORTNAME= gitlab-shell >XPORTVERSION= 2.6.10 >XCATEGORIES= devel >XMASTER_SITES= http://ports.toco-domains.de/ >XDISTNAME= ${PORTNAME}-v${PORTVERSION} >X >XMAINTAINER= ports@toco-domains.de >XCOMMENT= GitLab Shell handles git commands for GitLab >X >XBUILD_DEPENDS= ruby>=2.1.5:${PORTSDIR}/lang/ruby21 \ >X gem:${PORTSDIR}/devel/ruby-gems >X >XUSERS= git >XGROUPS= git >X >XNO_BUILD= yes >XNO_ARCH= yes >X >Xdo-install: >X ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample >X >Xpost-install: >X ${MKDIR} ${STAGEDIR}/var/log/ >X ${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log >X ${MKDIR} ${STAGEDIR}${DATADIR} >X (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >X >X.include <bsd.port.mk> >494272679d4acf2e853ca1f518ab0149 >echo x - gitlab-shell/distinfo >sed 's/^X//' >gitlab-shell/distinfo << '7da57da96ead14238176951f42d9d474' >XSHA256 (gitlab-shell-v2.6.10.tar.gz) = 25c4e05e6fb0068e4be6a6b44d5fe30b98957ea6fe1470fb622480354fb17bb7 >XSIZE (gitlab-shell-v2.6.10.tar.gz) = 35474 >7da57da96ead14238176951f42d9d474 >echo c - gitlab-shell/files >mkdir -p gitlab-shell/files > /dev/null 2>&1 >echo x - gitlab-shell/files/patch-config.yml.example >sed 's/^X//' >gitlab-shell/files/patch-config.yml.example << '0b1006939754c2933edb73ade38adde6' >X--- config.yml.example.orig 2016-02-24 09:49:01 UTC >X+++ config.yml.example >X@@ -48,7 +48,7 @@ redis: >X >X # Log file. >X # Default is gitlab-shell.log in the root directory. >X-# log_file: "/home/git/gitlab-shell/gitlab-shell.log" >X+log_file: "/var/log/gitlab-shell.log" >X >X # Log level. INFO by default >X log_level: INFO >0b1006939754c2933edb73ade38adde6 >echo x - gitlab-shell/pkg-descr >sed 's/^X//' >gitlab-shell/pkg-descr << '93661aa9b08e7c8bd1303076986b8c11' >XGitLab Shell handles git commands for GitLab >Xand modifies the list of authorized keys. >X >XWWW: https://gitlab.com/gitlab-org/gitlab-shell >93661aa9b08e7c8bd1303076986b8c11 >echo x - gitlab-shell/pkg-plist >sed 's/^X//' >gitlab-shell/pkg-plist << 'a9063665dd69aaf9a11a846d05d4570e' >X%%DATADIR%%/.gitignore >X%%DATADIR%%/.gitlab-ci.yml >X%%DATADIR%%/.hound.yml >X%%DATADIR%%/.rspec >X%%DATADIR%%/.rubocop.yml >X%%DATADIR%%/CHANGELOG >X%%DATADIR%%/Gemfile >X%%DATADIR%%/Gemfile.lock >X%%DATADIR%%/Guardfile >X%%DATADIR%%/LICENSE >X%%DATADIR%%/README.md >X%%DATADIR%%/VERSION >X@(git,,555) %%DATADIR%%/bin/check >X@(git,,555) %%DATADIR%%/bin/create-hooks >X@(git,,555) %%DATADIR%%/bin/gitlab-keys >X@(git,,555) %%DATADIR%%/bin/gitlab-projects >X@(git,,555) %%DATADIR%%/bin/gitlab-shell >X@(git,,555) %%DATADIR%%/bin/install >X@sample %%DATADIR%%/config.yml.sample >X%%DATADIR%%/hooks/post-receive >X%%DATADIR%%/hooks/pre-receive >X%%DATADIR%%/hooks/update >X%%DATADIR%%/lib/gitlab_access.rb >X%%DATADIR%%/lib/gitlab_access_status.rb >X%%DATADIR%%/lib/gitlab_config.rb >X%%DATADIR%%/lib/gitlab_custom_hook.rb >X%%DATADIR%%/lib/gitlab_init.rb >X%%DATADIR%%/lib/gitlab_keys.rb >X%%DATADIR%%/lib/gitlab_logger.rb >X%%DATADIR%%/lib/gitlab_net.rb >X%%DATADIR%%/lib/gitlab_post_receive.rb >X%%DATADIR%%/lib/gitlab_projects.rb >X%%DATADIR%%/lib/gitlab_shell.rb >X%%DATADIR%%/lib/httpunix.rb >X%%DATADIR%%/lib/names_helper.rb >X%%DATADIR%%/spec/gitlab_access_spec.rb >X%%DATADIR%%/spec/gitlab_config_spec.rb >X%%DATADIR%%/spec/gitlab_keys_spec.rb >X%%DATADIR%%/spec/gitlab_logger_spec.rb >X%%DATADIR%%/spec/gitlab_net_spec.rb >X%%DATADIR%%/spec/gitlab_post_receive_spec.rb >X%%DATADIR%%/spec/gitlab_projects_spec.rb >X%%DATADIR%%/spec/gitlab_shell_spec.rb >X%%DATADIR%%/spec/httpunix_spec.rb >X%%DATADIR%%/spec/names_helper_spec.rb >X%%DATADIR%%/spec/spec_helper.rb >X%%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml >X%%DATADIR%%/spec/vcr_cassettes/allowed-push.yml >X%%DATADIR%%/spec/vcr_cassettes/broadcast_message-none.yml >X%%DATADIR%%/spec/vcr_cassettes/broadcast_message-ok.yml >X%%DATADIR%%/spec/vcr_cassettes/check-ok.yml >X%%DATADIR%%/spec/vcr_cassettes/denied-pull.yml >X%%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml >X%%DATADIR%%/spec/vcr_cassettes/denied-push.yml >X%%DATADIR%%/spec/vcr_cassettes/discover-ok.yml >X%%DATADIR%%/support/rewrite-hooks.sh >X%%DATADIR%%/support/truncate_repositories.sh >X@(git,,664) /var/log/gitlab-shell.log >X@dir %%DATADIR%%/bin >X@dir %%DATADIR%%/hooks >X@dir %%DATADIR%%/lib >X@dir %%DATADIR%%/spec/vcr_cassettes >X@dir %%DATADIR%%/spec >X@dir %%DATADIR%%/support >X@dir %%DATADIR%% >a9063665dd69aaf9a11a846d05d4570e >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207791
: 167834