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

AUR repo prevents recursive clone #138

Open
loriab opened this issue Nov 23, 2021 · 2 comments
Open

AUR repo prevents recursive clone #138

loriab opened this issue Nov 23, 2021 · 2 comments

Comments

@loriab
Copy link
Contributor

loriab commented Nov 23, 2021

Describe the bug
A clear and concise description of what the bug is.
General fyi that recursive clones not succeeding. I only noticed because conda-build does recursive clone by default. Not a blocker.

To Reproduce
Steps to reproduce the behaviour:

> git clone --recursive https://github.com/dftd4/dftd4.git
Cloning into 'dftd4'...
remote: Enumerating objects: 10663, done.
remote: Counting objects: 100% (4059/4059), done.
remote: Compressing objects: 100% (482/482), done.
remote: Total 10663 (delta 3815), reused 3777 (delta 3575), pack-reused 6604
Receiving objects: 100% (10663/10663), 3.96 MiB | 0 bytes/s, done.
Resolving deltas: 100% (9728/9728), done.
Submodule 'assets/aur/dftd4' (https://aur.archlinux.org/dftd4.git) registered for path 'assets/aur/dftd4'
Submodule 'assets/aur/dftd4-git' (https://aur.archlinux.org/dftd4-git.git) registered for path 'assets/aur/dftd4-git'
Cloning into 'assets/aur/dftd4'...
fatal: unable to access 'https://aur.archlinux.org/dftd4.git/': The certificate issuer's certificate has expired.  Check your system date and time.
Clone of 'https://aur.archlinux.org/dftd4.git' into submodule path 'assets/aur/dftd4' failed
@awvwgk
Copy link
Member

awvwgk commented Nov 23, 2021

Easiest would be to just remove the PKGBUILD's from this repo and have them as separate repos under the @dftd4 org.

@loriab
Copy link
Contributor Author

loriab commented Nov 23, 2021

Easiest would be to just remove the PKGBUILD's from this repo and have them as separate repos under the @dftd4 repo.

That'd work nicely.

If anyone should need to get around the block on a local computer, you can comment out these https://github.com/conda/conda-build/pull/3910/files#diff-b1edd70d35f342df704bf1985eeb0e2c6febc5d539d6fd991374ad5236395f76L293-L294 from your local c-b.

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

2 participants