Searched refs:REPOS_DIR (Results 1 - 2 of 2) sorted by relevance

/seL4-l4v-10.1.1/isabelle/Admin/cronjob/
H A Dplain_identify12 REPOS_DIR="$HOME/cronjob/plain_identify_repos"
20 mkdir -p "$REPOS_DIR"
21 if [ ! -d "$REPOS_DIR/$NAME" ]; then
22 hg clone --noupdate -q "$SOURCE" "$REPOS_DIR/$NAME"
29 hg pull -R "$REPOS_DIR/$NAME" -q
30 local ID="$(hg tip -R "$REPOS_DIR/$NAME" --template "{node|short}")"
/seL4-l4v-10.1.1/l4v/isabelle/Admin/cronjob/
H A Dplain_identify12 REPOS_DIR="$HOME/cronjob/plain_identify_repos"
20 mkdir -p "$REPOS_DIR"
21 if [ ! -d "$REPOS_DIR/$NAME" ]; then
22 hg clone --noupdate -q "$SOURCE" "$REPOS_DIR/$NAME"
29 hg pull -R "$REPOS_DIR/$NAME" -q
30 local ID="$(hg tip -R "$REPOS_DIR/$NAME" --template "{node|short}")"

Completed in 86 milliseconds