This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1355
from pkgr/pkgr
Fix build on packager.io, enable Debian 8 and CentOS / RHEL 7
for-closed-social
无闻
9 years ago
parent
41ce633920
cbce2ec9cf
commit
ccf17a6ecb
1 changed files
with
18 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-4
.pkgr.yml
+ 18
- 4
.pkgr.yml
View File
@ -1,10 +1,24 @@
targets:
debian-7
:
&debian
build_dependencies:
-
libpam0g-dev
dependencies:
-
libpam0g
-
git
debian-8:
<<
:
*debian
ubuntu-14.04:
<<
:
*debian
ubuntu-12.04:
debian-7:
centos-6:
dependencies:
-
git
<<
:
*debian
centos-6
:
&el
build_dependencies:
-
pam-devel
dependencies:
-
pam
-
git
centos-7:
<<
:
*el
before:
-
mv packager/Procfile .
-
mv packager/.godir .
Write
Preview
Loading…
Cancel
Save