Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
openstack-infra
/
zuul
/
61abe44424e6754fc5eebb33b5532889344d714d
/
.
/
tests
/
fixtures
/
git_fetch_error.sh
blob: 49c568c6943a2ef3a4b72905bf203c659545f1a0 [
file
] [
log
] [
blame
]
#!/bin/sh
echo $
*
case
"$1"
in
fetch
)
if
[
-
f
./
stamp1
];
then
touch
./
stamp2
exit
0
fi
touch
./
stamp1
exit
1
;;
version
)
echo
"git version 1.0.0"
exit
0
;;
esac