mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Merge pull request #483 from pkgr/dev
Add new distributions on https://packager.io/gh/pkgr/gogs
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
 | 
					 | 
				
			||||||
targets:
 | 
					targets:
 | 
				
			||||||
  ubuntu-14.04:
 | 
					  ubuntu-14.04:
 | 
				
			||||||
 | 
					  ubuntu-12.04:
 | 
				
			||||||
 | 
					  debian-7:
 | 
				
			||||||
build_dependencies:
 | 
					build_dependencies:
 | 
				
			||||||
  - mercurial
 | 
					  - mercurial
 | 
				
			||||||
  - bzr
 | 
					  - bzr
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER)
 | 
				
			|||||||
APP_GROUP=$(${CLI} config:get APP_GROUP)
 | 
					APP_GROUP=$(${CLI} config:get APP_GROUP)
 | 
				
			||||||
APP_CONFIG="/etc/${APP_NAME}/conf/app.ini"
 | 
					APP_CONFIG="/etc/${APP_NAME}/conf/app.ini"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# source debconf library
 | 
					 | 
				
			||||||
. /usr/share/debconf/confmodule
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
case "$1" in
 | 
					case "$1" in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  configure)
 | 
					  configure)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user