compat-wireless: remove master-tag file
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 02:11:05 +0000 (19:11 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 17 May 2012 02:11:05 +0000 (19:11 -0700)
commit3563088007fc85d5fc73aa61ec5630f2cc13561d
treedb4a4a14b70e3d7ae2ceed04668f9ae01a0aa04c
parent4fdb168d24f34546bb8c30e5d6a2ca63e9f90f19
compat-wireless: remove master-tag file

The master-tag file was used to describe from where we pulled
code from when wireless-testing was used instead of linux-next.git.
It turns out the way this was being done could lead to incorrect
descriptions given that the master-tag file was generated by
looking at all the git tags present and using the latest master
tag. The assumption is that your tree would not have any newer
master tags. Turns out that we can use git describe to extract
correctly the proper master tag, at least now this seems to work
well on wireless-testing. Even if it does not work the git describe
tag is a better representation and would lead to less mistakes.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
.gitignore
scripts/admin-clean.sh
scripts/admin-update.sh