Filip Stefanov
Filip Stefanov
Yeah i can do regular `git clone`, but `gerrit clone` is failing.
I use this one from my git root: ``` lfs_files=($(git lfs ls-files -n)) for file in "${lfs_files[@]}"; do git cat-file -e "HEAD:${file}" && git cat-file -p "HEAD:${file}" > "$file" done...
Sometimes is not able to discover gits inside project dir `opengrok-projadm --base /home/ubuntu/bin/opengrok --add test` Adding project test Refreshing configuration It is missing `Added project test with repositories: ['/test/opengrok']` curl...
In catalina.out i see many NoSuchFileException ``` Caused by: java.nio.file.NoSuchFileException: /opt/tomcat/webapps/source/WEB-INF/lib/chronicle-core-2.20.80.jar Caused by: java.nio.file.NoSuchFileException: /opt/tomcat/webapps/source/WEB-INF/lib/annotations-19.0.0.jar Caused by: java.nio.file.NoSuchFileException: /opt/tomcat/webapps/source/WEB-INF/lib/javax.el-3.0.0.jar find /opt/tomcat/webapps/source/ -name 'chronicle-core*.jar' -type f /opt/tomcat/webapps/source/WEB-INF/lib/chronicle-core-2.20.122.jar find /opt/tomcat/webapps/source/ -name 'javax*.jar'...
It is misbehaving in a strange way. I was adding, indexing and removing single project for testing multiple times. And now all my other projects( 4 AOSP branches 100GB+ each...
Deleted historycache dir and ran indexer over again with version 1.7.12. This time history seems correct.
I'm interested in such future too, or at least some auth logging so i can check user email domains with logstash or something else.
@mitjmcc Using API key instead of password inside ~/.artifactory_python.cfg not working for me.
git-lfs/2.4.0 (GitHub; linux amd64; go 1.9.4) always fetches from the second URL ``` cat .lfsconfig [lfs] url = "https//first-url.com/lfs" url = "https//second-url.com/lfs" ```