mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
8 lines
310 B
Bash
Executable File
8 lines
310 B
Bash
Executable File
#!/bin/bash
|
|
# Uploads repository to centralized location
|
|
# Make sure to have called ./createLocalBaseP2Repository.sh before
|
|
# and make sure to have activated local-p2-admin target to check
|
|
# if everything went well
|
|
|
|
`dirname $0`/uploadSpecifiedRepositoryToServer.sh sailing com.sap.sailing.targetplatform.base
|