Copy don't move packages to archives.

pull/355/head
jprochazka 2017-10-05 13:07:13 -04:00
rodzic 5f94c83c39
commit 18a041a76d
6 zmienionych plików z 7 dodań i 12 usunięć

Wyświetl plik

@ -22,6 +22,7 @@ The following is a history of the changes made to this project.
* Pagination on the flights page has been minimized.
* Corrected the page count on the flights page.
* Added -d --development flags to install.sh to avoid overwriting changes made.
* All .deb packages built by the scripts are archived in an archive folder.
## v2.5.0 *(December 5th, 2016)*

Wyświetl plik

@ -238,7 +238,7 @@ fi
# Archive binary package.
echo -e "\e[94m Moving the dump1090-mutability binary package into the archive directory...\e[97m"
echo ""
mv -vf ${RECEIVER_BUILD_DIRECTORY}/dump1090-fa/dump1090-fa_*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive 2>&1
cp -vf ${RECEIVER_BUILD_DIRECTORY}/dump1090-fa/*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive/ 2>&1
## DUMP1090-FA POST INSTALLATION CONFIGURATION

Wyświetl plik

@ -204,7 +204,7 @@ if [[ -n "${CPU_ARCHITECTURE}" ]] ; then
# Archive binary package.
echo -e "\e[94m Moving the dump1090-mutability binary package into the archive directory...\e[97m"
echo -e ""
mv -vf ${RECEIVER_BUILD_DIRECTORY}/dump1090-mutability/dump1090-mutability_*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive 2>&1
cp -vf ${RECEIVER_BUILD_DIRECTORY}/dump1090-mutability/*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive/ 2>&1
fi
fi

Wyświetl plik

@ -192,7 +192,7 @@ fi
# Archive binary package.
echo -e "\e[94m Moving the beast-splitter package into the archive directory...\e[97m"
echo ""
mv -vf ${RECEIVER_BUILD_DIRECTORY}/beast-splitter/beast-splitter_*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive/ 2>&1
cp -vf ${RECEIVER_BUILD_DIRECTORY}/beast-splitter/*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive/ 2>&1
echo ""
## CREATE SCRIPTS

Wyświetl plik

@ -205,13 +205,7 @@ if [[ -n "${CPU_ARCHITECTURE}" ]] ; then
# Archive binary package.
echo -e "\e[94m Moving the FlightAware PiAware client binary package into the archive directory...\e[97m"
echo ""
mv -vf ${RECEIVER_BUILD_DIRECTORY}/piaware_builder/piaware_*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive 2>&1
echo ""
# Archive changelog.
echo -e "\e[94m Moving the FlightAware PiAware client changes file into the archive directory...\e[97m"
echo ""
mv -vf ${RECEIVER_BUILD_DIRECTORY}/piaware_builder/piaware_*.changes ${RECEIVER_BUILD_DIRECTORY}/package-archive 2>&1
cp -vf ${RECEIVER_BUILD_DIRECTORY}/piaware_builder/*.deb ${RECEIVER_BUILD_DIRECTORY}/package-archive/ 2>&1
echo ""
fi
fi

Wyświetl plik

@ -35,8 +35,8 @@ DefaultZoomLvl = 7;
// that location is used and these settings are ignored.
SiteShow = false; // true to show a center marker
SiteLat = 45.0; // position of the marker
SiteLon = 9.0;
SiteLat = "41.3872537"
SiteLon = "-82.0769568"
SiteName = "My Radar Site"; // tooltip of the marker
// -- Marker settings -------------------------------------