summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 01:47:30 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-06 14:50:48 +0100
commit41069fd0e8af924bd764e700123faa9dc5c69b3d (patch)
treeac1ace15a9da78bd040a4b22ee0e7ab7039f257d /scripts
parent84254a822f9be4b100b095e91de3fd96c614afbb (diff)
downloadptxdist-41069fd0e8af924bd764e700123faa9dc5c69b3d.tar.gz
ptxdist-41069fd0e8af924bd764e700123faa9dc5c69b3d.tar.xz
[ptxdist] consolidate rc file handling
First this patch moves the ptxdistrc file into '~/.ptxdist/' since my homedir contains quite a low of .ptxdistrcs now. Then another variable is introduced: - PTXDIST_VERSION_PTXRC which holds the the version for the rc file. It consists for simplicity reasons of just "$year.$month". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ptxdist_version.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ptxdist_version.sh.in b/scripts/ptxdist_version.sh.in
index 6ba3d15ef..73442f7d9 100644
--- a/scripts/ptxdist_version.sh.in
+++ b/scripts/ptxdist_version.sh.in
@@ -12,3 +12,5 @@ PTXDIST_VERSION_FULL="${PTXDIST_VERSION_YEAR}.${PTXDIST_VERSION_MONTH}.${PTXDIST
PTXDIST_VERSION_CFG_SCM="${PTXDIST_VERSION_SCM:+-git}"
PTXDIST_VERSION_CFG_FULL="${PTXDIST_VERSION_YEAR}.${PTXDIST_VERSION_MONTH}.${PTXDIST_VERSION_BUGFIX}${PTXDIST_VERSION_CFG_SCM}"
+
+PTXDIST_VERSION_PTXRC="${PTXDIST_VERSION_YEAR}.${PTXDIST_VERSION_MONTH}"