Deploy logging improved

This commit is contained in:
Juan Ferrer 2019-03-28 17:29:44 +01:00
parent db1ac9d185
commit a374da6f9b
4 changed files with 3 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.37) stable; urgency=low hedera-web (1.406.38) stable; urgency=low
* Initial Release. * Initial Release.

2
debian/postinst vendored
View File

@ -2,7 +2,7 @@
set -e set -e
(cd /usr/share/hedera-web && TERM=dumb npm install --production) (cd /usr/share/hedera-web && npm install --production)
if [ -e /usr/share/apache2/apache2-maintscript-helper ] if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then then

1
debian/rules vendored
View File

@ -1,7 +1,6 @@
#!/usr/bin/make -f #!/usr/bin/make -f
#export DH_VERBOSE=1 #export DH_VERBOSE=1
export TERM=dumb
%: %:
dh $@ dh $@

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.406.37", "version": "1.406.38",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {