mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-06 13:51:38 +00:00
use the non-staging URL
This commit is contained in:
@@ -610,6 +610,9 @@ int main(int argc, char *argv[])
|
||||
char *dir = "/usr/src/debug";
|
||||
char *shadowdir = "/var/cache/debuginfo/src";
|
||||
umask(0);
|
||||
|
||||
/* give the system some time to boot before we go active; this is a background task */
|
||||
sleep(1);
|
||||
|
||||
if (access("/sys/module/fuse/", F_OK))
|
||||
system("modprobe fuse");
|
||||
|
||||
+1
-1
@@ -196,7 +196,7 @@ static void *server_thread(void *arg)
|
||||
return NULL;
|
||||
}
|
||||
url = NULL;
|
||||
if (asprintf(&url, "http://kojiclear.jf.intel.com/debuginfo/%s%s.tar", prefix, path) < 0) {
|
||||
if (asprintf(&url, "http://debuginfo.clearlinux.org/debuginfo/%s%s.tar", prefix, path) < 0) {
|
||||
close(fd);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user