copy-patches.sh: update Laszlo's local username on his laptop
For reasons better not explained, Laszlo's local username on his laptop is not "lersek" but "lacos". related: rhbz#2011713 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
db9d8a6e4c
commit
818a2d3d6a
@ -17,7 +17,7 @@ fi
|
||||
|
||||
case `id -un` in
|
||||
rjones) git_checkout=$HOME/d/$project-rhel-$rhel_version ;;
|
||||
lersek) git_checkout=$HOME/src/v2v/$project ;;
|
||||
lacos) git_checkout=$HOME/src/v2v/$project ;;
|
||||
*) git_checkout=$HOME/d/$project-rhel-$rhel_version ;;
|
||||
esac
|
||||
if [ ! -d $git_checkout ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user