File: bundle.sh

package info (click to toggle)
libmaus2 2.0.768%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,940 kB
  • sloc: cpp: 286,279; sh: 2,978; makefile: 2,624; ansic: 1,303
file content (5 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/bin/bash
D=`date "+%Y_%m_%d"`
P=`head -n 1 configure.ac | sed "s|AC_INIT(||;s|,.*||"`
set -x
git bundle create ../${P}_${D}.bundle --branches --tags