Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b1d68b6e
Commit
b1d68b6e
authored
Apr 01, 2014
by
Cyril Rohr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .pkgr.yml file for automated packaging on
https://pkgr.io
parent
81ecd119
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
.pkgr.yml
.pkgr.yml
+19
-0
bin/pkgr_before_precompile.sh
bin/pkgr_before_precompile.sh
+16
-0
No files found.
.pkgr.yml
0 → 100644
View file @
b1d68b6e
user
:
git
group
:
git
before_precompile
:
./bin/pkgr_before_precompile.sh
targets
:
debian-7
:
&wheezy
build_dependencies
:
-
libicu-dev
dependencies
:
-
libicu48
-
libpcre3
-
git
ubuntu-12.04
:
*wheezy
ubuntu-14.04
:
build_dependencies
:
-
libicu-dev
dependencies
:
-
libicu52
-
libpcre3
-
git
bin/pkgr_before_precompile.sh
0 → 100755
View file @
b1d68b6e
#!/bin/sh
set
-ex
for
file
in
config/
*
.yml.example
;
do
cp
${
file
}
config/
$(
basename
${
file
}
.example
)
done
# No need for config file. Will be taken care of by REDIS_URL env variable
rm
config/resque.yml
# Set default unicorn.rb file
echo
""
>
config/unicorn.rb
# Required for assets precompilation
sudo
service postgresql start
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment