File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77default_git_base=" git://github.com/ccdevnet/openc2e.git"
88default_ppasuffix=ppa0
9- set -A suites intrepid jaunty karmic
9+ set -A suites jaunty karmic
1010
1111# ## You shouldn't need to modify anything below here
1212
@@ -38,12 +38,12 @@ git remote add src $git_base
3838git fetch src
3939git checkout -q refs/remotes/src/master
4040
41- describe_ver=" $( git- describe --tags) -$ppasuffix "
42- raw_ver=" $( git- log -1 --pretty=format:\% H) "
41+ describe_ver=" $( git describe --tags) -$ppasuffix "
42+ raw_ver=" $( git log -1 --pretty=format:\% H) "
4343echo " === Checked out version $describe_ver ==="
4444
4545echo " === Building orig.tar.gz ==="
46- git- archive --format=tar --prefix=" openc2e-$describe_ver /" HEAD | gzip -9c > " $tempdir /openc2e_$describe_ver .orig.tar.gz"
46+ git archive --format=tar --prefix=" openc2e-$describe_ver /" HEAD | gzip -9c > " $tempdir /openc2e_$describe_ver .orig.tar.gz"
4747popd
4848
4949echo " === Building package ==="
You can’t perform that action at this time.
0 commit comments