parent
730862ae56
commit
44e1c9fbac
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
debian-branch = debian/sid
|
||||
upstream-branch = upstream/latest
|
||||
pristine-tar = True
|
||||
compression = xz
|
||||
|
@ -0,0 +1,26 @@
|
||||
# Author: Alf Gaida <agaida@siduction.org>
|
||||
# License: WTFPL-2
|
||||
# 0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
# Variables
|
||||
# =========
|
||||
# repository= your repository
|
||||
# branch= your branch, if needed
|
||||
# commit= your commit , if needed
|
||||
# target_dir= target dir, if needed, default is snapshot
|
||||
#
|
||||
# Functions
|
||||
# =========
|
||||
# cleanup ()
|
||||
|
||||
repository="git@$domain.tld:$foo/$bar"
|
||||
|
||||
|
||||
# cleanup function definiton
|
||||
cleanup() {
|
||||
echo ""
|
||||
echo "┌─────────────┐"
|
||||
echo "│ Cleanup ... │"
|
||||
echo "└─────────────┘"
|
||||
rm -rf .git*
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
Bug-Database: https://github.com/lxqt/compton-conf/issues
|
||||
Bug-Submit: https://github.com/lxqt/compton-conf/issues/new
|
||||
Changelog: https://github.com/lxqt/compton-conf/blob/master/CHANGELOG
|
||||
Repository: https://github.com/lxqt/compton-conf.git
|
||||
Repository-Browse: https://github.com/lxqt/compton-conf
|
||||
Repository-Browser: https://github.com/lxqt/compton-conf
|
||||
|
Loading…
Reference in new issue