Browse Source

Move into packager folder

tags/v1.2.0-rc1
Cyril Rohr 11 years ago
parent
commit
27cb01cd5f
4 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .pkgr.yml
  2. +0
    -0
      packager/.godir
  3. +0
    -0
      packager/Procfile
  4. +0
    -0
      packager/debian/postinst

+ 4
- 1
.pkgr.yml View File

@@ -6,6 +6,9 @@ build_dependencies:
- bzr - bzr
dependencies: dependencies:
- git - git
before:
- mv packager/Procfile .
- mv packager/.godir .
after: after:
- mv bin/main gogs - mv bin/main gogs
after_install: ./packaging/debian/postinst
after_install: ./packager/debian/postinst

.godir → packager/.godir View File


Procfile → packager/Procfile View File


packaging/debian/postinst → packager/debian/postinst View File


Loading…
Cancel
Save