Skip to content

Commit

Permalink
Update dietpi/dietpi-software
Browse files Browse the repository at this point in the history
applying suggestion via the web interface - I know I will regret this...

Co-authored-by: MichaIng <micha@dietpi.com>
  • Loading branch information
dirkhh and MichaIng authored Oct 8, 2023
1 parent b047355 commit 3bf4c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -12021,7 +12021,7 @@ _EOF_

# determine the version
local ADSB_FEEDER_DATE_COMPONENT=$(git log -20 --date='format:%y%m%d' --format='%ad' | uniq -c | mawk '{print $2"."$1;exit}')
local ADSB_FEEDER_TAG_COMPONENT=$(git describe --match "v[0-9]*" --long | sed "s/-[0-9]*-g[0-9a-f]*//")
local ADSB_FEEDER_TAG_COMPONENT=$(git describe --match 'v[0-9]*' --long | sed 's/-[0-9]*-g[0-9a-f]*//')
local ADSB_FEEDER_VERSION="$ADSB_FEEDER_TAG_COMPONENT(dietpi)-$ADSB_FEEDER_DATE_COMPONENT"

# create the target directory for the app and populated with the code from the git checkout
Expand Down

0 comments on commit 3bf4c7f

Please sign in to comment.