body > h1 title */ $title = 'Build system status'; /** Should crawlers index this page or not? meta[robots] tag.*/ $robots = 'index,nofollow,nosnippet,noarchive'; /** */ $g_root_url = 'https://pkgsubmit.mageia.org/'; /** URL to view a package svn revision. %d is replaced by the revision */ $package_commit_url = 'https://svnweb.mageia.org/packages?view=revision&revision=%d'; /** name of the theme */ $theme_name = 'mageia'; /** themes directory */ $themes_dir = $g_webapp_dir . '/themes/'; $mandatory_arches = array('i586', 'i686', 'x86_64', 'aarch64');