Commit graph

  • 0ff9238d85 fix: validate os in list_check_all() and list_url_all() Martin Wimpress 2024-04-28 11:07:17 +01:00
  • 443ac72e2f refactor: change GOOD to CHECK and keep it in local scopes Martin Wimpress 2024-04-28 11:03:47 +01:00
  • 4be78cffb5 refactor: simplify list_check_all() and list_url_all() initialisation Martin Wimpress 2024-04-28 10:30:20 +01:00
  • 752afa56f4 style: reorder variables in get_netboot() Martin Wimpress 2024-04-28 03:29:28 +01:00
  • 95365eb5b6 refactor: simplify get_devuan() and update v4 to 4.0.3 Martin Wimpress 2024-04-28 03:28:57 +01:00
  • be32867ebb fix: make sure vxlinux tests pass Martin Wimpress 2024-04-28 03:27:48 +01:00
  • 777f451fe2 refactor: make releases_slitaz() dynamic Martin Wimpress 2024-04-28 03:27:06 +01:00
  • d214ac5e14 refactor: make releases_slint() dynamic Martin Wimpress 2024-04-28 03:26:38 +01:00
  • ccd6dc32c5 refactor: make releases_slackware() dynamic Martin Wimpress 2024-04-28 03:25:13 +01:00
  • e66b92565b refactor: make releases_rockylinux() dynamic Martin Wimpress 2024-04-28 03:24:46 +01:00
  • 8fb58acd23 refactor: make releases_void() dynamic Martin Wimpress 2024-04-28 03:23:49 +01:00
  • af084aeeec refactor: simplify get_tinycore() Martin Wimpress 2024-04-28 03:22:29 +01:00
  • 12b03d0fde refactor: simplify releases_sparkylinux() and editions_sparkylinux() Martin Wimpress 2024-04-28 03:21:35 +01:00
  • 3099d7e96d fix: solus downloads work and releases_solus() and editions_solus() are dynamic Martin Wimpress 2024-04-28 03:20:33 +01:00
  • ade6860696 refactor: simplify releases_openindiana() Martin Wimpress 2024-04-28 03:19:05 +01:00
  • a09be6a976 refactor: update handle_missing() for fedora 40 Martin Wimpress 2024-04-28 03:18:23 +01:00
  • 0f3196ad45 refactor: simplify releases_openbsd() Martin Wimpress 2024-04-28 03:16:57 +01:00
  • 7ff266466c fix: exclude v8 from releases_netbsd(); no longer available Martin Wimpress 2024-04-28 03:16:15 +01:00
  • 89111cd8de refactor: update release_manjaro() and remove manjaro from handle_missing() Martin Wimpress 2024-04-28 03:15:03 +01:00
  • cd3f593a7a refactor: remove latest from get_alpine() as releases_alpine() is dynamic Martin Wimpress 2024-04-28 03:11:42 +01:00
  • 6b95069304 refactor: simplify releases_freebsd() Martin Wimpress 2024-04-28 03:08:58 +01:00
  • d111c44368 feat: update releases_fedora() to support 40 Martin Wimpress 2024-04-28 03:07:57 +01:00
  • c8ea62e50a refactor: remove LC_ALL from releases_endeavouros() Martin Wimpress 2024-04-28 03:06:38 +01:00
  • 0f970a46f8 refactor: simplify releases_dragonflybsd() Martin Wimpress 2024-04-28 03:05:02 +01:00
  • 409523d402 refactor: simply release_debian() and get_debian(). make sure tests pass Martin Wimpress 2024-04-28 03:04:15 +01:00
  • ea99b9393c refactor: make crunchbang++ dynamic Martin Wimpress 2024-04-28 03:02:55 +01:00
  • b69893f48b fix: do not check for redirects in web_check(). close #1108 Martin Wimpress 2024-04-28 03:01:40 +01:00
  • 1ea307fff1 refactor: simplify releases_athenaos() Martin Wimpress 2024-04-28 02:59:36 +01:00
  • 12c53d4928 refactor: simplify editions_artixlinux() Martin Wimpress 2024-04-28 02:58:43 +01:00
  • 1d4c8c9cce fix: correct double slashed URLs Martin Wimpress 2024-04-28 02:57:31 +01:00
  • b8387e3446 refactor: update releases_ubuntu() and releases_ubuntu-server() Martin Wimpress 2024-04-28 02:55:42 +01:00
  • 43df80636d refactor: make test output in web_get() consistent with other tests Martin Wimpress 2024-04-28 02:53:17 +01:00
  • 03ac799287 fix: preserve case of RELEASE Martin Wimpress 2024-04-28 02:51:51 +01:00
  • 19d8563b79 refactor: drop time when running list_supported() Martin Wimpress 2024-04-28 02:51:07 +01:00
  • dff278a0dd refactor: update deepin functions so it is no longer a special case Martin Wimpress 2024-04-28 02:50:21 +01:00
  • 761ae2bdd5 refactor: make alpine dynamic and check for releases Martin Wimpress 2024-04-28 02:47:23 +01:00
  • f843448218 refactor: ubuntu checks via sub-shell in list_check_all(), skip macos and windows Martin Wimpress 2024-04-28 02:46:28 +01:00
  • 9c0d446de6 refactor: use sub-shell in list_url_all() to test ubuntu, skip mac and windows Martin Wimpress 2024-04-28 02:44:44 +01:00
  • 50d124294c fix: do not override EDITION in get_*() functions Martin Wimpress 2024-04-28 02:36:09 +01:00
  • 346d291f73 style: add missing function keywords Martin Wimpress 2024-04-28 02:28:52 +01:00
  • 3a39c64891 refactor zen0bit 2024-04-29 22:57:51 +02:00
  • 9cd8938608 Reworded OK to PASS, ERROR! to FAIL zen0bit 2024-04-23 10:12:28 +02:00
  • 1765ae8714 Add create_config function (Initial commit) zen0bit 2024-04-23 09:47:56 +02:00
  • 2ddae45d67 list_url_all function instead of list_isos, updated zen0bit 2024-04-23 09:43:46 +02:00
  • 358b0ff514 list_check_all function instead of test_isos, updated zen0bit 2024-04-23 09:39:36 +02:00
  • b884a6443d chore: Added two missed lines between functions zen0bit 2024-04-23 04:06:48 +02:00
  • 113bc2a3c9 feat: Rewrite test_isos function for one OS only zen0bit 2024-04-23 01:29:32 +02:00
  • 76521b9479 feat: Rewrite list_isos function for one OS only zen0bit 2024-04-23 01:02:13 +02:00
  • 5e2351a446 fix: Removed arguments also from run script zen0bit 2024-04-23 00:59:48 +02:00
  • 02444e74c5 feat: Final help message zen0bit 2024-04-23 00:58:07 +02:00
  • 0d6a434ecd Rename tuxedo-os to tuxedoos zen0bit 2024-04-22 04:19:12 +02:00
  • 5911d2af41 Solve 'lists' in case instead in iffi zen0bit 2024-04-21 19:02:13 +02:00
  • 5f6495c871 replace blank credentials with '-' Phil Clifford 2024-04-22 03:10:03 +01:00
  • d2b6806e08 fix small typo Phil Clifford 2024-04-22 02:58:49 +01:00
  • 2f9c60dc6a chore: Regenerated docs to reflect these fixes Phil Clifford 2024-04-22 01:32:42 +01:00
  • 18d76996c5 Correct SpiralLinux Phil Clifford 2024-04-22 00:46:38 +01:00
  • d18fc5ee16 Add missed entry for Tuxedo OS Phil Clifford 2024-04-22 00:28:32 +01:00
  • 987fabef2f Move PrimTux and change description to reflect theirs. Phil Clifford 2024-04-22 00:23:50 +01:00
  • 5b1728481c Add missing GNOME OS entry Phil Clifford 2024-04-22 00:21:57 +01:00
  • e03487def3 Correct BunsenLabs name Phil Clifford 2024-04-22 00:20:18 +01:00
  • daf59c0ab0 Correct BigLinux Phil Clifford 2024-04-22 00:19:46 +01:00
  • 40301415e4 Bazzite use Bazzite too, so lets be self-consistent Phil Clifford 2024-04-22 00:19:10 +01:00
  • f2e9a81a0a style: white space clean up Martin Wimpress 2024-04-23 06:50:40 +01:00
  • 2b05eb832c refactor: do not completely fail macOS verification checks Martin Wimpress 2024-04-23 06:50:24 +01:00
  • 956a3caec5 fix: correct path for macOS downloads Martin Wimpress 2024-04-23 06:49:47 +01:00
  • f7a6ec0245 refactor: replace wget --spider with web_check; return PASS or FAIL Martin Wimpress 2024-04-23 06:37:31 +01:00
  • 4efd5f7d93 refactor: make --header support in web_get() the same as web_check() Martin Wimpress 2024-04-23 06:31:02 +01:00
  • 0f69aeae9a feat: add --header support to web_check() Martin Wimpress 2024-04-23 06:29:42 +01:00
  • 02b93d9bbe Fix error on invalid OS selection Liam 2024-04-21 08:17:00 -07:00
  • 9ad1be3ec1 Fix windows downloads Liam 2024-04-21 17:58:58 -07:00
  • d2081b53ac chore: regenerated docs for small change in available OSes Phil Clifford 2024-04-21 11:10:22 +01:00
  • f907ddac41 chore: preserve recent changes to get_vanillaos() Martin Wimpress 2024-04-21 14:00:27 +01:00
  • 47eec2fe15 chore: preserve recent changes to get_rebornos() Martin Wimpress 2024-04-21 14:00:10 +01:00
  • 11453885cc chore: preserve recent changes to get_garuda() Martin Wimpress 2024-04-21 13:59:52 +01:00
  • 66aca19437 chore: preserve recent changes to get_freedos() Martin Wimpress 2024-04-21 13:59:25 +01:00
  • eed65ddc81 chore: preserve recent changes to get_blendos() Martin Wimpress 2024-04-21 13:59:04 +01:00
  • 0057b3fbee chore: preserve recent changes to get_archcraft() Martin Wimpress 2024-04-21 13:58:46 +01:00
  • 539731820f feat: Use more cut_1 function zen0bit 2024-04-21 10:52:44 +02:00
  • f555b2a3d9 fix: Remove second handle_missing function zen0bit 2024-04-21 10:52:00 +02:00
  • 218d8ca3fd chore: Slightly modified some messages zen0bit 2024-04-21 10:48:59 +02:00
  • e49d608473 chore: Add 'function' to front of some functions zen0bit 2024-04-21 08:23:20 +02:00
  • 96cc14a322 feat: Add message to web_get test zen0bit 2024-04-21 00:42:02 +02:00
  • 11a13d4342 feat: Add --create-config to new run script (#TODO:) zen0bit 2024-04-21 00:10:33 +02:00
  • c1964f37aa feat: Add --url-all to new run script zen0bit 2024-04-21 00:10:05 +02:00
  • 412d59ab4f feat: Add --url to new run script zen0bit 2024-04-21 00:09:53 +02:00
  • 3ea219264b feat: Change show_iso_url variable to just="show" zen0bit 2024-04-20 23:54:30 +02:00
  • a71c9e107b feat: Add --test-urls to new run script zen0bit 2024-04-21 00:09:34 +02:00
  • 0b176ba15d feat: Add --list-urls to new run script zen0bit 2024-04-21 00:09:20 +02:00
  • 675ace38c5 feat: Add --list to new run script zen0bit 2024-04-21 00:09:04 +02:00
  • b3524d1106 feat: Add --list-json to new run script zen0bit 2024-04-21 00:08:52 +02:00
  • 4099961577 feat: Add --list-csv to new run script zen0bit 2024-04-21 00:08:39 +02:00
  • a785c3a7b1 feat: Add --check-all to new run script zen0bit 2024-04-21 00:08:07 +02:00
  • 75df94154e feat: Add --check to new run script zen0bit 2024-04-21 00:07:56 +02:00
  • 32f573fc36 feat: Change test_iso_url variable to just="test" zen0bit 2024-04-20 23:43:44 +02:00
  • 05c7165fbc feat: Add --help to new run script zen0bit 2024-04-21 00:07:43 +02:00
  • 53e7f2b203 fix: Readd renamed error_specify_path function, cleanup zen0bit 2024-04-21 10:47:22 +02:00
  • d72f007b9c fix: Readd renamed error_specify_edition function, cleanup zen0bit 2024-04-21 10:46:13 +02:00
  • 937f68e01f fix: Readd renamed error_specify_release function, cleanup zen0bit 2024-04-21 10:44:27 +02:00
  • e0d2f8ebe1 feat: Add --version to new run script zen0bit 2024-04-21 00:07:30 +02:00
  • 1f4e89c098 feat: Add --open-homepage to new run script zen0bit 2024-04-21 00:06:47 +02:00