diff options
author | Cyril Rohr <cyril.rohr@gmail.com> | 2014-09-09 20:29:39 +0000 |
---|---|---|
committer | Cyril Rohr <cyril.rohr@gmail.com> | 2014-09-09 20:29:39 +0000 |
commit | 27cb01cd5f705d5c86b059535d995b7aaa7a2ca6 (patch) | |
tree | c5aae1859124d017426c6669629b265810e1405f | |
parent | 7fe61558f616b5889d26a7564722560b6e265a5d (diff) |
Move into packager folder
-rw-r--r-- | .pkgr.yml | 5 | ||||
-rw-r--r-- | packager/.godir (renamed from .godir) | 0 | ||||
-rw-r--r-- | packager/Procfile (renamed from Procfile) | 0 | ||||
-rwxr-xr-x | packager/debian/postinst (renamed from packaging/debian/postinst) | 0 |
4 files changed, 4 insertions, 1 deletions
@@ -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 ba2906d0..ba2906d0 100644 --- a/.godir +++ b/packager/.godir diff --git a/Procfile b/packager/Procfile index efa00d25..efa00d25 100644 --- a/Procfile +++ b/packager/Procfile diff --git a/packaging/debian/postinst b/packager/debian/postinst index 90ff2b46..90ff2b46 100755 --- a/packaging/debian/postinst +++ b/packager/debian/postinst |