Top "Packaging" questions

Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system.

E: Unable to locate package git - Ubuntu on EC2

Looks to me like there may be a problem with the Ubuntu EC2 mirrors. After a fresh apt-get update, I'm …

git ubuntu amazon-ec2 packaging apt
Version control for large binary files and >1TB repositories?

Sorry to come up with this topic again, as there are soo many other questions already related - but none …

svn git version-control packaging
Python packaging: wheels vs tarball (tar.gz)

The advantage of wheels over eggs is clear (see section why not egg? https://pypi.python.org/pypi/wheel). However, …

python tar packaging python-wheel
RAD not adding an EAR project to a WAS instance

In my RAD workspace, I have an EAR project. Now I have a WAS 6.1 instance which i created from inside …

deployment websphere packaging rad ejb-2.x
Python Daemon Packaging Best Practices

I have a tool which I have written in python and generally should be run as a daemon. What are …

python packaging setuptools distutils
How do you create an osx application/dmg from a python package?

I want to create a mac osx application from python package and then put it in a disk image. Because …

python macos packaging
How to set the build area for rpmbuild per-invocation

I'm modifying an automated build, and want to tell rpmbuild to use a specific build area when invoking it. This …

build-process packaging rpm rpmbuild
log4j configuration file in a multi-module Maven project

I am working on a multi-module Maven project, whose structure is like this: war-module jar-module The war-module depends on the …

java maven maven-2 packaging
Reprepro adding same deb package

I got a problem in my debian repo. I removed a wrong package with: reprepro -Vb . remove package This was …

debian packaging deb
How to remotely update Python applications

What is the best method to push changes to a program written in Python? I have a piece of software …

python packaging remote-access download software-update