summaryrefslogtreecommitdiff
path: root/scripts/oe-git-proxy
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-09-20 13:57:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:14:42 +0100
commit2fb74abbe07b6b82a715ac0fe16449bd8420110e (patch)
tree9274f4bb314ab03e4aee1a56bc8bd32b6c584c3e /scripts/oe-git-proxy
parentb12d99dbfbee8c4b3680f453f833410950238bb9 (diff)
downloadopenembedded-core-2fb74abbe07b6b82a715ac0fe16449bd8420110e.tar.gz
openembedded-core-2fb74abbe07b6b82a715ac0fe16449bd8420110e.tar.bz2
openembedded-core-2fb74abbe07b6b82a715ac0fe16449bd8420110e.zip
sanity: check that path variables don't use ~
The core path variables (TMPDIR, DL_DIR, SSTATE_DIR) don't use tilde expansion but if the user does then the errors are very mysterious, so check on startup. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/oe-git-proxy')
0 files changed, 0 insertions, 0 deletions
n: add generate-manifest script for Python 2.5, rename the one f...Michael Lauer2 2007-07-21python: add subpackage python-debugger including pdb.py* and bdb.py*Michael Lauer1 2007-06-21python 2.4.4 fix debug package name to python-core-dbgMichael Lauer1 2007-06-21python 2.4.4 properly ship debug information in appropriate packagesMichael Lauer1 2007-06-21python-2.4.4: update manifest, update manifest generator, close #2487Michael Lauer1 2006-12-25python: update to 2.4.4Michael Lauer1 2006-11-05contrib/python/generate-manifest.py: python-pickle depends on python-ioMichael Lauer1 2006-10-14python: add heapq and bisect support to python-lang, remove bisect from pytho...Michael Lauer1 2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it i...Marcin Juszkiewicz1 2006-08-25contrib/python/generate-manifest.py: update to latest versionMichael Lauer1 2006-08-25contrib/python: add the script that I use to generate the python manifest fileMichael Lauer2