diff options
Diffstat (limited to 'Swift/Packaging')
| -rw-r--r-- | Swift/Packaging/Debian/update_debian_repo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/Packaging/Debian/update_debian_repo.sh b/Swift/Packaging/Debian/update_debian_repo.sh index 26c0d5b..db9f326 100644 --- a/Swift/Packaging/Debian/update_debian_repo.sh +++ b/Swift/Packaging/Debian/update_debian_repo.sh | |||
| @@ -85,8 +85,8 @@ for full_distribution_path in $INCOMING_FOLDER/{debian,ubuntu}/*; do | |||
| 85 | distro_name=$(basename `dirname $full_distribution_path`) | 85 | distro_name=$(basename `dirname $full_distribution_path`) |
| 86 | distro_reprepro_root=${APT_REPO_ROOT}/${distro_name}/${distro_version} | 86 | distro_reprepro_root=${APT_REPO_ROOT}/${distro_name}/${distro_version} |
| 87 | 87 | ||
| 88 | if ! [[ $SWIFT_PACKAGE_PLATFORMS == *"$distro_name"* ]]; then | 88 | if ! [[ $SWIFT_PACKAGE_PLATFORMS == *"$distro_version"* ]]; then |
| 89 | echo "$distro_name was not found in SWIFT_PACKAGE_PLATFORMS. Skipping..." | 89 | echo "$distro_version was not found in SWIFT_PACKAGE_PLATFORMS. Skipping..." |
| 90 | continue | 90 | continue |
| 91 | fi | 91 | fi |
| 92 | 92 | ||
Swift