File: gen_checkout_info.sh

package info (click to toggle)
bup 0.32-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,380 kB
  • sloc: python: 10,357; sh: 9,959; ansic: 2,171; pascal: 668; makefile: 208
file content (8 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

VERSION="$(dpkg-parsechangelog | grep-dctrl -ensVersion -FSource .)"
DATE="$(date --utc --date="`dpkg-parsechangelog -SDate`" '+%Y-%m-%d %H:%M:%S %z')"

echo "commit=''"
echo "date='$DATE'"
echo "modified=False"