├── .coveragerc ├── .editorconfig ├── .editorconfig-checker.json ├── .flake8 ├── .github └── workflows │ ├── ci-test.yml │ └── editorconfig-check.yml ├── .gitignore ├── .noserc ├── .obs └── workflows.yml ├── CNAME ├── CONTENTS.md ├── CreatePackageDescr.pm ├── LICENSE ├── Makefile ├── Makefile.common ├── README.md ├── ReviewBot.py ├── ToolBase.py ├── abichecker ├── Makefile ├── abichecker-dbcli.py ├── abichecker-web.py ├── abichecker.py ├── abichecker_common.py ├── abichecker_dbmodel.py ├── apache │ └── opensuse-abi-checker.conf.in ├── static │ └── style.css ├── systemd │ └── opensuse-abi-checker.conf └── templates │ ├── index.html │ ├── layout.html │ └── request.html ├── biarchtool.py ├── bugowner.py ├── check_bugowner.py ├── check_maintenance_incidents.py ├── check_source.py ├── check_tags_in_requests.py ├── checknewer.py ├── compare_pkglist.py ├── config ├── announcer │ ├── openSUSE:Factory.yml │ ├── openSUSE:Factory:ARM.yml │ ├── openSUSE:MicroOS.yml │ └── openSUSE:MicroOS:ARM.yml ├── ibsapi └── oscrc ├── container_cleaner.py ├── dashboard ├── generate.py ├── output │ └── .gitignore └── templates │ ├── dashboard.html │ └── repository.html ├── data ├── apimap.json ├── incidents.json └── repos.json ├── deptool.py ├── devel-project.py ├── devel_update.sh ├── dist ├── ci │ ├── docker-compose-flaker.sh │ ├── docker-compose-test.sh │ ├── docker-compose.yml │ ├── flake-extra │ ├── miniobs │ │ ├── BSConfig.pm.patch │ │ ├── Dockerfile │ │ ├── config.yml │ │ ├── database.yml │ │ ├── database.yml.local │ │ └── prepare.sh │ ├── obs-deploy │ ├── perl-check.sh │ ├── smtp │ │ └── eml-server.py │ └── testenv-tumbleweed │ │ ├── Dockerfile │ │ ├── README │ │ └── run_as_tester ├── obs │ ├── OSRT:FreezeTime.xml │ ├── OSRT:OriginConfig.xml │ ├── OSRT:OriginUpdateDelay.xml │ ├── OSRT:OriginUpdateFrequency.xml │ ├── OSRT:OriginUpdateInitialBlacklist.xml │ ├── OSRT:OriginUpdateSkip.xml │ ├── OSRT:OriginUpdateSupersede.xml │ └── attribute-update └── package │ └── openSUSE-release-tools.spec ├── docker_publisher.py ├── docker_registry.py ├── docs ├── check_source.asciidoc ├── maintbot.asciidoc ├── metrics.md ├── origin-manager.md ├── pkglistgen.md ├── processes.md ├── res │ ├── Factory_workflow_2014.png │ └── workflow-overview.svg ├── slides │ └── openSUSE_Asia_Summit_2014_Staging_Project.pdf ├── staging.asciidoc └── totest.asciidoc ├── factory-package-news ├── Makefile ├── README.asciidoc ├── announcer.py ├── apache │ └── factory-package-news.conf ├── factory-package-news-web.py ├── factory-package-news-web.service ├── factory-package-news.py └── rsyslog │ └── factory-package-news.conf ├── fcc_submitter.py ├── findfileconflicts ├── generate-release-packages ├── git-openqa-maintenance.py ├── gocd ├── .gitignore ├── README.md ├── admin │ ├── cleanup.py │ ├── remove-old-logs.service │ └── remove-old-logs.timer ├── alp-stagings.gocd.yaml ├── alp-stagings.gocd.yaml.erb ├── announcer.gocd.yaml ├── announcer.gocd.yaml.erb ├── autosubmit.gocd.yaml ├── bci.gocd.yaml ├── bci.gocd.yaml.erb ├── bci_repo_publish.py ├── build-fail-reminder.gocd.yaml ├── check-duplicated-binaries.gocd.yaml ├── checkers.alp.gocd.yaml ├── checkers.alp.gocd.yaml.erb ├── checkers.opensuse.gocd.yaml ├── checkers.suse.gocd.yaml ├── checkers.suse.gocd.yaml.erb ├── container-cleaner.gocd.yaml ├── daily-cleanup.gocd.yaml ├── dashboard.generator.gocd.yaml ├── devel_list.gocd.yaml ├── dockerhub-publisher.gocd.yaml ├── generate.sh ├── gnome-review-bot.gocd.yaml ├── leapmicro.target.gocd.yaml ├── microos-stagings.gocd.yaml ├── microos-stagings.gocd.yaml.erb ├── microos.target.gocd.yaml ├── monitors.gocd.yaml ├── notify-obs_rsync.py ├── pkglistgen.opensuse.gocd.yaml ├── pkglistgen.opensuse.gocd.yaml.erb ├── pkglistgen_staging.gocd.yaml ├── pkglistgen_staging.gocd.yaml.erb ├── rabbit-openqa.py ├── rabbit-repoid.py ├── rebuild-trigger-alp.gocd.yaml ├── rebuild-trigger.gocd.yaml ├── rebuild_support.gocd.yaml ├── report-status.py ├── sle15-stagings.gocd.yaml ├── sle15-stagings.gocd.yaml.erb ├── sles.target.gocd.yaml ├── slfo-stagings.gocd.yaml ├── slfo-stagings.gocd.yaml.erb ├── slfo.target.gocd.yaml ├── sp.target.gocd.yaml ├── staging.bot.gocd.yaml ├── staging.bot.gocd.yaml.erb ├── totestmanager.gocd.yaml ├── totestmanager.gocd.yaml.erb ├── update.osrt.gocd.yaml ├── vagrant-publisher.gocd.yaml ├── vagrant-publisher.gocd.yaml.erb ├── verify-repo-built-successful.py └── yaml-config-plugin-0.13.0.jar.sha1 ├── issue-diff.py ├── legal-auto.py ├── maintenance-installcheck.py ├── metrics.py ├── metrics ├── access │ ├── README.md │ ├── aggregate.php │ ├── ingest.php │ └── sample_download_o_o.conf ├── annotation │ ├── openSUSE:Leap:15.0.yaml │ ├── openSUSE:Leap:15.1.yaml │ ├── openSUSE:Leap:15.2.yaml │ ├── openSUSE:Leap:15.3.yaml │ ├── openSUSE:Leap:15.4.yaml │ ├── openSUSE:Leap:42.2.yaml │ └── openSUSE:Leap:42.3.yaml ├── grafana │ ├── access.json │ ├── compare.json │ ├── dashboard.json │ ├── history.json │ ├── openqa.json │ ├── provisioning │ │ ├── dashboards.yaml │ │ └── datasources.yaml │ ├── release.json │ ├── review.json │ └── staging.json └── telegraf │ ├── agent.conf │ ├── history.conf │ └── openqa.conf ├── metrics_release.py ├── obs-to-vagrantcloud.rb ├── openh264 ├── README.md ├── openh264_make_archive ├── openh264_release_to_post └── openh264_release_to_publish ├── openqa-maintenance.py ├── oqamaint ├── __init__.py ├── cli.py ├── openqabot.py ├── opensuse.py ├── suse.py └── update.py ├── origin-manager.py ├── osc-cycle.py ├── osc-origin.py ├── osc-pcheck.py ├── osc-staging-workflow.dot ├── osc-staging.py ├── osclib ├── PubSubConsumer.py ├── __init__.py ├── accept_command.py ├── adi_command.py ├── cache.py ├── cache_manager.py ├── check_command.py ├── check_duplicate_binaries_command.py ├── cleanup_rings.py ├── comments.py ├── common.py ├── conf.py ├── core.py ├── cpio.py ├── freeze_command.py ├── git.py ├── ignore_command.py ├── list_command.py ├── memoize.py ├── obslock.py ├── origin.py ├── pkglistgen_comments.py ├── prio_command.py ├── rebuild_command.py ├── repair_command.py ├── repochecks.py ├── repomirror.py ├── request_finder.py ├── request_splitter.py ├── select_command.py ├── stagingapi.py ├── supersede_command.py ├── unignore_command.py ├── unselect_command.py └── util.py ├── pkglistgen.py ├── pkglistgen ├── __init__.py ├── cli.py ├── engine.py ├── file_utils.py ├── group.py ├── tool.py └── update_repo_handler.py ├── project-installcheck.py ├── publish_distro ├── publish_distro_conf ├── README.md ├── publish_leap-micro52.config ├── publish_leap-micro52_appliances.config ├── publish_leap-micro53.config ├── publish_leap-micro53_appliances.config ├── publish_leap-micro54.config ├── publish_leap-micro54_appliances.config ├── publish_leap-micro55.config ├── publish_leap-micro55_appliances.config ├── publish_leap-micro60.config ├── publish_leap-micro60_appliances.config ├── publish_leap-micro61.config ├── publish_leap-micro61_appliances.config ├── publish_leap-micro62.config ├── publish_leap-micro62_appliances.config ├── publish_leap150_jeos.config ├── publish_leap150_live.config ├── publish_leap151.config ├── publish_leap151_jeos.config ├── publish_leap151_live.config ├── publish_leap152.config ├── publish_leap152_jeos.config ├── publish_leap152_live.config ├── publish_leap153.config ├── publish_leap153_appliances.config ├── publish_leap153_live.config ├── publish_leap154.config ├── publish_leap154_appliances.config ├── publish_leap154_live.config ├── publish_leap155.config ├── publish_leap155_appliances.config ├── publish_leap155_live.config ├── publish_leap156.config ├── publish_leap156_appliances.config ├── publish_leap156_live.config └── publish_tumbleweed.config ├── repo2fileprovides.py ├── requestfinder.py ├── requirements.txt ├── skippkg-finder.py ├── slfo-packagelist-uploader.py ├── slsa ├── logrotate └── osrt-slsa-user.conf ├── staging-installcheck.py ├── staging-report.py ├── staging_templates ├── README ├── create_new_staging ├── template_prj └── template_prjconf ├── suppkg_rebuild.py ├── systemd ├── osrt-docker-publisher.service ├── osrt-docker-publisher.timer ├── osrt-metrics-access.service ├── osrt-metrics-access.timer ├── osrt-metrics-release@.service ├── osrt-metrics-release@.timer ├── osrt-metrics-telegraf.service ├── osrt-metrics@.service ├── osrt-metrics@.timer ├── osrt-pkglistgen@.service ├── osrt-pkglistgen@.timer ├── osrt-relpkggen@.service ├── osrt-relpkggen@.timer └── osrt-slsa.target ├── tests ├── OBSLocal.py ├── ReviewBot_tests.py ├── __init__.py ├── accept_tests.py ├── api_tests.py ├── build_fail_reminder_tests.py ├── check_bugowner_tests.py ├── check_source_tests.py ├── check_tests.py ├── checktags_tests.py ├── comment_tests.py ├── config_tests.py ├── container_cleaner_tests.py ├── devel_project_tests.py ├── factory_submit_request_tests.py ├── fixtures │ ├── build │ │ ├── green │ │ │ └── _result │ │ ├── openSUSE:Factory:Staging:B │ │ │ └── _result │ │ ├── openSUSE:Factory:Staging:C │ │ │ └── _result │ │ └── red │ │ │ └── _result │ ├── group │ │ └── factory-staging │ ├── packages │ │ ├── blowfish-not-mentioned │ │ │ ├── README │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-patch-as-source │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ └── test.patch │ │ ├── blowfish-with-broken-name │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-with-existing-url │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-with-patch-changes │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ └── test.patch │ │ ├── blowfish-with-patch │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ └── test.patch │ │ ├── blowfish-with-remote-service │ │ │ ├── _service │ │ │ ├── blowfish-1.tar │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ └── test.patch │ │ ├── blowfish-with-rpmlintrc │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish-rpmlintrc │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ └── test.patch │ │ ├── blowfish-with-two-patches │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ ├── blowfish.spec │ │ │ ├── patch1.patch │ │ │ └── patch2.patch │ │ ├── blowfish-with-urls │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-without-changes-update │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-without-copyright │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish-without-license │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ ├── blowfish │ │ │ ├── blowfish-1.tar.gz │ │ │ ├── blowfish.changes │ │ │ └── blowfish.spec │ │ └── wine │ │ │ ├── wine.changes │ │ │ ├── wine.spec │ │ │ └── wine.tar.gz │ ├── project │ │ └── staging_projects │ │ │ └── openSUSE:Factory │ │ │ └── H.xml │ ├── repository │ │ ├── SUSE:SLE-12-SP1:GA.xml │ │ ├── SUSE:SLE-12-SP1:Update.xml │ │ ├── SUSE:SLE-12-SP2:GA.xml │ │ ├── SUSE:SLE-12-SP2:Update.xml │ │ ├── SUSE:SLE-12-SP3:GA.xml │ │ ├── SUSE:SLE-12-SP3:Update.xml │ │ ├── SUSE:SLE-12-SP4:GA.xml │ │ ├── SUSE:SLE-12-SP4:Update.xml │ │ ├── SUSE:SLE-12-SP5:GA.xml │ │ ├── SUSE:SLE-12-SP5:GA:Staging:A.xml │ │ ├── SUSE:SLE-12:GA.xml │ │ ├── SUSE:SLE-12:Update.xml │ │ ├── openSUSE:Factory.xml │ │ ├── openSUSE:Factory:Staging.xml │ │ └── openSUSE:Factory:Staging:H.xml │ ├── request │ │ ├── 123 │ │ ├── 321 │ │ ├── 333 │ │ ├── 501 │ │ ├── 502 │ │ ├── 1000 │ │ ├── 1001 │ │ ├── result.xml │ │ └── template_request.xml │ ├── search │ │ ├── project │ │ │ └── id │ │ │ │ └── result.xml │ │ └── request │ │ │ ├── id │ │ │ └── result.xml │ │ │ └── result.xml │ ├── source │ │ ├── home:Admin │ │ │ ├── apparmor │ │ │ ├── emacs_expanded │ │ │ ├── emacs_info │ │ │ ├── gcc │ │ │ ├── mariadb │ │ │ ├── puppet │ │ │ ├── python_expanded │ │ │ ├── python_info │ │ │ ├── source.xml │ │ │ ├── source_expanded.xml │ │ │ ├── source_info.xml │ │ │ └── wine │ │ ├── linksource.xml │ │ ├── openSUSE:Factory │ │ │ ├── apparmor-doc │ │ │ │ └── _meta │ │ │ ├── apparmor │ │ │ │ ├── _entry.xml │ │ │ │ ├── _meta │ │ │ │ └── apparmor.xml │ │ │ └── emacs │ │ ├── openSUSE:Factory:Rings:0-Bootstrap │ │ ├── openSUSE:Factory:Rings:1-MinimalX │ │ ├── openSUSE:Factory:Rings:2-TestDVD │ │ ├── openSUSE:Factory:Staging │ │ │ └── _attribute │ │ │ │ └── openSUSE:LockedBy │ │ ├── openSUSE:Factory:Staging:A │ │ │ ├── _meta │ │ │ ├── _project │ │ │ └── wine │ │ ├── openSUSE:Factory:Staging:B │ │ │ ├── _meta │ │ │ ├── _project │ │ │ └── wine │ │ ├── openSUSE:Factory:Staging:C │ │ │ ├── _meta │ │ │ ├── _project │ │ │ ├── apparmor │ │ │ └── mariadb │ │ ├── openSUSE:Factory:Staging:J │ │ │ ├── _meta │ │ │ ├── _project │ │ │ ├── emacs │ │ │ └── python │ │ └── openSUSE:Factory:Staging:U │ │ │ ├── _meta │ │ │ └── _project │ ├── staging-meta-for-bootstrap-copy.xml │ └── statistics │ │ └── latest_updated ├── freeze_tests.py ├── home │ ├── .gitignore │ └── .oscrc ├── maintenance_tests.py ├── metrics_tests.py ├── obslock_tests.py ├── origin_tests.py ├── repository_tests.py ├── select_tests.py ├── sle_submit_request_tests.py ├── test.oscrc ├── unselect_tests.py └── util_tests.py ├── totest-manager.py ├── ttm ├── README.md ├── __init__.py ├── cli.py ├── manager.py ├── publisher.py ├── releaser.py └── totest.py ├── verify-build-and-generatelists └── write_repo_susetags_file.pl /.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.coveragerc -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.editorconfig -------------------------------------------------------------------------------- /.editorconfig-checker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.editorconfig-checker.json -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.flake8 -------------------------------------------------------------------------------- /.github/workflows/ci-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.github/workflows/ci-test.yml -------------------------------------------------------------------------------- /.github/workflows/editorconfig-check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.github/workflows/editorconfig-check.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /.noserc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.noserc -------------------------------------------------------------------------------- /.obs/workflows.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/.obs/workflows.yml -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | osrt.opensuse.org 2 | -------------------------------------------------------------------------------- /CONTENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/CONTENTS.md -------------------------------------------------------------------------------- /CreatePackageDescr.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/CreatePackageDescr.pm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/Makefile.common -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/README.md -------------------------------------------------------------------------------- /ReviewBot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ReviewBot.py -------------------------------------------------------------------------------- /ToolBase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ToolBase.py -------------------------------------------------------------------------------- /abichecker/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/Makefile -------------------------------------------------------------------------------- /abichecker/abichecker-dbcli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/abichecker-dbcli.py -------------------------------------------------------------------------------- /abichecker/abichecker-web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/abichecker-web.py -------------------------------------------------------------------------------- /abichecker/abichecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/abichecker.py -------------------------------------------------------------------------------- /abichecker/abichecker_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/abichecker_common.py -------------------------------------------------------------------------------- /abichecker/abichecker_dbmodel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/abichecker_dbmodel.py -------------------------------------------------------------------------------- /abichecker/apache/opensuse-abi-checker.conf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/apache/opensuse-abi-checker.conf.in -------------------------------------------------------------------------------- /abichecker/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/static/style.css -------------------------------------------------------------------------------- /abichecker/systemd/opensuse-abi-checker.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/systemd/opensuse-abi-checker.conf -------------------------------------------------------------------------------- /abichecker/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/templates/index.html -------------------------------------------------------------------------------- /abichecker/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/templates/layout.html -------------------------------------------------------------------------------- /abichecker/templates/request.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/abichecker/templates/request.html -------------------------------------------------------------------------------- /biarchtool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/biarchtool.py -------------------------------------------------------------------------------- /bugowner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/bugowner.py -------------------------------------------------------------------------------- /check_bugowner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/check_bugowner.py -------------------------------------------------------------------------------- /check_maintenance_incidents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/check_maintenance_incidents.py -------------------------------------------------------------------------------- /check_source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/check_source.py -------------------------------------------------------------------------------- /check_tags_in_requests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/check_tags_in_requests.py -------------------------------------------------------------------------------- /checknewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/checknewer.py -------------------------------------------------------------------------------- /compare_pkglist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/compare_pkglist.py -------------------------------------------------------------------------------- /config/announcer/openSUSE:Factory.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/config/announcer/openSUSE:Factory.yml -------------------------------------------------------------------------------- /config/announcer/openSUSE:Factory:ARM.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/config/announcer/openSUSE:Factory:ARM.yml -------------------------------------------------------------------------------- /config/announcer/openSUSE:MicroOS.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/config/announcer/openSUSE:MicroOS.yml -------------------------------------------------------------------------------- /config/announcer/openSUSE:MicroOS:ARM.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/config/announcer/openSUSE:MicroOS:ARM.yml -------------------------------------------------------------------------------- /config/ibsapi: -------------------------------------------------------------------------------- 1 | API_URL="https://api.suse.de" 2 | -------------------------------------------------------------------------------- /config/oscrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/config/oscrc -------------------------------------------------------------------------------- /container_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/container_cleaner.py -------------------------------------------------------------------------------- /dashboard/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dashboard/generate.py -------------------------------------------------------------------------------- /dashboard/output/.gitignore: -------------------------------------------------------------------------------- 1 | index.html 2 | -------------------------------------------------------------------------------- /dashboard/templates/dashboard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dashboard/templates/dashboard.html -------------------------------------------------------------------------------- /dashboard/templates/repository.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dashboard/templates/repository.html -------------------------------------------------------------------------------- /data/apimap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/data/apimap.json -------------------------------------------------------------------------------- /data/incidents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/data/incidents.json -------------------------------------------------------------------------------- /data/repos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/data/repos.json -------------------------------------------------------------------------------- /deptool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/deptool.py -------------------------------------------------------------------------------- /devel-project.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/devel-project.py -------------------------------------------------------------------------------- /devel_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/devel_update.sh -------------------------------------------------------------------------------- /dist/ci/docker-compose-flaker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/docker-compose-flaker.sh -------------------------------------------------------------------------------- /dist/ci/docker-compose-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/docker-compose-test.sh -------------------------------------------------------------------------------- /dist/ci/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/docker-compose.yml -------------------------------------------------------------------------------- /dist/ci/flake-extra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/flake-extra -------------------------------------------------------------------------------- /dist/ci/miniobs/BSConfig.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/BSConfig.pm.patch -------------------------------------------------------------------------------- /dist/ci/miniobs/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/Dockerfile -------------------------------------------------------------------------------- /dist/ci/miniobs/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/config.yml -------------------------------------------------------------------------------- /dist/ci/miniobs/database.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/database.yml -------------------------------------------------------------------------------- /dist/ci/miniobs/database.yml.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/database.yml.local -------------------------------------------------------------------------------- /dist/ci/miniobs/prepare.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/miniobs/prepare.sh -------------------------------------------------------------------------------- /dist/ci/obs-deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/obs-deploy -------------------------------------------------------------------------------- /dist/ci/perl-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/perl-check.sh -------------------------------------------------------------------------------- /dist/ci/smtp/eml-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/smtp/eml-server.py -------------------------------------------------------------------------------- /dist/ci/testenv-tumbleweed/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/testenv-tumbleweed/Dockerfile -------------------------------------------------------------------------------- /dist/ci/testenv-tumbleweed/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/testenv-tumbleweed/README -------------------------------------------------------------------------------- /dist/ci/testenv-tumbleweed/run_as_tester: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/ci/testenv-tumbleweed/run_as_tester -------------------------------------------------------------------------------- /dist/obs/OSRT:FreezeTime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:FreezeTime.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginConfig.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginUpdateDelay.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginUpdateDelay.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginUpdateFrequency.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginUpdateFrequency.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginUpdateInitialBlacklist.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginUpdateInitialBlacklist.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginUpdateSkip.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginUpdateSkip.xml -------------------------------------------------------------------------------- /dist/obs/OSRT:OriginUpdateSupersede.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/OSRT:OriginUpdateSupersede.xml -------------------------------------------------------------------------------- /dist/obs/attribute-update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/obs/attribute-update -------------------------------------------------------------------------------- /dist/package/openSUSE-release-tools.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/dist/package/openSUSE-release-tools.spec -------------------------------------------------------------------------------- /docker_publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docker_publisher.py -------------------------------------------------------------------------------- /docker_registry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docker_registry.py -------------------------------------------------------------------------------- /docs/check_source.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/check_source.asciidoc -------------------------------------------------------------------------------- /docs/maintbot.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/maintbot.asciidoc -------------------------------------------------------------------------------- /docs/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/metrics.md -------------------------------------------------------------------------------- /docs/origin-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/origin-manager.md -------------------------------------------------------------------------------- /docs/pkglistgen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/pkglistgen.md -------------------------------------------------------------------------------- /docs/processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/processes.md -------------------------------------------------------------------------------- /docs/res/Factory_workflow_2014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/res/Factory_workflow_2014.png -------------------------------------------------------------------------------- /docs/res/workflow-overview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/res/workflow-overview.svg -------------------------------------------------------------------------------- /docs/slides/openSUSE_Asia_Summit_2014_Staging_Project.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/slides/openSUSE_Asia_Summit_2014_Staging_Project.pdf -------------------------------------------------------------------------------- /docs/staging.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/staging.asciidoc -------------------------------------------------------------------------------- /docs/totest.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/docs/totest.asciidoc -------------------------------------------------------------------------------- /factory-package-news/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/Makefile -------------------------------------------------------------------------------- /factory-package-news/README.asciidoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/README.asciidoc -------------------------------------------------------------------------------- /factory-package-news/announcer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/announcer.py -------------------------------------------------------------------------------- /factory-package-news/apache/factory-package-news.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/apache/factory-package-news.conf -------------------------------------------------------------------------------- /factory-package-news/factory-package-news-web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/factory-package-news-web.py -------------------------------------------------------------------------------- /factory-package-news/factory-package-news-web.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/factory-package-news-web.service -------------------------------------------------------------------------------- /factory-package-news/factory-package-news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/factory-package-news.py -------------------------------------------------------------------------------- /factory-package-news/rsyslog/factory-package-news.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/factory-package-news/rsyslog/factory-package-news.conf -------------------------------------------------------------------------------- /fcc_submitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/fcc_submitter.py -------------------------------------------------------------------------------- /findfileconflicts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/findfileconflicts -------------------------------------------------------------------------------- /generate-release-packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/generate-release-packages -------------------------------------------------------------------------------- /git-openqa-maintenance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/git-openqa-maintenance.py -------------------------------------------------------------------------------- /gocd/.gitignore: -------------------------------------------------------------------------------- 1 | yaml-config-plugin-0.*.jar 2 | -------------------------------------------------------------------------------- /gocd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/README.md -------------------------------------------------------------------------------- /gocd/admin/cleanup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/admin/cleanup.py -------------------------------------------------------------------------------- /gocd/admin/remove-old-logs.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/admin/remove-old-logs.service -------------------------------------------------------------------------------- /gocd/admin/remove-old-logs.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/admin/remove-old-logs.timer -------------------------------------------------------------------------------- /gocd/alp-stagings.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/alp-stagings.gocd.yaml -------------------------------------------------------------------------------- /gocd/alp-stagings.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/alp-stagings.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/announcer.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/announcer.gocd.yaml -------------------------------------------------------------------------------- /gocd/announcer.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/announcer.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/autosubmit.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/autosubmit.gocd.yaml -------------------------------------------------------------------------------- /gocd/bci.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/bci.gocd.yaml -------------------------------------------------------------------------------- /gocd/bci.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/bci.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/bci_repo_publish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/bci_repo_publish.py -------------------------------------------------------------------------------- /gocd/build-fail-reminder.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/build-fail-reminder.gocd.yaml -------------------------------------------------------------------------------- /gocd/check-duplicated-binaries.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/check-duplicated-binaries.gocd.yaml -------------------------------------------------------------------------------- /gocd/checkers.alp.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/checkers.alp.gocd.yaml -------------------------------------------------------------------------------- /gocd/checkers.alp.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/checkers.alp.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/checkers.opensuse.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/checkers.opensuse.gocd.yaml -------------------------------------------------------------------------------- /gocd/checkers.suse.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/checkers.suse.gocd.yaml -------------------------------------------------------------------------------- /gocd/checkers.suse.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/checkers.suse.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/container-cleaner.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/container-cleaner.gocd.yaml -------------------------------------------------------------------------------- /gocd/daily-cleanup.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/daily-cleanup.gocd.yaml -------------------------------------------------------------------------------- /gocd/dashboard.generator.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/dashboard.generator.gocd.yaml -------------------------------------------------------------------------------- /gocd/devel_list.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/devel_list.gocd.yaml -------------------------------------------------------------------------------- /gocd/dockerhub-publisher.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/dockerhub-publisher.gocd.yaml -------------------------------------------------------------------------------- /gocd/generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/generate.sh -------------------------------------------------------------------------------- /gocd/gnome-review-bot.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/gnome-review-bot.gocd.yaml -------------------------------------------------------------------------------- /gocd/leapmicro.target.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/leapmicro.target.gocd.yaml -------------------------------------------------------------------------------- /gocd/microos-stagings.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/microos-stagings.gocd.yaml -------------------------------------------------------------------------------- /gocd/microos-stagings.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/microos-stagings.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/microos.target.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/microos.target.gocd.yaml -------------------------------------------------------------------------------- /gocd/monitors.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/monitors.gocd.yaml -------------------------------------------------------------------------------- /gocd/notify-obs_rsync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/notify-obs_rsync.py -------------------------------------------------------------------------------- /gocd/pkglistgen.opensuse.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/pkglistgen.opensuse.gocd.yaml -------------------------------------------------------------------------------- /gocd/pkglistgen.opensuse.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/pkglistgen.opensuse.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/pkglistgen_staging.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/pkglistgen_staging.gocd.yaml -------------------------------------------------------------------------------- /gocd/pkglistgen_staging.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/pkglistgen_staging.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/rabbit-openqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/rabbit-openqa.py -------------------------------------------------------------------------------- /gocd/rabbit-repoid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/rabbit-repoid.py -------------------------------------------------------------------------------- /gocd/rebuild-trigger-alp.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/rebuild-trigger-alp.gocd.yaml -------------------------------------------------------------------------------- /gocd/rebuild-trigger.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/rebuild-trigger.gocd.yaml -------------------------------------------------------------------------------- /gocd/rebuild_support.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/rebuild_support.gocd.yaml -------------------------------------------------------------------------------- /gocd/report-status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/report-status.py -------------------------------------------------------------------------------- /gocd/sle15-stagings.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/sle15-stagings.gocd.yaml -------------------------------------------------------------------------------- /gocd/sle15-stagings.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/sle15-stagings.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/sles.target.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/sles.target.gocd.yaml -------------------------------------------------------------------------------- /gocd/slfo-stagings.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/slfo-stagings.gocd.yaml -------------------------------------------------------------------------------- /gocd/slfo-stagings.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/slfo-stagings.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/slfo.target.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/slfo.target.gocd.yaml -------------------------------------------------------------------------------- /gocd/sp.target.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/sp.target.gocd.yaml -------------------------------------------------------------------------------- /gocd/staging.bot.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/staging.bot.gocd.yaml -------------------------------------------------------------------------------- /gocd/staging.bot.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/staging.bot.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/totestmanager.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/totestmanager.gocd.yaml -------------------------------------------------------------------------------- /gocd/totestmanager.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/totestmanager.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/update.osrt.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/update.osrt.gocd.yaml -------------------------------------------------------------------------------- /gocd/vagrant-publisher.gocd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/vagrant-publisher.gocd.yaml -------------------------------------------------------------------------------- /gocd/vagrant-publisher.gocd.yaml.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/vagrant-publisher.gocd.yaml.erb -------------------------------------------------------------------------------- /gocd/verify-repo-built-successful.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/verify-repo-built-successful.py -------------------------------------------------------------------------------- /gocd/yaml-config-plugin-0.13.0.jar.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/gocd/yaml-config-plugin-0.13.0.jar.sha1 -------------------------------------------------------------------------------- /issue-diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/issue-diff.py -------------------------------------------------------------------------------- /legal-auto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/legal-auto.py -------------------------------------------------------------------------------- /maintenance-installcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/maintenance-installcheck.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics.py -------------------------------------------------------------------------------- /metrics/access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/access/README.md -------------------------------------------------------------------------------- /metrics/access/aggregate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/access/aggregate.php -------------------------------------------------------------------------------- /metrics/access/ingest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/access/ingest.php -------------------------------------------------------------------------------- /metrics/access/sample_download_o_o.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/access/sample_download_o_o.conf -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:15.0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:15.0.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:15.1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:15.1.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:15.2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:15.2.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:15.3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:15.3.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:15.4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:15.4.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:42.2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:42.2.yaml -------------------------------------------------------------------------------- /metrics/annotation/openSUSE:Leap:42.3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/annotation/openSUSE:Leap:42.3.yaml -------------------------------------------------------------------------------- /metrics/grafana/access.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/access.json -------------------------------------------------------------------------------- /metrics/grafana/compare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/compare.json -------------------------------------------------------------------------------- /metrics/grafana/dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/dashboard.json -------------------------------------------------------------------------------- /metrics/grafana/history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/history.json -------------------------------------------------------------------------------- /metrics/grafana/openqa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/openqa.json -------------------------------------------------------------------------------- /metrics/grafana/provisioning/dashboards.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/provisioning/dashboards.yaml -------------------------------------------------------------------------------- /metrics/grafana/provisioning/datasources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/provisioning/datasources.yaml -------------------------------------------------------------------------------- /metrics/grafana/release.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/release.json -------------------------------------------------------------------------------- /metrics/grafana/review.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/review.json -------------------------------------------------------------------------------- /metrics/grafana/staging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/grafana/staging.json -------------------------------------------------------------------------------- /metrics/telegraf/agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/telegraf/agent.conf -------------------------------------------------------------------------------- /metrics/telegraf/history.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/telegraf/history.conf -------------------------------------------------------------------------------- /metrics/telegraf/openqa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics/telegraf/openqa.conf -------------------------------------------------------------------------------- /metrics_release.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/metrics_release.py -------------------------------------------------------------------------------- /obs-to-vagrantcloud.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/obs-to-vagrantcloud.rb -------------------------------------------------------------------------------- /openh264/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/openh264/README.md -------------------------------------------------------------------------------- /openh264/openh264_make_archive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/openh264/openh264_make_archive -------------------------------------------------------------------------------- /openh264/openh264_release_to_post: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/openh264/openh264_release_to_post -------------------------------------------------------------------------------- /openh264/openh264_release_to_publish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/openh264/openh264_release_to_publish -------------------------------------------------------------------------------- /openqa-maintenance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/openqa-maintenance.py -------------------------------------------------------------------------------- /oqamaint/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /oqamaint/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/oqamaint/cli.py -------------------------------------------------------------------------------- /oqamaint/openqabot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/oqamaint/openqabot.py -------------------------------------------------------------------------------- /oqamaint/opensuse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/oqamaint/opensuse.py -------------------------------------------------------------------------------- /oqamaint/suse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/oqamaint/suse.py -------------------------------------------------------------------------------- /oqamaint/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/oqamaint/update.py -------------------------------------------------------------------------------- /origin-manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/origin-manager.py -------------------------------------------------------------------------------- /osc-cycle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osc-cycle.py -------------------------------------------------------------------------------- /osc-origin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osc-origin.py -------------------------------------------------------------------------------- /osc-pcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osc-pcheck.py -------------------------------------------------------------------------------- /osc-staging-workflow.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osc-staging-workflow.dot -------------------------------------------------------------------------------- /osc-staging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osc-staging.py -------------------------------------------------------------------------------- /osclib/PubSubConsumer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/PubSubConsumer.py -------------------------------------------------------------------------------- /osclib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /osclib/accept_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/accept_command.py -------------------------------------------------------------------------------- /osclib/adi_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/adi_command.py -------------------------------------------------------------------------------- /osclib/cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/cache.py -------------------------------------------------------------------------------- /osclib/cache_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/cache_manager.py -------------------------------------------------------------------------------- /osclib/check_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/check_command.py -------------------------------------------------------------------------------- /osclib/check_duplicate_binaries_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/check_duplicate_binaries_command.py -------------------------------------------------------------------------------- /osclib/cleanup_rings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/cleanup_rings.py -------------------------------------------------------------------------------- /osclib/comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/comments.py -------------------------------------------------------------------------------- /osclib/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/common.py -------------------------------------------------------------------------------- /osclib/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/conf.py -------------------------------------------------------------------------------- /osclib/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/core.py -------------------------------------------------------------------------------- /osclib/cpio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/cpio.py -------------------------------------------------------------------------------- /osclib/freeze_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/freeze_command.py -------------------------------------------------------------------------------- /osclib/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/git.py -------------------------------------------------------------------------------- /osclib/ignore_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/ignore_command.py -------------------------------------------------------------------------------- /osclib/list_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/list_command.py -------------------------------------------------------------------------------- /osclib/memoize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/memoize.py -------------------------------------------------------------------------------- /osclib/obslock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/obslock.py -------------------------------------------------------------------------------- /osclib/origin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/origin.py -------------------------------------------------------------------------------- /osclib/pkglistgen_comments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/pkglistgen_comments.py -------------------------------------------------------------------------------- /osclib/prio_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/prio_command.py -------------------------------------------------------------------------------- /osclib/rebuild_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/rebuild_command.py -------------------------------------------------------------------------------- /osclib/repair_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/repair_command.py -------------------------------------------------------------------------------- /osclib/repochecks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/repochecks.py -------------------------------------------------------------------------------- /osclib/repomirror.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/repomirror.py -------------------------------------------------------------------------------- /osclib/request_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/request_finder.py -------------------------------------------------------------------------------- /osclib/request_splitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/request_splitter.py -------------------------------------------------------------------------------- /osclib/select_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/select_command.py -------------------------------------------------------------------------------- /osclib/stagingapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/stagingapi.py -------------------------------------------------------------------------------- /osclib/supersede_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/supersede_command.py -------------------------------------------------------------------------------- /osclib/unignore_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/unignore_command.py -------------------------------------------------------------------------------- /osclib/unselect_command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/unselect_command.py -------------------------------------------------------------------------------- /osclib/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/osclib/util.py -------------------------------------------------------------------------------- /pkglistgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen.py -------------------------------------------------------------------------------- /pkglistgen/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pkglistgen/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/cli.py -------------------------------------------------------------------------------- /pkglistgen/engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/engine.py -------------------------------------------------------------------------------- /pkglistgen/file_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/file_utils.py -------------------------------------------------------------------------------- /pkglistgen/group.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/group.py -------------------------------------------------------------------------------- /pkglistgen/tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/tool.py -------------------------------------------------------------------------------- /pkglistgen/update_repo_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/pkglistgen/update_repo_handler.py -------------------------------------------------------------------------------- /project-installcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/project-installcheck.py -------------------------------------------------------------------------------- /publish_distro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro -------------------------------------------------------------------------------- /publish_distro_conf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/README.md -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro52.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro52.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro52_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro52_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro53.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro53.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro53_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro53_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro54.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro54.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro54_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro54_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro55.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro55.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro55_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro55_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro60.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro60.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro60_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro60_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro61.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro61.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro61_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro61_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro62.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro62.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap-micro62_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap-micro62_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap150_jeos.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap150_jeos.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap150_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap150_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap151.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap151.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap151_jeos.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap151_jeos.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap151_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap151_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap152.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap152.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap152_jeos.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap152_jeos.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap152_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap152_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap153.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap153.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap153_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap153_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap153_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap153_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap154.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap154.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap154_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap154_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap154_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap154_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap155.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap155.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap155_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap155_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap155_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap155_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap156.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap156.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap156_appliances.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap156_appliances.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_leap156_live.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_leap156_live.config -------------------------------------------------------------------------------- /publish_distro_conf/publish_tumbleweed.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/publish_distro_conf/publish_tumbleweed.config -------------------------------------------------------------------------------- /repo2fileprovides.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/repo2fileprovides.py -------------------------------------------------------------------------------- /requestfinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/requestfinder.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/requirements.txt -------------------------------------------------------------------------------- /skippkg-finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/skippkg-finder.py -------------------------------------------------------------------------------- /slfo-packagelist-uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/slfo-packagelist-uploader.py -------------------------------------------------------------------------------- /slsa/logrotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/slsa/logrotate -------------------------------------------------------------------------------- /slsa/osrt-slsa-user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/slsa/osrt-slsa-user.conf -------------------------------------------------------------------------------- /staging-installcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging-installcheck.py -------------------------------------------------------------------------------- /staging-report.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging-report.py -------------------------------------------------------------------------------- /staging_templates/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging_templates/README -------------------------------------------------------------------------------- /staging_templates/create_new_staging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging_templates/create_new_staging -------------------------------------------------------------------------------- /staging_templates/template_prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging_templates/template_prj -------------------------------------------------------------------------------- /staging_templates/template_prjconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/staging_templates/template_prjconf -------------------------------------------------------------------------------- /suppkg_rebuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/suppkg_rebuild.py -------------------------------------------------------------------------------- /systemd/osrt-docker-publisher.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-docker-publisher.service -------------------------------------------------------------------------------- /systemd/osrt-docker-publisher.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-docker-publisher.timer -------------------------------------------------------------------------------- /systemd/osrt-metrics-access.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics-access.service -------------------------------------------------------------------------------- /systemd/osrt-metrics-access.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics-access.timer -------------------------------------------------------------------------------- /systemd/osrt-metrics-release@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics-release@.service -------------------------------------------------------------------------------- /systemd/osrt-metrics-release@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics-release@.timer -------------------------------------------------------------------------------- /systemd/osrt-metrics-telegraf.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics-telegraf.service -------------------------------------------------------------------------------- /systemd/osrt-metrics@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics@.service -------------------------------------------------------------------------------- /systemd/osrt-metrics@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-metrics@.timer -------------------------------------------------------------------------------- /systemd/osrt-pkglistgen@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-pkglistgen@.service -------------------------------------------------------------------------------- /systemd/osrt-pkglistgen@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-pkglistgen@.timer -------------------------------------------------------------------------------- /systemd/osrt-relpkggen@.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-relpkggen@.service -------------------------------------------------------------------------------- /systemd/osrt-relpkggen@.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-relpkggen@.timer -------------------------------------------------------------------------------- /systemd/osrt-slsa.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/systemd/osrt-slsa.target -------------------------------------------------------------------------------- /tests/OBSLocal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/OBSLocal.py -------------------------------------------------------------------------------- /tests/ReviewBot_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/ReviewBot_tests.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/__init__.py -------------------------------------------------------------------------------- /tests/accept_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/accept_tests.py -------------------------------------------------------------------------------- /tests/api_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/api_tests.py -------------------------------------------------------------------------------- /tests/build_fail_reminder_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/build_fail_reminder_tests.py -------------------------------------------------------------------------------- /tests/check_bugowner_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/check_bugowner_tests.py -------------------------------------------------------------------------------- /tests/check_source_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/check_source_tests.py -------------------------------------------------------------------------------- /tests/check_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/check_tests.py -------------------------------------------------------------------------------- /tests/checktags_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/checktags_tests.py -------------------------------------------------------------------------------- /tests/comment_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/comment_tests.py -------------------------------------------------------------------------------- /tests/config_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/config_tests.py -------------------------------------------------------------------------------- /tests/container_cleaner_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/container_cleaner_tests.py -------------------------------------------------------------------------------- /tests/devel_project_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/devel_project_tests.py -------------------------------------------------------------------------------- /tests/factory_submit_request_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/factory_submit_request_tests.py -------------------------------------------------------------------------------- /tests/fixtures/build/green/_result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/build/green/_result -------------------------------------------------------------------------------- /tests/fixtures/build/openSUSE:Factory:Staging:B/_result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/build/openSUSE:Factory:Staging:B/_result -------------------------------------------------------------------------------- /tests/fixtures/build/openSUSE:Factory:Staging:C/_result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/build/openSUSE:Factory:Staging:C/_result -------------------------------------------------------------------------------- /tests/fixtures/build/red/_result: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/build/red/_result -------------------------------------------------------------------------------- /tests/fixtures/group/factory-staging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/group/factory-staging -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-not-mentioned/README: -------------------------------------------------------------------------------- 1 | This file is not mentioned 2 | -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-not-mentioned/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-not-mentioned/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-not-mentioned/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-not-mentioned/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-not-mentioned/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-not-mentioned/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-patch-as-source/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-patch-as-source/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-patch-as-source/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-patch-as-source/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-patch-as-source/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-patch-as-source/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-patch-as-source/test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-patch-as-source/test.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-broken-name/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-broken-name/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-broken-name/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-broken-name/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-broken-name/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-broken-name/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-existing-url/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-existing-url/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-existing-url/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-existing-url/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-existing-url/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-existing-url/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch-changes/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch-changes/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch-changes/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch-changes/test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch-changes/test.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-patch/test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-patch/test.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-remote-service/_service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-remote-service/_service -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-remote-service/blowfish-1.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-remote-service/blowfish-1.tar -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-remote-service/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-remote-service/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-remote-service/test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-remote-service/test.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish-rpmlintrc: -------------------------------------------------------------------------------- 1 | setBadness('script-without-shebang', 2) 2 | -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-two-patches/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-two-patches/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-two-patches/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-two-patches/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-two-patches/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-two-patches/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-two-patches/patch1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-two-patches/patch1.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-two-patches/patch2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-two-patches/patch2.patch -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-urls/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-urls/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-urls/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-urls/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-with-urls/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-with-urls/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-changes-update/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-changes-update/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-changes-update/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-changes-update/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-changes-update/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-changes-update/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-copyright/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-copyright/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-copyright/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-copyright/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-copyright/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-copyright/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-license/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-license/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-license/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-license/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish-without-license/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish-without-license/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish/blowfish-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish/blowfish-1.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish/blowfish.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish/blowfish.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/blowfish/blowfish.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/blowfish/blowfish.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/wine/wine.changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/wine/wine.changes -------------------------------------------------------------------------------- /tests/fixtures/packages/wine/wine.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/wine/wine.spec -------------------------------------------------------------------------------- /tests/fixtures/packages/wine/wine.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/packages/wine/wine.tar.gz -------------------------------------------------------------------------------- /tests/fixtures/project/staging_projects/openSUSE:Factory/H.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/project/staging_projects/openSUSE:Factory/H.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP1:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP1:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP1:Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP1:Update.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP2:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP2:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP2:Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP2:Update.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP3:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP3:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP3:Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP3:Update.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP4:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP4:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP4:Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP4:Update.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP5:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP5:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12-SP5:GA:Staging:A.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12-SP5:GA:Staging:A.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12:GA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12:GA.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/SUSE:SLE-12:Update.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/SUSE:SLE-12:Update.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/openSUSE:Factory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/openSUSE:Factory.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/openSUSE:Factory:Staging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/openSUSE:Factory:Staging.xml -------------------------------------------------------------------------------- /tests/fixtures/repository/openSUSE:Factory:Staging:H.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/repository/openSUSE:Factory:Staging:H.xml -------------------------------------------------------------------------------- /tests/fixtures/request/1000: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/1001: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/123: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/321: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/333: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/501: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/502: -------------------------------------------------------------------------------- 1 | template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/request/result.xml: -------------------------------------------------------------------------------- 1 | ../search/request/result.xml -------------------------------------------------------------------------------- /tests/fixtures/request/template_request.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/request/template_request.xml -------------------------------------------------------------------------------- /tests/fixtures/search/project/id/result.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/search/project/id/result.xml -------------------------------------------------------------------------------- /tests/fixtures/search/request/id/result.xml: -------------------------------------------------------------------------------- 1 | ../result.xml -------------------------------------------------------------------------------- /tests/fixtures/search/request/result.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/search/request/result.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/apparmor: -------------------------------------------------------------------------------- 1 | source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/emacs_expanded: -------------------------------------------------------------------------------- 1 | source_expanded.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/emacs_info: -------------------------------------------------------------------------------- 1 | source_info.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/gcc: -------------------------------------------------------------------------------- 1 | source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/mariadb: -------------------------------------------------------------------------------- 1 | source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/puppet: -------------------------------------------------------------------------------- 1 | source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/python_expanded: -------------------------------------------------------------------------------- 1 | source_expanded.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/python_info: -------------------------------------------------------------------------------- 1 | source_info.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/source.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/home:Admin/source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/source_expanded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/home:Admin/source_expanded.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/source_info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/home:Admin/source_info.xml -------------------------------------------------------------------------------- /tests/fixtures/source/home:Admin/wine: -------------------------------------------------------------------------------- 1 | source.xml -------------------------------------------------------------------------------- /tests/fixtures/source/linksource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory/apparmor-doc/_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory/apparmor-doc/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory/apparmor/_entry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory/apparmor/_entry.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory/apparmor/_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory/apparmor/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory/apparmor/apparmor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory/apparmor/apparmor.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory/emacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory/emacs -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Rings:0-Bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Rings:0-Bootstrap -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Rings:1-MinimalX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Rings:1-MinimalX -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Rings:2-TestDVD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Rings:2-TestDVD -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging/_attribute/openSUSE:LockedBy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Staging/_attribute/openSUSE:LockedBy -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:A/_meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Staging:A/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:A/_project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Staging:A/_project -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:A/wine: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:B/_meta: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:B/_project: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_project -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:B/wine: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:C/_meta: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:C/_project: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_project -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:C/apparmor: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:C/mariadb: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:J/_meta: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:J/_project: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_project -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:J/emacs: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:J/python: -------------------------------------------------------------------------------- 1 | ../linksource.xml -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:U/_meta: -------------------------------------------------------------------------------- 1 | ../openSUSE:Factory:Staging:A/_meta -------------------------------------------------------------------------------- /tests/fixtures/source/openSUSE:Factory:Staging:U/_project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/source/openSUSE:Factory:Staging:U/_project -------------------------------------------------------------------------------- /tests/fixtures/staging-meta-for-bootstrap-copy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/staging-meta-for-bootstrap-copy.xml -------------------------------------------------------------------------------- /tests/fixtures/statistics/latest_updated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/fixtures/statistics/latest_updated -------------------------------------------------------------------------------- /tests/freeze_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/freeze_tests.py -------------------------------------------------------------------------------- /tests/home/.gitignore: -------------------------------------------------------------------------------- 1 | .cache 2 | .osc_cookiejar 3 | -------------------------------------------------------------------------------- /tests/home/.oscrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/home/.oscrc -------------------------------------------------------------------------------- /tests/maintenance_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/maintenance_tests.py -------------------------------------------------------------------------------- /tests/metrics_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/metrics_tests.py -------------------------------------------------------------------------------- /tests/obslock_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/obslock_tests.py -------------------------------------------------------------------------------- /tests/origin_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/origin_tests.py -------------------------------------------------------------------------------- /tests/repository_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/repository_tests.py -------------------------------------------------------------------------------- /tests/select_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/select_tests.py -------------------------------------------------------------------------------- /tests/sle_submit_request_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/sle_submit_request_tests.py -------------------------------------------------------------------------------- /tests/test.oscrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/test.oscrc -------------------------------------------------------------------------------- /tests/unselect_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/unselect_tests.py -------------------------------------------------------------------------------- /tests/util_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/tests/util_tests.py -------------------------------------------------------------------------------- /totest-manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/totest-manager.py -------------------------------------------------------------------------------- /ttm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/README.md -------------------------------------------------------------------------------- /ttm/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ttm/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/cli.py -------------------------------------------------------------------------------- /ttm/manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/manager.py -------------------------------------------------------------------------------- /ttm/publisher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/publisher.py -------------------------------------------------------------------------------- /ttm/releaser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/releaser.py -------------------------------------------------------------------------------- /ttm/totest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/ttm/totest.py -------------------------------------------------------------------------------- /verify-build-and-generatelists: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/verify-build-and-generatelists -------------------------------------------------------------------------------- /write_repo_susetags_file.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openSUSE/openSUSE-release-tools/HEAD/write_repo_susetags_file.pl --------------------------------------------------------------------------------