* [#391245] [test-only] p10 FAILED PasswordCheckerSettings.git=0.1.0-alt1.dbg1
@ 2025-07-31 7:22 Girar awaiter (alxvmr)
0 siblings, 0 replies; only message in thread
From: Girar awaiter (alxvmr) @ 2025-07-31 7:22 UTC (permalink / raw)
To: Maria Alexeeva; +Cc: girar-builder-p10, sisyphus-incominger, girar-builder-p10
https://git.altlinux.org/tasks/391245/logs/events.1.1.log
https://packages.altlinux.org/tasks/391245
subtask name aarch64 armh i586 x86_64
#100 PasswordCheckerSettings failed failed failed failed
2025-Jul-31 07:21:21 :: test-only task #391245 for p10 started by alxvmr:
#100 build 0.1.0-alt1.dbg1 from /people/alxvmr/packages/PasswordCheckerSettings.git fetched at 2025-Jul-31 07:20:34
2025-Jul-31 07:21:23 :: [i586] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build start
2025-Jul-31 07:21:23 :: [armh] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build start
2025-Jul-31 07:21:23 :: [x86_64] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build start
2025-Jul-31 07:21:23 :: [aarch64] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build start
[x86_64] from /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:1:
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: unknown type name 'AdwApplicationClass'
[x86_64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_autoptr_clear_PasswordcheckerApp':
[x86_64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[x86_64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[x86_64] --
[x86_64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: 'AdwApplication' undeclared (first use in this function); did you mean 'GtkApplication'?
[x86_64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[x86_64] --
[x86_64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[x86_64] /usr/include/glib-2.0/glib/gmacros.h:1137:41: error: expected expression before ')' token
[x86_64] 1137 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_listautoptr_cleanup_PasswordcheckerApp':
[x86_64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[x86_64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_slistautoptr_cleanup_PasswordcheckerApp':
[x86_64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[x86_64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_queueautoptr_cleanup_PasswordcheckerApp':
[x86_64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[x86_64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: At top level:
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:6:5: error: unknown type name 'AdwApplication'
[x86_64] 6 | AdwApplication parent_instance;
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'passwordchecker_app_get_type_once':
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:15:61: error: 'ADW_TYPE_APPLICATION' undeclared (first use in this function); did you mean 'GTK_TYPE_APPLICATION'?
[x86_64] 15 | G_DEFINE_TYPE (PasswordcheckerApp, passwordchecker_app, ADW_TYPE_APPLICATION);
[x86_64] --
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'main':
[x86_64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:161:89: error: 'G_APPLICATION_DEFAULT_FLAGS' undeclared (first use in this function); did you mean 'G_APPLICATION_GET_CLASS'?
[x86_64] 161 | PasswordcheckerApp *app = passwordchecker_app_new ("org.altlinux.password-checker", G_APPLICATION_DEFAULT_FLAGS);
2025-Jul-31 07:21:55 :: [x86_64] PasswordCheckerSettings.git 0.1.0-alt1.dbg1: remote: build failed
2025-Jul-31 07:21:55 :: [x86_64] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build FAILED
2025-Jul-31 07:21:55 :: [x86_64] requesting cancellation of task processing
[i586] from /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:1:
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: unknown type name 'AdwApplicationClass'
[i586] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_autoptr_clear_PasswordcheckerApp':
[i586] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[i586] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[i586] --
[i586] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: 'AdwApplication' undeclared (first use in this function); did you mean 'GtkApplication'?
[i586] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[i586] --
[i586] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[i586] /usr/include/glib-2.0/glib/gmacros.h:1137:41: error: expected expression before ')' token
[i586] 1137 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_listautoptr_cleanup_PasswordcheckerApp':
[i586] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[i586] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_slistautoptr_cleanup_PasswordcheckerApp':
[i586] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[i586] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_queueautoptr_cleanup_PasswordcheckerApp':
[i586] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[i586] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: At top level:
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:6:5: error: unknown type name 'AdwApplication'
[i586] 6 | AdwApplication parent_instance;
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'passwordchecker_app_get_type_once':
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:15:61: error: 'ADW_TYPE_APPLICATION' undeclared (first use in this function); did you mean 'GTK_TYPE_APPLICATION'?
[i586] 15 | G_DEFINE_TYPE (PasswordcheckerApp, passwordchecker_app, ADW_TYPE_APPLICATION);
[i586] --
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'main':
[i586] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:161:89: error: 'G_APPLICATION_DEFAULT_FLAGS' undeclared (first use in this function); did you mean 'G_APPLICATION_GET_CLASS'?
[i586] 161 | PasswordcheckerApp *app = passwordchecker_app_new ("org.altlinux.password-checker", G_APPLICATION_DEFAULT_FLAGS);
2025-Jul-31 07:21:57 :: [i586] PasswordCheckerSettings.git 0.1.0-alt1.dbg1: remote: build failed
2025-Jul-31 07:21:57 :: [i586] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build FAILED
[aarch64] from /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:1:
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: unknown type name 'AdwApplicationClass'
[aarch64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_autoptr_clear_PasswordcheckerApp':
[aarch64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[aarch64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[aarch64] --
[aarch64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: 'AdwApplication' undeclared (first use in this function); did you mean 'GtkApplication'?
[aarch64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[aarch64] --
[aarch64] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[aarch64] /usr/include/glib-2.0/glib/gmacros.h:1137:41: error: expected expression before ')' token
[aarch64] 1137 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_listautoptr_cleanup_PasswordcheckerApp':
[aarch64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[aarch64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_slistautoptr_cleanup_PasswordcheckerApp':
[aarch64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[aarch64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_queueautoptr_cleanup_PasswordcheckerApp':
[aarch64] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[aarch64] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: At top level:
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:6:5: error: unknown type name 'AdwApplication'
[aarch64] 6 | AdwApplication parent_instance;
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'passwordchecker_app_get_type_once':
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:15:61: error: 'ADW_TYPE_APPLICATION' undeclared (first use in this function); did you mean 'GTK_TYPE_APPLICATION'?
[aarch64] 15 | G_DEFINE_TYPE (PasswordcheckerApp, passwordchecker_app, ADW_TYPE_APPLICATION);
[aarch64] --
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'main':
[aarch64] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:161:89: error: 'G_APPLICATION_DEFAULT_FLAGS' undeclared (first use in this function); did you mean 'G_APPLICATION_GET_CLASS'?
[aarch64] 161 | PasswordcheckerApp *app = passwordchecker_app_new ("org.altlinux.password-checker", G_APPLICATION_DEFAULT_FLAGS);
2025-Jul-31 07:22:11 :: [aarch64] PasswordCheckerSettings.git 0.1.0-alt1.dbg1: remote: build failed
2025-Jul-31 07:22:11 :: [aarch64] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build FAILED
[armh] from /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:1:
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: unknown type name 'AdwApplicationClass'
[armh] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_autoptr_clear_PasswordcheckerApp':
[armh] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[armh] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[armh] --
[armh] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h:16:90: error: 'AdwApplication' undeclared (first use in this function); did you mean 'GtkApplication'?
[armh] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[armh] --
[armh] 16 | G_DECLARE_FINAL_TYPE (PasswordcheckerApp, passwordchecker_app, PASSWORDCHECKER, APP, AdwApplication)
[armh] /usr/include/glib-2.0/glib/gmacros.h:1137:41: error: expected expression before ')' token
[armh] 1137 | { if (_ptr) (cleanup) ((ParentName *) _ptr); } \
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_listautoptr_cleanup_PasswordcheckerApp':
[armh] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[armh] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_slistautoptr_cleanup_PasswordcheckerApp':
[armh] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[armh] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.h: In function 'glib_queueautoptr_cleanup_PasswordcheckerApp':
[armh] /usr/include/glib-2.0/glib/gmacros.h:1120:49: error: 'glib_autoptr_clear_AdwApplication' undeclared (first use in this function); did you mean 'glib_autoptr_clear_GtkApplication'?
[armh] 1120 | #define _GLIB_AUTOPTR_CLEAR_FUNC_NAME(TypeName) glib_autoptr_clear_##TypeName
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: At top level:
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:6:5: error: unknown type name 'AdwApplication'
[armh] 6 | AdwApplication parent_instance;
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'passwordchecker_app_get_type_once':
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:15:61: error: 'ADW_TYPE_APPLICATION' undeclared (first use in this function); did you mean 'GTK_TYPE_APPLICATION'?
[armh] 15 | G_DEFINE_TYPE (PasswordcheckerApp, passwordchecker_app, ADW_TYPE_APPLICATION);
[armh] --
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c: In function 'main':
[armh] /usr/src/RPM/BUILD/password-checker-0.1.0/passwordchecker/passwordchecker-app.c:161:89: error: 'G_APPLICATION_DEFAULT_FLAGS' undeclared (first use in this function); did you mean 'G_APPLICATION_GET_CLASS'?
[armh] 161 | PasswordcheckerApp *app = passwordchecker_app_new ("org.altlinux.password-checker", G_APPLICATION_DEFAULT_FLAGS);
2025-Jul-31 07:22:31 :: [armh] PasswordCheckerSettings.git 0.1.0-alt1.dbg1: remote: build failed
2025-Jul-31 07:22:31 :: [armh] #100 PasswordCheckerSettings.git 0.1.0-alt1.dbg1: build FAILED
2025-Jul-31 07:21:55 :: [x86_64] build FAILED
2025-Jul-31 07:21:58 :: [i586] build FAILED
2025-Jul-31 07:22:11 :: [aarch64] build FAILED
2025-Jul-31 07:22:31 :: [armh] build FAILED
2025-Jul-31 07:22:31 :: task #391245 for p10 FAILED
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-31 7:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-31 7:22 [#391245] [test-only] p10 FAILED PasswordCheckerSettings.git=0.1.0-alt1.dbg1 Girar awaiter (alxvmr)
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git