Commit d3bd32bc authored by Elsarboukh, Glass's avatar Elsarboukh, Glass Committed by Hetrick, John
Browse files

Refl1d prod is prod

parent a04e6d26
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
Name:           nsd-app-wrap
Version:        2.8
Version:        2.9
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
@@ -101,6 +101,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a
%{_prefix}/share/applications/*

%changelog
* Mon Oct 27 2025 Glass Elsarboukh
- Refl1d prod no longer an alias for qa

* Wed Aug 13 2025 Maria Patrou
- Set enviromental variable for inspired

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
Name=Refl1d Webview
GenericName=Refl1d Webview
Comment=Start Refl1d Webview instance
Exec=sh -c "/usr/bin/refl1d --qa"
Exec=sh -c "/usr/bin/refl1d"
Terminal=true
Icon=refl1d
Type=Application
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ unset SESSION_MANAGER
COMMAND="refl1d" # --port XXXX

# select the environment to use
PIXI_ENVIRON=refl1d_qa
PIXI_ENVIRON=refl1d
if [ -n "$1" ]; then
  if [ "$1" == "--dev" ]; then
    PIXI_ENVIRON=refl1d_dev