Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An extra Specs folder is created while executing $pod repo-art command #60

Open
roja03 opened this issue Jan 18, 2023 · 0 comments
Open

Comments

@roja03
Copy link

roja03 commented Jan 18, 2023

An extra Specs folder is created while executing $pod repo-art add command pointing to Artifactory.
It seems that the cocoapods client does not flatten the objects from the tar.gz which creates the path:
~/.cocoapods/repo-art/ocoapods-remote-test/Specs/Specs
The expected path should be : ~/.cocoapods/repo-art/ocoapods-remote-test/Specs
Please find the command below.:
$ pod repo-art add cocoapods-remote-test "https://localhost:8082/artifactory/api/pods/cocoapods-remote-test"
Retrieving index from https://localhost:8082/artifactory/api/pods/cocoapods-remote-test into local spec repo cocoapods-remote-test
Initialized empty Git repository in /Users/JFrog/.cocoapods/repos-art/cocoapods-remote-test/.git/
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
[main (root-commit) a4d4ed4] Artifactory repo init
583782 files changed, 25063120 insertions(+)
create mode 100644 .artpodrc
create mode 100644 Specs/.github/workflows/nightly-pr-close.yml
create mode 100644 Specs/.gitignore
create mode 100644 Specs/.rubocop.yml
create mode 100644 Specs/AlgoliaSearch.yml
create mode 100644 Specs/CocoaPods-version.yml
create mode 100644 Specs/Gemfile
create mode 100644 Specs/Gemfile.lock
create mode 100644 Specs/README.md
create mode 100644 Specs/Scripts/README.md
create mode 100755 Specs/Scripts/create_pods_and_versions_index.rb
create mode 100755 Specs/Scripts/netlify_deploy.sh
create mode 100644 Specs/Scripts/netlify_redirects.txt
create mode 100644 Specs/Specs/.gitkeep
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.0.6.1/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.2.1/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.5.0/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.7.0/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.7.1/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.8.0/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/AMRAdapterMintegral-Beta/7.1.9.0/AMRAdapterMintegral-Beta.podspec.json
create mode 100644 Specs/Specs/0/0/0/CAIStatusBar/0.0.1/CAIStatusBar.podspec.json
create mode 100644 Specs/Specs/0/0/0/CWNotificationBanner/0.1.0/CWNotificationBanner.podspec.json
$ pod repo-art --version
1.1.0
$ pod --version
1.11.3
$ gem which cocoapods-downloader
/Library/Ruby/Gems/2.6.0/gems/cocoapods-downloader-1.6.3/lib/cocoapods-downloader.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant