| View previous topic :: View next topic |
| Author |
Message |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4952
|
Posted: Tue Feb 12, 2013 9:40 pm Post subject: Ebuilds, SRC_URI and server redirects |
|
|
Posting here because my concern is with the SRC_URI in some ebuilds continuing to work if I try something...
I host some orphaned tarballs on audiodef.com. Some of those were adopted in the pro-audio overlay. I want to move my hosted tarballs to gentoostudio.org, but I don't want to re-orphan anything. So if I move the tarballs, can I use a server redirect? If so, what is the best way to do that so that wget follows the redirect and fetches the moved tarball? _________________ Gentoo Studio: http://gentoostudio.org
Pappy's Kernel Seeds: http://kernel-seeds.gentoostudio.org
Linux 'Tude Tees: http://skreened.com/geektudetees
A cloud is evaporated water in the sky, thanks. |
|
| Back to top |
|
 |
Genone Retired Dev


Joined: 14 Mar 2003 Posts: 8864 Location: beyond the rim
|
Posted: Wed Feb 13, 2013 8:03 am Post subject: |
|
|
| If it is a server redirect at the HTTP level, and the filenames stay the same, it should work. Anything that involves HTML in any way will likely not work. |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4952
|
|
| Back to top |
|
 |
Genone Retired Dev


Joined: 14 Mar 2003 Posts: 8864 Location: beyond the rim
|
Posted: Thu Feb 14, 2013 10:41 am Post subject: |
|
|
| Well, portage (or more precisely wget/curl) only talks to your http/ftp server, it doesn't know anything about the underlying filesystem. How the server treats your symlink depends on its configuration. |
|
| Back to top |
|
 |
|