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

support for packages local to a repository #2431

Closed
samoht opened this issue Feb 10, 2016 · 4 comments
Closed

support for packages local to a repository #2431

samoht opened this issue Feb 10, 2016 · 4 comments

Comments

@samoht
Copy link
Member

samoht commented Feb 10, 2016

Would be great if repositories could support something like:

/compilers
/packages
/random/src/path

Where some packages could have sources stored in random/src/path. Currently only absolute paths are handled, which makes it impractical to distribute the repository.

@AltGr
Copy link
Member

AltGr commented Feb 11, 2016

You mean something like /archives/, but in uncompressed form ?
Or something like a url file pointing to a path relative to the repository root ?

@dsheets
Copy link
Member

dsheets commented Feb 11, 2016

I think either of those would work but uncompressed, symlinked /archives/ subdirectories would be nicer.

@samoht
Copy link
Member Author

samoht commented Feb 25, 2016

I think I found a workaround which already works: make the files directory a symlink to your actual source code. This seems to work with my limited testing...

@samoht
Copy link
Member Author

samoht commented Feb 25, 2016

Or something like a url file pointing to a path relative to the repository root ?

Yes I was more thinking to that to that initially, so you can put your source code wherever you wants (not necessary in archives/)

@dra27 dra27 closed this as completed Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants