{"id":20596277,"url":"https://github.com/ulhpc/qualif","last_synced_at":"2026-04-17T23:02:41.132Z","repository":{"id":13647569,"uuid":"16341036","full_name":"ULHPC/qualif","owner":"ULHPC","description":"Set of tools / scripts we use to qualify / validate the sanity of the UL HPC platform ","archived":false,"fork":false,"pushed_at":"2016-06-21T10:39:45.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"devel","last_synced_at":"2025-03-06T15:17:15.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ULHPC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-29T10:04:12.000Z","updated_at":"2016-06-21T10:39:46.000Z","dependencies_parsed_at":"2022-09-13T12:40:51.594Z","dependency_job_id":null,"html_url":"https://github.com/ULHPC/qualif","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ULHPC/qualif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fqualif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fqualif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fqualif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fqualif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ULHPC","download_url":"https://codeload.github.com/ULHPC/qualif/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ULHPC%2Fqualif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31949435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T08:16:06.995Z","updated_at":"2026-04-17T23:02:41.102Z","avatar_url":"https://github.com/ULHPC.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"` README.md `\nCopyright (c) 2014 [Sebastien Varrette](mailto:\u003cSebastien.Varrette@uni.lu\u003e) [www](http://varrette.gforge.uni.lu)\n\n        Time-stamp: \u003c\u003e\n\n-------------------\n# qualif\n\n## Synopsis\n\n## Local repository setup\n\nThis repository is hosted on out [GitHub]().\nOnce cloned, initiate the potential git submodules etc. by running:\n\n    $\u003e cd qualif\n    $\u003e make setup\n\n## Pre-requisites\n\n### Git\n\nYou should become familiar (if not yet) with [Git](http://git-scm.com/).\nConsider these resources:\n\n* [Git book](http://book.git-scm.com/index.html)\n* [Github:help](http://help.github.com/mac-set-up-git/)\n* [Git reference](http://gitref.org/)\n\nAt least, you shall configure the following exported variables within your favorite shell (adapt accordingly):\n\n    # Bash configuration\n    # Set your git user info\n    export GIT_AUTHOR_NAME='\u003cfirstname\u003e \u003cname\u003e'\n    export GIT_AUTHOR_EMAIL='\u003cemail\u003e'\n    export GIT_COMMITTER_NAME=\"${GIT_AUTHOR_NAME}\"\n    export GIT_COMMITTER_EMAIL=\"${GIT_AUTHOR_EMAIL}\"\n\nYou can also use the following commands:\n\n    $\u003e git config --global user.name \"Your Name Comes Here\"\n    $\u003e git config --global user.email you@yourdomain.example.com\n    # configure colors\n    $\u003e git config --global color.diff auto\n    $\u003e git config --global color.status auto\n    $\u003e git config --global color.branch auto\n\n### git-flow\n\nThe Git branching model for this repository follows the guidelines of\n[gitflow](http://nvie.com/posts/a-successful-git-branching-model/).\nIn particular, the central repository holds two main branches with an infinite lifetime:\n\n* `  production`: the *production-ready* branch\n* `devel`: the main branch where the latest developments interviene. This is\n  the *default* branch you get when you clone the repo\n\n# Advanced information\n\n## Releasing mechanism\n\nThe operation consisting of releasing a new version of this repository is automated by a set of tasks within the `Makefile`.\n\nIn this context, a version number have the following format:\n\n      \u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e-b\u003cbuild\u003e\n\nwhere:\n\n* `\u003c major \u003e` corresponds to the major version number\n* `\u003c minor \u003e` corresponds to the minor version number\n* `\u003c patch \u003e` corresponds to the patching version number\n* `\u003c build \u003e` states the build number _i.e._ the total number of commits within the `devel` branch.\n\nExample: `1.0.0-b28`\n\nThe current version number is stored in the file `VERSION`. __/!\\ NEVER MAKE ANY MANUAL CHANGES TO THIS FILE__\n\nFor more information on the version, run:\n\n     $\u003e make versioninfo\n\nIf a new  version number such be bumped, you simply have to run:\n\n      $\u003e make start_bump_{major,minor,patch}\n\nThis will start the release process for you using `git-flow`.\nProbably after that, the first things to do is to change within the main LaTeX document the version number and commit this change.\nThen, to make the release effective, just run:\n\n      $\u003e make release\n\nit will finish the release using `git-flow`, create the appropriate tag in the `  production` branch and merge all things the way they should be.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fqualif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fulhpc%2Fqualif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fulhpc%2Fqualif/lists"}