[services] portage-repository-converter-executor: trivial fix

This commit is contained in:
Fabio Erculiani
2011-02-15 00:10:28 +01:00
parent 0a790d73ad
commit de08eeed90

View File

@@ -19,7 +19,7 @@ fi
repo_path="${WORK_DIR}/${REPOSITORY_FILE_NAME}"
# call the converter
${CONVERTER_EXEC} "${repo_path}" "${PORTDIR}" || exit 1
${CONVERTER_EXEC} sync "${repo_path}" "${PORTDIR}" || exit 1
# set a new timestamp
ts=$(python -c "import time; from datetime import datetime; print(str(datetime.fromtimestamp(time.time())))")