This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
798 changed files
with
41,519 additions
and
19,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ build | |
gradle/arch/syncany/pkg | ||
gradle/arch/syncany/src | ||
gradle/arch/syncany/syncany*.tar* | ||
*.orig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
# Run JUnit tests and generate reports | ||
./gradlew testGlobal coberturaReport performCoverageCheck coveralls javadocAll | ||
|
||
# SonarQube disabled for now. Took >43min on Travis! | ||
|
||
# sonarRunnerTask=$([ -n "$TRAVIS_PULL_REQUEST" -a "$TRAVIS_PULL_REQUEST" != "false" ] && echo "" || echo "sonarRunner") | ||
# ./gradlew testGlobal coberturaReport performCoverageCheck javadocAll $sonarRunnerTask | ||
|
||
# Line of code stats | ||
cloc --quiet --xml --out=build/reports/cloc.xml $(find -type d -name main | grep src/main) | ||
|
||
# Generate manpages | ||
./gradlew manpages | ||
|
||
# Create distributables | ||
./gradlew distTar | ||
./gradlew distZip | ||
./gradlew debian | ||
./gradlew exe | ||
|
||
# Upload distributables and JavaDoc | ||
./gradle/upload/upload-application.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,38 @@ | ||
Authors | ||
======= | ||
Many people have contributed to Syncany. This is an attempt to list them all. | ||
|
||
Point of Contact and Lead Development: | ||
- Philipp C. Heckel (philipp.heckel@gmail.com) | ||
Core Team Members (contact via team@syncany.org): | ||
- Christian Roth (cr0) | ||
- Philipp C. Heckel (binwiederhier) | ||
- Pim Otte (pimotte) | ||
|
||
Team / Contributors: | ||
- Fabrice Rossi (fabrice.rossi@apiacoa.org) | ||
- Steffen Dangmann (steffen.dangmann@googlemail.com) | ||
- Pim Otte (otte.pim@gmail.com) | ||
- Vincent Wiencek (vwiencek@gmail.com) | ||
Contributors / Former Team Members: | ||
- Alexandre Viau (ReAzem) | ||
- Andreas Fenske | ||
- Anthony Miyaguchi (acmiyaguchi) | ||
- Armin Fisslthaler (afics) | ||
- Christof Schulze (christf) | ||
- Darryl Tam (Lyrrad) | ||
- Fabrice Rossi (fabrice-rossi) | ||
- Florian Spiegel | ||
- Gaétan Collaud | ||
- Gregor Trefs (gtrefs) | ||
- Jesse Donkervliet (jdonkervliet) | ||
- Joel Pettersson (joelpet) | ||
- Julien Nicoulaud | ||
- kt3k | ||
- Marius Voilă | ||
- MatMaul | ||
- Niels Spruit (nspruit) | ||
- Neal Gompa (Conan-Kudo) | ||
- Nikolai Hellwig | ||
- Olivier Tisun | ||
- Stefan Mai (iamnafets) | ||
- Stefan Hugtenburg (MrHug) | ||
- Steffen Dangmann (guitarlum) | ||
- spikeh | ||
- Tim Hegeman (thegeman) | ||
- Paul Steinhilber | ||
- Vadim Panin (vadimpanin) | ||
- Vincent Wiencek (vwiencek) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.