d2b9657bcf
Change-Id: I7d935203a3fbb59d298f91daaef0a10ca3004d2f Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/6045 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
9 lines
208 B
Python
9 lines
208 B
Python
# Simple program to save all package information
|
|
# into a file which can be sourced by a bash script
|
|
|
|
from gluster.swift import _pkginfo as pkginfo
|
|
|
|
PKGCONFIG = 'pkgconfig.in'
|
|
|
|
pkginfo.save_config(PKGCONFIG)
|