Commit 8f5259e5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmurl: add small comments

parent 50a2e98c
......@@ -66,10 +66,11 @@ mygetopts $LISTARGS
check_spec()
{
local SPEC="$1"
rhas "$SPEC" "\.spec$" || fatal "Use only for git repo or with spec"
rhas "$SPEC" "\.spec$" || fatal "Use only for git repo or with spec. Use $ epm site for packages."
if [ -n "$SISYPHUSRU" ] ; then
PKGNAME=$(eval_spec $SPEC | get_var "Name")
# epm site -p $PKGNAME
RPM_URL=$PAGEURL/$PKGNAME
if [ -n "$ABOUTDIR" ] ; then
RPM_URL=$RPM_URL/get
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment