X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ey9rqm5bhzncD0LH26Ro0PdM5cm5a3nfjLZQlFKVrWQ=; b=Mq2S6yG3MPTy2qPOWdi8hEdOfVaW4tpIgJQj+bBmZCiUbhfK6iKP2D0QtIAEpAMCAV IHzGv5A50asNtISKN2rRCNGR9q+3Q4raQNEyEUg0BsTefTMCDyKctsPB+pZXyH0E31Z3 XxEJlLueKxipkAo47aXr0cl8+/PnJz1ZLuB7QWAkbTCTgM/u1sVAX9K6/K8G4j9STRvk 6cVf05EaMb7TakicsVgNRP6lkWh9F8JY80eM75c3enfKH1ObnW/b1lXKgTrQXcCWjX9A e7/NIMY+6/CEcKeaX6NtsW/sIh3fKCnbts1PkmUWuveVO7uhFxlBCiCkKuvMIAsK5jCs AGBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ey9rqm5bhzncD0LH26Ro0PdM5cm5a3nfjLZQlFKVrWQ=; b=reBCqaKC30VvTF+B69pMUk7AHUAZkpcT9q2ZzOQvAldv8LQM5jUl9AIrnMsm1eVdMi 6tiGRL9bhU5KalKaCI6HIZsc3lAtx+vlwX7sYyXKlps2ETwd0tFR3S2MTNfCYTYrrtdQ YIHJQFkCfXu/Sgg83Fp9/MCg0DqovUcKF4op1jgr3kgQtzIh6YoCuMQZn2B3racn009s r98QHOqxl1fVDFc4XpmHpKbP4dtTZejWUpAHxt/9HYqUx8vJTRFVvlSfdzLEUXhuExsO 2whh8THTzMvvz633ubYepUlQAiCLAdq3doO90ieYP1bzmpWEwanh9PjkqjQV3x7Wf+ph zFRQ== X-Gm-Message-State: AA+aEWY7ViL2gawkfcANbUbSpQt3atBMsK+tpshCa3Vg6WQryzCsEBIo QU/CiBuOP2H5KTEg4mAE0KcakXfeDTsu9Hizsmg0K7dl X-Google-Smtp-Source: AFSGD/XQ74pGdgukFOo6iuqJE7mnUCakJoQnb1qpz9LVZe/mbsWcBBkIQ5S897RvEwyZL2Sgn0mgl3wizIBXGkowyBc= X-Received: by 2002:aca:c443:: with SMTP id u64mr4970346oif.136.1545030811707; Sun, 16 Dec 2018 23:13:31 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Sergey Alyoshin (alyoshin DOT s AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 17 Dec 2018 10:13:17 +0300 Message-ID: Subject: Re: [geda-user] gerbv about to release To: geda-user AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: geda-user AT delorie DOT com On Mon, Dec 17, 2018 at 6:38 AM wrote: > > Hi Sergey, > > On Sun, 16 Dec 2018, Sergey Alyoshin (alyoshin DOT s AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > >Hi > > > >I am about to make gerbv release and I would like to ask for help to > >do compile/run testing before release. > > > >Thanks! > > > I tried to test it but unfortunately got an error before I could start. I > had a checkout I made about 2 months ago, for testing slots. > > I tried git pull, but it failed. It complains about local changes. I did > not do any change - especially not in files like ru.po, so it's just a git > thing. Maybe something is added to the repo that is also generated, oslt. Yes ru.po (and man translation) are "auto" updated. This need to be fixed. You can reset not committed changes in files by git checkout . ## or only in po/ru.po git checkout po/ru.po After this I belie you can do 'git pull'. > (Error output and git diff attached). > > If possible, pelase fix it so I can test without having to do a new > checkout or any other command than 'git pull'. If not possible, please > publish a release candidate tarball or a github URL from where svn > checkout is possible.