Skip to content

repsyio/repsy-maven-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Maven repo importer for repsy

This small script helps importing an external repository into repsy. Please fill the variables section in the script first.

# external maven repo ##########################################################

# Fix the URL (Do NOT forget trailing slash)
maven_repo_link = 'https://MYUSERNAME.bintray.com/repo/'
maven_repo_username = '' # keep empty string if repo is public
maven_repo_password = ''

# repsy repo ###################################################################

# Fix the URL (Do NOT forget trailing slash)
repsy_repo_link = 'https://repo.repsy.io/mvn/MYUSERNAME/MYREPO/'
repsy_repo_username = 'fixme'
repsy_repo_password = 'fixme'

################################################################################

then you can start the migration:

python3 ./migrate_from_repo.py

The other script sends a local directory or a local repo to the repsy servers. Please fill the variables section in the script first.

# external maven repo ##########################################################

# Fix the URL (Do NOT forget trailing slash)
maven_repo_link = 'https://MYUSERNAME.bintray.com/repo/'
maven_repo_username = '' # keep empty string if repo is public
maven_repo_password = ''

# repsy repo ###################################################################

# Fix the URL (Do NOT forget trailing slash)
repsy_repo_link = 'https://repo.repsy.io/mvn/MYUSERNAME/MYREPO/'
repsy_repo_username = 'fixme'
repsy_repo_password = 'fixme'

################################################################################

then you can start the migration:

python3 ./migrate_from_local.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages