diff --git a/autogit4unimoose.sh b/autogit4unimoose.sh index 70bc6d1..50e1863 100755 --- a/autogit4unimoose.sh +++ b/autogit4unimoose.sh @@ -5,7 +5,7 @@ ./a.sh # deletas all for a restart declare -g owner_slash_repo_global_var_set_onload_kigit github_pages_repo_url declare -gA global_conf - +echo "to switch main branch to main from master use: gh repo edit --default-branch main" # Fun and colorful output with emojis # Set up colors and formatting fun_echo() { @@ -489,11 +489,33 @@ def create_html_page(repo_name): print('README.md not found.') def check_github_pages(repo_name, token): - headers = {'Authorization': f'token {token}', 'Accept': 'application/vnd.github.v3+json'} - response = requests.get(f'https://api.github.com/repos/{repo_name}/pages', headers=headers) - if response.status_code == 404: - init_git_repo_localhub_pages(repo_name, token) - + headers = {'Authorization': f'token {token}', 'Accept': 'application/vnd.github.v3+json'} + response = requests.get(f'https://api.github.com/repos/{repo_name}/pages', headers=headers) + + # Check for special row in kigit.txt + with open('kigit.txt', 'r') as kigit_file: + kigit_lines = kigit_file.readlines() + + special_row_found = False + with open('kigit.txt', 'w') as kigit_file_write: + for line in kigit_lines: + if line.startswith('#909303Q2x'): + # Force GitHub Pages initialization + init_git_repo_localhub_pages(repo_name, token) + print("Special row detected and processed. GitHub Pages initialized.") + special_row_found = True + else: + kigit_file_write.write(line) + + if not special_row_found: + # Handle regular GitHub Pages checks + if response.status_code == 404: + init_git_repo_localhub_pages(repo_name, token) + elif response.status_code == 200: + print("GitHub Pages is already enabled.") + else: + print(f"Error checking GitHub Pages: Status code {response.status_code}") + def init_git_repo_localhub_pages(repo_name, token): headers = {'Authorization': f'token {token}', 'Accept': 'application/vnd.github.v3+json'} data = {'source': {'branch': 'main', 'path': '/'}} diff --git a/templates/a_1_template_README.md b/templates/a_1_template_README.md index 9452d5f..cd1d3f6 100644 --- a/templates/a_1_template_README.md +++ b/templates/a_1_template_README.md @@ -1,4 +1,4 @@ -# autogit4unimoose +# panik_button_cooler ## Description diff --git a/templates/a_1_template_index.html b/templates/a_1_template_index.html index 9ac8156..6ef13b2 100644 --- a/templates/a_1_template_index.html +++ b/templates/a_1_template_index.html @@ -1,10 +1,10 @@ - - + + -template +panik_button_cooler -

hmm probably not wokring?

+

panik_button_cooler

A work in progress with automation testing for Git leveraging python, bash etc

diff --git a/templates/a_1_template_kigit4.txt b/templates/a_1_template_kigit4.txt index 5690e1b..eafdad1 100644 --- a/templates/a_1_template_kigit4.txt +++ b/templates/a_1_template_kigit4.txt @@ -8,7 +8,7 @@ set303a=y set303i=y # git-reponame (empty for current folder name, 'random' for a random name) -set303b=any_or_most_videos_in_a_folder_to_gif_linux_ubuntu +set303b=pannkaka_bankbank # public git (private for private, public for public) set303c=private @@ -23,7 +23,7 @@ set303e=Git, Bash, Automation, Automagic, un-PEP8-perhaps set303f=A work in progress with automation testing for Git leveraging python, bash etc # website URL -set303g=https://essingen123.github.io/any_or_most_videos_in_a_folder_to_gif_linux_ubuntu +set303g=https://essingen123.github.io/pannkaka_bankbank # GithubPartywebpageLink set303h=index.html