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

Local repositories #27

Open
berenddeboer opened this issue Sep 5, 2018 · 2 comments
Open

Local repositories #27

berenddeboer opened this issue Sep 5, 2018 · 2 comments

Comments

@berenddeboer
Copy link
Contributor

How do you install local repositories? I've tried this:

mkdir /tmp/my_repository
ln -s $GOBO /tmp/my_repository/
iron repository --add file:///home/berend/tmp/my_repository
iron install gobo_master
  Searching [gobo_master] 
  Installing [gobo_master (file:///tmp/my_repository) "Gobo Eiffel"]  -> successfully installed.
  Setting up [gobo_master (file:///tmp/my_repository) "Gobo Eiffel"]  -> completed

But this does not install anything except create gobo_master__gobo_master+file____tmp_my_repository.info in iron/packages/. My $GOBO/package.iron file is:

package gobo_master

project
	gobo_argument = "library/argument/library.ecf"

note
	title: Gobo Eiffel
	description: "[
		Welcome to Eiffel Gobo
				]"
	tags:gobo,argument,lex,yacc,lexical,math,parse,pattern,regexp,string,structure,test,time,utility,tools,xml
	link[doc]: "Documentation" http://www.gobosoft.com/
	link[source]: "git" https://github.com/gobo-eiffel/gobo/

end

What am I missing here?

@jocelyn
Copy link
Member

jocelyn commented Sep 18, 2018

I will try to reproduce and see if I have the same behavior on Linux and Windows

@berenddeboer
Copy link
Contributor Author

Hi Jocelyn, any update on this? I think I need local repositories so I can use github repositories of projects, while still using .iron as my package file. That will be the temporary solution for me until we have versioning.

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