pidgin/jhbuild

Automatically figureout the modulesets_dir path
draft
2021-03-17, Gary Kramlich
1597f5945999
Parents 32ce84c3faef
Children 34c5882dc180
Automatically figureout the modulesets_dir path
  • +6 -1
    jhbuildrc
  • --- a/jhbuildrc Tue Mar 16 01:35:28 2021 -0500
    +++ b/jhbuildrc Wed Mar 17 03:37:35 2021 -0500
    @@ -1,4 +1,9 @@
    +import os.path
    +
    +modulesets_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'modulesets')
    +moduleset = 'purple3.modules'
    +
    checkoutroot = '~/j/checkout'
    prefix = '~/j/install'
    -moduleset = 'file:///home/grim/p/pidgin-jhbuild/modulesets/purple3.modules'
    use_local_modulesets = True
    +