Browse Source

credentials

master
arcolinuxz 3 years ago
parent
commit
a508008cd6
  1. 4
      1-get-all-alci-gits-v1.sh
  2. 1
      archiso/packages.x86_64
  3. 5
      setup-our-git-credentials.sh

4
1-get-all-alci-gits-v1.sh

@ -23,7 +23,7 @@ alci-calamares-config-dev/
alci-calamares-config-hardened/ alci-calamares-config-hardened/
alci-calamares-config-lts/ alci-calamares-config-lts/
alci-calamares-config-pure/ alci-calamares-config-pure/
alci-calamares-config-xanmod/ alci-calamares-config-xanmod-edge/
alci-calamares-config-zen/ alci-calamares-config-zen/
alci-dwm/ alci-dwm/
alci-dwm-nemesis/ alci-dwm-nemesis/
@ -32,7 +32,7 @@ alci-iso-dev/
alci-iso-hardened/ alci-iso-hardened/
alci-iso-lts/ alci-iso-lts/
alci-iso-pure/ alci-iso-pure/
alci-iso-xanmod/ alci-iso-xanmod-edge/
alci-iso-zen/ alci-iso-zen/
alci-pkgbuild/ alci-pkgbuild/
alci_repo/ alci_repo/

1
archiso/packages.x86_64

@ -137,6 +137,7 @@ alci-calamares
alci-calamares-config alci-calamares-config
#alci-calamares-config-btrfs #alci-calamares-config-btrfs
#alci-calamares-config-dev #alci-calamares-config-dev
#alci-calamares-config-hardened
#alci-calamares-config-lts #alci-calamares-config-lts
#alci-calamares-config-pure #alci-calamares-config-pure
#alci-calamares-config-xanmod-edge #alci-calamares-config-xanmod-edge

5
setup-our-git-credentials.sh

@ -9,6 +9,7 @@
#tput setaf 6 = cyan #tput setaf 6 = cyan
#tput setaf 7 = gray #tput setaf 7 = gray
#tput setaf 8 = light blue #tput setaf 8 = light blue
#
################################################################################################################## ##################################################################################################################
# Written to be used on 64 bits computers # Written to be used on 64 bits computers
# Author : Erik Dubois # Author : Erik Dubois
@ -40,7 +41,7 @@
#https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys #https://blog.nillsf.com/index.php/2021/05/27/github-sso-using-password-protected-ssh-keys
project=$(basename `pwd`) project=$(basename `pwd`)
githubdir="arcolinux" githubdir="arch-linux-calamares-installer"
echo "-----------------------------------------------------------------------------" echo "-----------------------------------------------------------------------------"
echo "this is project https://github.com/$githubdir/$project" echo "this is project https://github.com/$githubdir/$project"
echo "-----------------------------------------------------------------------------" echo "-----------------------------------------------------------------------------"
@ -80,7 +81,7 @@ case $CHOICE in
sudo git config --system core.editor nano sudo git config --system core.editor nano
#git config --global credential.helper cache #git config --global credential.helper cache
#git config --global credential.helper 'cache --timeout=32000' #git config --global credential.helper 'cache --timeout=32000'
git remote set-url origin git@github.com-arc:$githubdir/$project git remote set-url origin git@github.com:$githubdir/$project
echo echo
echo "Everything set" echo "Everything set"
;; ;;

Loading…
Cancel
Save