summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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