Added "packagedate" to see the source pull date

This commit is contained in:
Bocki 2021-04-12 15:10:42 +02:00 committed by Henning Bocklage
parent d56d2eb961
commit 77518f5a24
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## 2021-04-12
- Added "packagedate" to see when the source was pulled in the logfiles
## 2021-03-29
- Added internal port functionality, see #68
- Added internal port functionality, see #69
## 2021-03-03
- Fixed #58
- Upgraded Alpine version from 3.12 to 3.13

View File

@ -7,6 +7,8 @@ cd /deemix
HOME=/deem
printf '%-50s %2s %-5s \n' "[cont-init.d] Package Build Date" ":" "$(cat /deemix/packagedate)"
if [ ! -z ${INTPORT} ]; then
port=$INTPORT
else