Changes between Version 6 and Version 7 of EnvironmentSetup


Ignore:
Timestamp:
Aug 19, 2013, 8:54:13 AM (11 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentSetup

    v6 v7  
    2929
    30306. We also have to add some environment variables.
     31    Let's modify our ~/.bashrc
    3132    {{{
    3233    export DEBFULLNAME="Full Name"
    3334    export DEBEMAIL="email@mail.com"
    3435    export GPGKEY=YOURKEY
     36    export QUILT_PATCHES=debian/patches
    3537    }}}
    3638    You can get your GPGKEY using "{{{gpg --list-keys}}}"