Compare commits
2 Commits
c02f0b08ed
...
a4bb993217
Author | SHA1 | Date | |
---|---|---|---|
a4bb993217 | |||
50357997c2 |
@ -138,7 +138,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
# 1.5.0 : Use ptu-config.atb-comm.de (given in ini-file) as new server for
|
||||
# customer repositories.
|
||||
# Fix: allow empty lines in opkg_commands.
|
||||
VERSION="1.5.0"
|
||||
# 1.5.1 : Fix: do not use cleanPath() on a url-address.
|
||||
VERSION="1.5.1"
|
||||
# PLANNED TODOS:
|
||||
# 1: Das Repository wird repariert bwz. neu geklont. Unabhaengig vom WAIT.
|
||||
# 2: Wenn der WAIT-Button aktiv ist, dann wird ein Repository repariert (neu
|
||||
|
@ -148,7 +148,7 @@ Worker::Worker(int customerNr,
|
||||
, m_pluginName(pluginName)
|
||||
, m_workingDirectory(workingDirectory)
|
||||
, m_branchName(branchName)
|
||||
, m_customerRepositoryPath(QDir::cleanPath(QString("%1/%2.git").arg(repositoryUrl).arg(m_customerNrStr)))
|
||||
, m_customerRepositoryPath(QString("%1/%2.git").arg(repositoryUrl).arg(m_customerNrStr))
|
||||
, m_customerRepository(QDir::cleanPath(m_workingDirectory + QDir::separator() + m_customerNrStr))
|
||||
, m_noUpdatePsaHardware(noUpdatePsaHardware)
|
||||
, m_alwaysDownloadConfig(alwaysDownloadConfig)
|
||||
|
Loading…
x
Reference in New Issue
Block a user