summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Rohr <cyril.rohr@gmail.com>2014-09-09 20:29:39 +0000
committerCyril Rohr <cyril.rohr@gmail.com>2014-09-09 20:29:39 +0000
commit27cb01cd5f705d5c86b059535d995b7aaa7a2ca6 (patch)
treec5aae1859124d017426c6669629b265810e1405f
parent7fe61558f616b5889d26a7564722560b6e265a5d (diff)
downloadgitea-27cb01cd5f705d5c86b059535d995b7aaa7a2ca6.tar.gz
gitea-27cb01cd5f705d5c86b059535d995b7aaa7a2ca6.zip
Move into packager folder
-rw-r--r--.pkgr.yml5
-rw-r--r--packager/.godir (renamed from .godir)0
-rw-r--r--packager/Procfile (renamed from Procfile)0
-rwxr-xr-xpackager/debian/postinst (renamed from packaging/debian/postinst)0
4 files changed, 4 insertions, 1 deletions
diff --git a/.pkgr.yml b/.pkgr.yml
index f98187807b..9988ad4d3a 100644
--- a/.pkgr.yml
+++ b/.pkgr.yml
@@ -6,6 +6,9 @@ build_dependencies:
- bzr
dependencies:
- git
+before:
+ - mv packager/Procfile .
+ - mv packager/.godir .
after:
- mv bin/main gogs
-after_install: ./packaging/debian/postinst
+after_install: ./packager/debian/postinst
diff --git a/.godir b/packager/.godir
index ba2906d066..ba2906d066 100644
--- a/.godir
+++ b/packager/.godir
diff --git a/Procfile b/packager/Procfile
index efa00d25a9..efa00d25a9 100644
--- a/Procfile
+++ b/packager/Procfile
diff --git a/packaging/debian/postinst b/packager/debian/postinst
index 90ff2b4618..90ff2b4618 100755
--- a/packaging/debian/postinst
+++ b/packager/debian/postinst