Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543074 - add ae-repo to layman
Summary: add ae-repo to layman
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 17:08 UTC by Michael Lawrence
Modified: 2015-10-26 17:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lawrence 2015-03-12 17:08:38 UTC
https://code.google.com/p/async-emerge/wiki/AEInstallation2
Edit layman's config, add ae-repo to layman:

# nano /etc/layman/layman.cfg
   overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml 
 +             https://async-emerge.googlecode.com/svn/distfiles/layman/ae-overlay.xml 


 not my repo but a valued tool to make a chroot to make bin packages on the fly for testing...
Comment 1 Michael Lawrence 2015-03-12 17:10:24 UTC
 can be added the old fashioned way just kinda a pain if you have several boxes.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-03-18 13:22:53 UTC
I've just mailed the overlay owner to get his confirmation.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-04-05 22:20:54 UTC
No reply yet, asked on bug tracker now. But I see that he didn't reply you about the GC closing either...
Comment 4 Michael Lawrence 2015-04-06 05:19:14 UTC
hopefully he move it to github

before the the big googlecode  crunch

if ported to use overlayfs too a plus. 

its nice for making very small chroots  dynamically then dropping in the packages to portage/packages (and if a depend fails in building system don't go boom....) 
and not cratering install .. 
https://github.com/necrose99/async-emerge (back up)
https://github.com/necrose99/ae-overlay (back up)
overlayfs might be a nice feature too 

however getting aufs3 or a fuse module of late to run has been the irritation on using. 

if He dont I say fork it !!
Comment 5 Alex Dubenetsky 2015-05-27 15:31:00 UTC
Ok, I see necrose99 alrady done it :)
Now needs to sync/cleanup it...

> overlayfs might be a nice feature too 
I looked at overlayfs when it was officially added to the kernel - it has lack of functionality. (Afair, cascading leaves did not supported) I need to review it.

> however getting aufs3 or a fuse module of late to run has been the irritation on using. 
I think I need add support for different overlapping fs. There are some request about it.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-26 17:26:58 UTC
Well, I see that it was officially moved to github [1]. However, it looks like ugly svn->git copy-paste that doesn't have proper structure for an overlay, and doesn't seem to be updated at all.

I don't think we should really add it until the project is maintained again and properly split into repositories suitable for layman. If you can, please try contacting upstream and determining what the state and future of the project is. If you decide to fork it, I'll be happy to add it all.

[1]:https://github.com/alexdux/async-emerge