Skip to content

Commit

Permalink
Merge pull request #25 from fscheiner/prepare-for-new-src-repo
Browse files Browse the repository at this point in the history
Switchover to new source repo
  • Loading branch information
fscheiner authored Sep 30, 2022
2 parents 333f19e + e8ab267 commit 7904ec1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
# # Handled via partner queue, uncharged
# - ppc64le
# - arm64
os: linux
dist: focal
language: ruby
jobs:
include:

Expand All @@ -18,7 +21,6 @@ jobs:
env:
- IMAGE=centos:centos7 TASK=build
stage: build
sudo: required
services:
- docker

Expand Down
2 changes: 1 addition & 1 deletion packaging/fedora/uberftp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ make install DESTDIR=%{buildroot}

%changelog

* Thu Jul 22 2022 Frank Scheiner <[email protected]> - 2.9.1-1
* Fri Jul 22 2022 Frank Scheiner <[email protected]> - 2.9.1-1
- New upstream version 2.9.1
- changed version scheme to semver (see semver.org)
- fixed recursive listings
Expand Down
11 changes: 4 additions & 7 deletions travis-ci/upload_source_tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ repo_owner=$1

remote_base_dir="uberftp"

# also hosts repo.gridcf.org; can't use repo.gridcf.org directly because
# CloudFlare apparently doesn't properly handle SSH
upload_server=hcc-osg-repo.unl.edu
# hosts repo.gridcf.org
upload_server="repo-gridcf.redir.ops.egi.eu"

# obtained by running "ssh-keyscan hcc-osg-repo.unl.edu"
hostsig="hcc-osg-repo.unl.edu ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2AIWAVx2KY+GhDab9SdxLTvjjzTiNa4pfHe7TvRZ5O+qZNc4c8sBlsG7OZGZvDLMRjGTKFyjJx3jDVUwaf14DwzQi9rgZxEZgBsRFffLATZqz+DyVN1H9uw215pah9Wh6yzaqMn51y6kqg0kk/ip62cYcXFgLKUNkzV0yz5WFugm5ziROZn01v5o74VdCABTAdlZhviUoObCn+bycXoUGGETY5GZ3muAW6y5LydDTD+2S97qJWGdSW7JBIfcmU7n5dl8MrtYKYwGswOgdUDrLtCp6CdZt/Evr+3NyLp35IhLnwxdkBBlKHPY0jXrGHyemsXa0Hq0PG/Ih5d0M8RMp"
# obtained by running "ssh-keyscan repo-gridcf.redir.ops.egi.eu"
hostsig="repo-gridcf.redir.ops.egi.eu ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4jPJDFLpljf6pSai/W2yh1/bgvRkfpLf9vvHs6ETYb"


echo "$hostsig" > ~/.ssh/known_hosts
Expand Down Expand Up @@ -93,5 +92,3 @@ __END__
fi
done
set -e

# vim:et:sts=4:sw=4

0 comments on commit 7904ec1

Please sign in to comment.