summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2012-02-10 17:01:09 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-02-13 15:26:56 +0100
commitdae5e9c2b04b0a7f95b4a291130b9518839b91f0 (patch)
treebd39118198c32dbc8a4ab6cca8abd90f3c301e27 /scripts/lib/ptxd_make_world_patchin.sh
parent4b7b696ec707efee04fe4303fbc2420416f066a1 (diff)
downloadptxdist-dae5e9c2b04b0a7f95b4a291130b9518839b91f0.tar.gz
ptxdist-dae5e9c2b04b0a7f95b4a291130b9518839b91f0.tar.xz
git tag sanitizingptxdist-2012.02.0
Replace ~ with - when creating a git tag Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index f1451d2d5..8dca947b8 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -82,7 +82,7 @@ ptxd_make_world_patchin_apply_git_init()
git init -q &&
git add -f . &&
git commit -q -m "initial commit" --author="ptxdist-${PTXDIST_VERSION_FULL} <ptxdist@pengutronix.de>" &&
- git tag "${pkg_pkg}" &&
+ git tag "${pkg_pkg//\~/-}" &&
git tag base &&
git config alias.ptx-patches "!${PTXDIST_TOPDIR}/scripts/git-ptx-patches \"\${@}\"" &&
echo "patchin: git: done"