Actions
Architecture #8015
closedPreliminary support for Slackware
Fix check:
Regression:
Description
A Slackware port is being worked on by one contributor, and an initial change required for his build to work is to add the following line to detect-os.sh:
if [ -f /etc/slackware-version ]; then export OS="slackware"; export OSVERSION=$(cat /etc/slackware-version | awk '{ print $2 }'); fi
Updated by Jonathan CLARKE over 8 years ago
- Status changed from New to In progress
Updated by Jonathan CLARKE over 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/896
Updated by Jonathan CLARKE over 8 years ago
- Target version changed from 2.11.19 to 4.0.0~rc2
Updated by Jonathan CLARKE over 8 years ago
- Pull Request changed from https://github.com/Normation/rudder-packages/pull/896 to https://github.com/Normation/rudder-packages/pull/898
Updated by Jonathan CLARKE over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|21df66d8cfb40b4b55408f8f9a4428b821b848c8.
Updated by Benoît PECCATTE about 8 years ago
- Target version changed from 4.0.0~rc2 to 318
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 318 to 4.0.0~rc2
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.
Actions