We need :
- Appimage file which we built on musl environment.
- cp command.
# Default config for sway | |
# | |
# Copy this to ~/.config/sway/config and edit it to your liking. | |
# | |
# Read `man 5 sway` for a complete reference. | |
### Variables | |
# | |
# Logo key. Use Mod1 for Alt. | |
set $mod Mod4 |
#!/usr/bin/python3 | |
import glob, os | |
import argparse | |
import shutil | |
import subprocess | |
import re | |
# from urllib.request import urlretrieve | |
# import requests |
Let's say we have branch(es) on main repository and we want to fetch it/them to our mirror repository, how do we do it ?
Fetch the branch using this command !
$ git fetch https://gitlab.com/main/repository remote_branch_name:local_branch_name
Switch to new fetched branch !
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 6.11.0-gnu Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 14.2.0-4ubuntu2) 14.2.0" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=140200 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=24301 |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86_64 6.11.0-gnu Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.3.1 20230310" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=110301 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=20244508 |
# Build recipe for slurp. | |
set -e | |
program=slurp | |
version=1.5.0 | |
release=0 | |
pkgcategory=x-apps |
alpine-minirootfs-3.20.2-x86_64.tar.gz
.