Questions tagged [version-control]

For questions pertaining to version control.

Version control refers to any scheme whereby newer versions of a file or document are stored in the same location, with the most recent version being directly available and older versions accessible upon request.

11 questions
4
votes
2 answers

Using git to version control the Raspi OS

I find myself building up lots of versions of SD images as I incrementally develop a working system. Is there a way to manage this better, such as by capturing the SD image backup not as a img/gz but in a way that git can version control? Grateful…
geotheory
  • 575
  • 3
  • 10
  • 20
2
votes
2 answers

Is there a conflict between raspbian/raspberrypi versions and python versions?

Can some version of python not run on some version of Raspbian? Is there some thing in the architecture of some version of Raspberry Pi that could make them incompatible with some versions of python?
1
vote
2 answers

Automate builds for custom RaspberryPi images

I have a Python application that is used exclusively on RaspberryPi’s (RPi 2/3/zero) due to its GPIOs and other hardware interfaces. I would like to automate the build of finished SD card images based on Raspbian so that I and new users can quickly…
Moritz
  • 111
  • 4
0
votes
0 answers

PYTQ on Rasberry Pi and Friture

I'm trying to create a stand alone audio analyser using Friture (http://friture.org). I have a B+ (Rasbian version 9, Python 3 and 2.7. Latest updates. Trying to install via pip gives me a PYQT find failure_it appears to be looking for v 5.10.1. I…
0
votes
0 answers

MCP3008 Adafruit code not work with Python 3?

So I am working on a project turning a Raspberry Pi and an MCP3008 chip into a voltage meter. A bunch of the examples I was working off of used the code for the chip put out my Adafruit that can be found on their github. A problem I noticed is…
Skitzafreak
  • 237
  • 1
  • 5
  • 12
0
votes
2 answers

Check most current RPI-Firmware available from Git Repo?

I'm trying to to retrieve most recent master version from the Hexxeh/rpi-firmware which is used by Ubuntu Mate 16.04. The rpi-update update script exist on this page but I'm unable to fishout how they check if their version is newer than my local…
HelpNeeder
  • 178
  • 1
  • 11
0
votes
1 answer

how to swap dbus versions in rpi/linux?

DBus version installed: 1.10.6 Programs look at 1.1.1. How to get rpi to look at newest DBus? RPI Project/programs: alertR Home Alert System via github. Current status: 12/30/2015 14:26:08 INFO: [alertRinstaller.py]: Checking the dependencies.…
eechen
  • 1
  • 1
0
votes
1 answer

How can I use version control with my disk images?

Like perhaps many newbies to Raspberry Pi, I'm experimenting with the various OS options and how to customize the OS to my preferences. Every time I copy an OS to one of my Micro SD cards, I perform a few tasks manually: Perform GUI and CLI…
Chuck
  • 223
  • 2
  • 8
0
votes
1 answer

How can I track the version of Python in Raspberry PI O/S

I'm trying to keep both a Mac (Mojave - 2.7.16 by default) and a VM Raspberry Pi Desktop up to date with Python so that it matches that on the Pi but other than firing up a Pi and running python3 --version I'm a bit stuck to find the version…
user115418
0
votes
0 answers

lsb_release -a gives 10!

I followed this tutorial, trying to upgrade directly from Jessie to Buster instead of Jessie to Stretch. then, when i check the version with $ lsb_release -a I get this! No LSB modules are available. Distributor ID: Raspbian Description: …
Guillaume D
  • 139
  • 1
  • 1
  • 7
-1
votes
1 answer

libacsccid1_1.1.0-1~trusty1_armhf.deb or similar version for Ubuntu trusty 14.04

I have an NFC reader ACR1251U-A1, and I'm trying to install the driver for my NFC reader. In the folder that I have downloaded from the provider's website, there are only libacsccid1_1.1.0-1~trusty 1_i386.deb and…
yusuf
  • 141
  • 1
  • 1
  • 4