Re: [DNG] git commit

2018-08-17 Thread Duane Robertson

Actually, "git commit -a" doesn't add untracked files:

"""
   -a, --all
   Tell the command to automatically stage files that have been
   modified and deleted, but new files you have not told Git
   about are not affected.
"""

I'm so in the habit of using "-a" that I seldom think about what it
means.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Git and git.devuan.org - solved

2018-08-17 Thread John Crisp
On 17/08/18 20:35, Steve Litt wrote:
> On Fri, 17 Aug 2018 12:22:09 +0200
> John Crisp  wrote:
> 
>> git commit -a -m "My new funky feature I dreamt up whilst on the beer
>> last night"
>>
>> This will add all 'untracked' files and commit them.
> 
> In my world, I'd never want to track all files in my development tree.
> Most are temporary shellscripts, code snippets to determine exact
> behavior, pseudo-data, etc. These are in no way necessary or adviseable
> for the end user to possess.
>  

Yup - I agree.

That's why you have .gitignore, and personally I would rarely use -a

Was just trying to illustrate usage, and hence I added 'individual files'

:-)





signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] [OT] Cannot install wine32 on ASCII.

2018-08-17 Thread Edward Bartolo
On 17/08/2018, Evilham  wrote:
[...]
>
> Snippet from a previous email after fixing command typos, can you post
> all this?
>
> 1. dpkg --print-architechture
> 2. dpkg --print-foreign-architectures
> 3. list of enabled repositories (+ architechture)
> 4. dpkg -l | grep wine
>

This is the output. i386 is enabled. The architecture is amd64.

$ dpkg --print-architecture
amd64
$ dpkg --print-foreign-architectures
i386


$ cat /etc/apt/sources.list
deb http://deb.devuan.org/merged/ ascii main
deb-src http://deb.devuan.org/merged/ ascii main

deb http://deb.devuan.org/merged ascii-security main
deb-src http://deb.devuan.org/merged ascii-security main

# jessie-updates, previously known as 'volatile'
deb http://deb.devuan.org/merged/ ascii-updates main
deb-src http://deb.devuan.org/merged/ ascii-updates main

# deb http://mozilla.debian.net/ jessie-backports iceweasel-release

deb http://deb.devuan.org/merged ascii-backports main
deb-src http://deb.devuan.org/merged ascii-backports main


$ cat /etc/apt/sources.list.d/*
#debhttp://deb.devuan.org/merged ascii-security main
#deb-srchttp://deb.devuan.org/merged ascii-security main
#debhttp://auto.mirror.devuan.org/merged ascii-updates main
#deb-srchttp://auto.mirror.devuan.org/merged ascii-updates main


# dpkg -l | grep wine
Does not print anything.

I understand what you mean by repository settings but cannot imagine
what you mean by architecture as regards to apt. I only used dpkg
--add-architecture and dpkg --remove-architecture.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Git and git.devuan.org - solved

2018-08-17 Thread Steve Litt
On Fri, 17 Aug 2018 12:22:09 +0200
John Crisp  wrote:

> git commit -a -m "My new funky feature I dreamt up whilst on the beer
> last night"
> 
> This will add all 'untracked' files and commit them.

In my world, I'd never want to track all files in my development tree.
Most are temporary shellscripts, code snippets to determine exact
behavior, pseudo-data, etc. These are in no way necessary or adviseable
for the end user to possess.
 
SteveT

Steve Litt 
September 2018 featured book: Quit Joblessness: Start Your Own Business
http://www.troubleshooters.com/startbiz
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] [OT] Cannot install wine32 on ASCII.

2018-08-17 Thread Evilham
Am 17.08.2018 um 10:27 schrieb Edward Bartolo:
> On 13/08/2018, KatolaZ  wrote:
> [...]
>>
>> Random guess: which repo are you using? If you are still using
>> packages.devuan.org or *.mirror.devuan.org, then you should switch to
>> deb.devuan.org, since we know of existing glitches with ascii in the
>> original amprolla.
>>
> 
> I carefully edited my sources.list file as indicated above. I also
> edited similar files that were under /etc/apt/sources.list.d. The
> result is still the following:
> 
> -
> # apt-get install wine wine32 wine64 libwine libwine:i386 fonts-wine
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libwine:i386 : Depends: libfontconfig1:i386 (>= 2.11) but it is not
> going to be installed
> Depends: libfreetype6:i386 (>= 2.2.1) but it is not
> going to be installed
> Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not
> going to be installed
> Recommends: libcups2:i386 (>= 1.4.0) but it is not
> going to be installed
> Recommends: libgnutls30:i386 (>= 3.5.0) but it is not
> going to be installed
> Recommends: libpng16-16:i386 (>= 1.6.2-1) but it is
> not going to be installed
> Recommends: libasound2-plugins:i386 but it is not
> going to be installed
> E: Unable to correct problems, you have held broken packages.
> ---
> 
> I usually do not use wine, but at this time, I am learning LTSpice.
> Please, do not tell me to use Linux circuit simulators. Online, I have
> to communicate with people who only use Windows and they are usually a
> great help in circuit design and analysis.
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
> 

Snippet from a previous email after fixing command typos, can you post
all this?

1. dpkg --print-architechture
2. dpkg --print-foreign-architectures
3. list of enabled repositories (+ architechture)
4. dpkg -l | grep wine

-- 
Evilham
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Git and git.devuan.org - solved

2018-08-17 Thread John Crisp
On 16/08/18 21:56, Lars Noodén wrote:


> git commit -a

Better to add a commit message so you know what you were thinking about
at the time:

git commit -a -m "My new funky feature I dreamt up whilst on the beer
last night"

This will add all 'untracked' files and commit them.

You can do it individually:

Add a files(s) to the repo:

git add somefile.txt

Commit that file

git commit -m "A new file" somefile.txt

(note you have to use git add if you don't use git commit -a)

You can use wildcards with git add for multiple files/directories

You can also do a few bits like this:

To see your local changes:

git diff

To see your repo status:

git status

Have a hunt on the interwebs for a git cheatsheet and keep it to hand.

I am no guru but these were the most important bits to get me going.

It gets much trickier when you start messing with branches and
merges..   :-(

HTH



signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] [OT] Cannot install wine32 on ASCII.

2018-08-17 Thread Edward Bartolo
On 13/08/2018, KatolaZ  wrote:
[...]
>
> Random guess: which repo are you using? If you are still using
> packages.devuan.org or *.mirror.devuan.org, then you should switch to
> deb.devuan.org, since we know of existing glitches with ascii in the
> original amprolla.
>

I carefully edited my sources.list file as indicated above. I also
edited similar files that were under /etc/apt/sources.list.d. The
result is still the following:

-
# apt-get install wine wine32 wine64 libwine libwine:i386 fonts-wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libwine:i386 : Depends: libfontconfig1:i386 (>= 2.11) but it is not
going to be installed
Depends: libfreetype6:i386 (>= 2.2.1) but it is not
going to be installed
Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not
going to be installed
Recommends: libcups2:i386 (>= 1.4.0) but it is not
going to be installed
Recommends: libgnutls30:i386 (>= 3.5.0) but it is not
going to be installed
Recommends: libpng16-16:i386 (>= 1.6.2-1) but it is
not going to be installed
Recommends: libasound2-plugins:i386 but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.
---

I usually do not use wine, but at this time, I am learning LTSpice.
Please, do not tell me to use Linux circuit simulators. Online, I have
to communicate with people who only use Windows and they are usually a
great help in circuit design and analysis.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] We can't stop wars and diseases yet, but we got rid of systemd

2018-08-17 Thread Jaromil
On Thu, 16 Aug 2018, Steve Litt wrote:

> > > 1) At $14.50/month (Swiss Franc == $), it's 3 times the price of
> > > many American VM vendors.
> > > 
> > > 2) Unlike American vendors, their Terms of Service contain no
> > >Indemnification clause, no heads-I-win-tails-you-lose, no book
> > >length essays. This fact alone can triple the value of a VM.  
> > 
> > 3) I would rather have my not so sensitive data stored at a Swiss
> > company than at an American one.
> 
> Is there a way to rent and administer one of their VMs anonymously?

I am sure you can ask them, it can be an interesting feature request
and they may simply make it available as an option (Tor/I2P access)

Thanks Lars for spotting Devuanhosting by Ungleich here! I confirm
these people are in touch with Devuan developers and willing to help.
Their success is also our success so I encourage everyone to consider
them as a hosting solution.

We are preparing for a Devuan conference in Amsterdam in November
(soon to be announced) and that will also be an occasion to meet the
people running this hosting in person. Here a great blogpost by Nico
who is leading their team and may be also reading here on DNG
https://blog.ungleich.ch/en-us/cms/blog/2017/12/10/the-importance-of-devuan/

ciao

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng