aboutsummaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
committerCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
commit38e3bef4a6acd767f5664c773911f8a97fb3ca09 (patch)
treee23dc117c86e4a3a00cd3e28b538a79f0f6e69b5 /repo
parent47a3723632b82a0d3caf79dbe8ada1eae60dd976 (diff)
downloadcpt-extra-38e3bef4a6acd767f5664c773911f8a97fb3ca09.tar.gz
cpt-extra: change kiss commands to cpt commandsHEAD20200725master
Diffstat (limited to 'repo')
-rwxr-xr-xrepo/cpt-reporevdepends2
-rwxr-xr-xrepo/git/cpt-maintainer2
-rwxr-xr-xrepo/git/cpt-update2
3 files changed, 2 insertions, 4 deletions
diff --git a/repo/cpt-reporevdepends b/repo/cpt-reporevdepends
index 59262f0..4c6e117 100755
--- a/repo/cpt-reporevdepends
+++ b/repo/cpt-reporevdepends
@@ -5,7 +5,7 @@
case "$1" in ''|--help|-h) printf 'usage: %s <pkg>\n' "${0##*/}"; exit 0; esac
pkg="$1"
-IFS=:; set -- $KISS_PATH; unset IFS
+IFS=:; set -- $CPT_PATH; unset IFS
for repo do
# Change directory to the upper directory of the repository
diff --git a/repo/git/cpt-maintainer b/repo/git/cpt-maintainer
index 629a893..b9a315c 100755
--- a/repo/git/cpt-maintainer
+++ b/repo/git/cpt-maintainer
@@ -7,7 +7,7 @@
case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} <pkg>" ; exit 0 ; esac
-kiss s "$1" | while read -r repo; do cd "$repo"
+cpt-search "$1" | while read -r repo; do cd "$repo"
m=$(git log -1 version 2>/dev/null) ||:
m=${m##*Author: }
m=${m%%>*}
diff --git a/repo/git/cpt-update b/repo/git/cpt-update
deleted file mode 100755
index 13f4793..0000000
--- a/repo/git/cpt-update
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-