Browse Source

Move into packager folder

for-closed-social
Cyril Rohr 9 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
dependencies:
- git
before:
- mv packager/Procfile .
- mv packager/.godir .
after:
- 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