Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (2024)

Collaboration Tremplin des Sciences

    • This repo
    • ?
  • Accueil
  • Journal public
  • Gists
  • Sign in

'; } else if (searchSubType !== undefined && searchSubType == 'repo_group') { valueDisplay += '

repo group

'; } } // repository else if (searchType === 'repo') { var repoIcon = getRepoIcon(data['repo_type']); icon += repoIcon; if (data['private']) { icon += ' '; } else if (visualShowPublicIcon) { icon += ' '; } } // repository groups else if (searchType === 'repo_group') { icon += ' '; } // user group else if (searchType === 'user_group') { icon += ' '; } // user else if (searchType === 'user') { icon += 'Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (3)'.format(data['icon_link']); } // pull request else if (searchType === 'pull_request') { icon += ' '; } // commit else if (searchType === 'commit') { var repo_data = data['repo_data']; var repoIcon = getRepoIcon(repo_data['repository_type']); if (repoIcon) { icon += repoIcon; } else { icon += ''; } } // file else if (searchType === 'file') { var repo_data = data['repo_data']; var repoIcon = getRepoIcon(repo_data['repository_type']); if (repoIcon) { icon += repoIcon; } else { icon += ''; } } // generic text else if (searchType === 'text') { icon = ''; } var tmpl = '

{0}{1}

'; return tmpl.format(icon, valueDisplay); }; var handleSelect = function(element, suggestion) { if (suggestion.type === "hint") { // we skip action $('#main_filter').focus(); } else if (suggestion.type === "text") { // we skip action $('#main_filter').focus(); } else { window.location = suggestion['url']; } }; var autocompleteMainFilterResult = function (suggestion, originalQuery, queryLowerCase) { if (queryLowerCase.split(':').length === 2) { queryLowerCase = queryLowerCase.split(':')[1] } if (suggestion.type === "text") { // special case we don't want to "skip" display for return true } return suggestion.value_display.toLowerCase().indexOf(queryLowerCase) !== -1; }; var cleanContext = { repo_view_type: null, repo_id: null, repo_name: "", repo_group_id: null, repo_group_name: null }; var removeGoToFilter = function () { $('.searchTagHidable').hide(); $('#main_filter').autocomplete( 'setOptions', {params:{search_context: cleanContext}}); }; $('#main_filter').autocomplete({ serviceUrl: pyroutes.url('goto_switcher_data'), params: { "search_context": templateContext.search_context }, minChars:2, maxHeight:400, deferRequestBy: 300, //miliseconds tabDisabled: true, autoSelectFirst: false, containerClass: 'autocomplete-qfilter-suggestions', formatResult: autocompleteMainFilterFormatResult, lookupFilter: autocompleteMainFilterResult, onSelect: function (element, suggestion) { handleSelect(element, suggestion); return false; }, onSearchError: function (element, query, jqXHR, textStatus, errorThrown) { if (jqXHR !== 'abort') { var message = formatErrorMessage(jqXHR, textStatus, errorThrown); SwalNoAnimation.fire({ icon: 'error', title: _gettext('Error during search operation'), html: '{0}'.format(message), }).then(function(result) { window.location.reload(); }) } }, onSearchStart: function (params) { $('.searchTag.searchTagIcon').html('') }, onSearchComplete: function (query, suggestions) { $('.searchTag.searchTagIcon').html('') }, }); showMainFilterBox = function () { $('#main_filter_help').toggle(); }; $('#main_filter').on('keydown.autocomplete', function (e) { var BACKSPACE = 8; var el = $(e.currentTarget); if(e.which === BACKSPACE){ var inputVal = el.val(); if (inputVal === ""){ removeGoToFilter() } } }); var dismissNotice = function(noticeId) { var url = pyroutes.url('user_notice_dismiss', {"user_id": templateContext.rhodecode_user.user_id}); var postData = { 'csrf_token': CSRF_TOKEN, 'notice_id': noticeId, }; var success = function(response) { $('#notice-message-' + noticeId).remove(); return false; }; var failure = function(data, textStatus, xhr) { alert("error processing request: " + textStatus); return false; }; ajaxPOST(url, postData, success, failure); } var hideLicenseWarning = function () { var fingerprint = templateContext.session_attrs.license_fingerprint; storeUserSessionAttr('rc_user_session_attr.hide_license_warning', fingerprint); $('#notifications').hide(); } var hideLicenseError = function () { var fingerprint = templateContext.session_attrs.license_fingerprint; storeUserSessionAttr('rc_user_session_attr.hide_license_error', fingerprint); $('#notifications').hide(); }

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (4)

Align vidal repo on drtyhlpr

Align vidal repo on drtyhlpr

Gérard Vidal - - Load All Authors

Fichier de la dernière révision:

r627:b39cf2ca3729 Fusion drtyhlpr-master

r728:cb531218d6a8

Show More

Download file

raspife3W-stretch

91 lines | 2.5 KiB | text/plain | TextLexer

/ templates / raspife3W-stretch

Historique | Source | Brut |Copy content |Copy permalink

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (5) Gérard Vidal

Merge branch 'master' into drtyhlpr-master

r627

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (6) vidal

Changes in the templates after a set of test executions.

r158 # Configuration file raspi3 Stretch Weewx IFÉ 2017/07/26

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (7) vidal

Cleaning repository -2-

r155 #
APT_SERVER=ftp.fr.debian.org

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (8) vidal

Changes in the templates after a set of test executions.

r158 APT_INCLUDES="debian-archive-keyring,debian-keyring,automake,autoconf,autogen,gawk,gnupg,gnupg2,\

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (9) vidal

Cleaning repository -2-

r155 build-essential,git,cmake,libjson-c-dev,unzip,\

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (10) vidal

Changes in the templates after a set of test executions.

r158 bison,libboost-all-dev,libtool,libtool-bin,pkg-config,checkinstall,libnotify-bin,pandoc,\

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (11) Gérard Vidal

Update python-weewx connector...

r181 python3,python3-dev,python,python-dev,python-configobj,python-cheetah,python-mysqldb\

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (12) vidal

Changes in the templates after a set of test executions.

r158 python-imaging,python-serial,python-usb,python-tk,python3-tk,python3-scipy,\
python-pypandoc,python3-pypandoc,python-pandocfilters,python3-pandocfilters,\
python-geopy,python3-geopy,python-pip,python3-pip,python-smbus,\
libudev-dev,libzzip-dev,zlib1g-dev,libnss-myhostname,libpng16-16,nmap,\
libltdl-dev,usbutils,pmount,ntpdate,texlive,texlive-xetex,nginx-extras,policykit-1,\
openjdk-8-jdk-headless,openjdk-8-jre-headless,\
pcre2-utils,libpcre++-dev,libpcre2-dev,libjpeg-dev,i2c-tools"

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (13) vidal

Cleaning repository -2-

r155 #----------------------
RPI_MODEL=3
RELEASE="stretch"
HOSTNAME="raspwife3"

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (14) vidal

Changes in the templates after a set of test executions.

r158 PASSWORD="************"
USER_PASSWORD="************"

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (15) Gérard Vidal

Merge branch 'master' into drtyhlpr-master

r627

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (16) vidal

Cleaning repository -2-

r155 DEFLOCAL="fr_FR.UTF-8"
TIMEZONE="Europe/Paris"
EXPANDROOT=false
#-----------------------
XKB_MODEL="pc105"
XKB_LAYOUT="fr"
XKB_VARIANT="latin9"
XKB_OPTIONS=""
#------------------------
ENABLE_DHCP=false

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (17) vidal

anonymisation of IP to let user choose its own value

r160 NET_ADDRESS="192.168.***.***/24"
NET_GATEWAY="192.168.***.1"
NET_DNS_1="192.168.***.1"

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (18) vidal

Cleaning repository -2-

r155 NET_DNS_2="8.8.8.8"
#------------------------
ENABLE_CONSOLE=false
ENABLE_I2C=true
ENABLE_SPI=true
ENABLE_IPV6=true
ENABLE_SSHD=true
ENABLE_NONFREE=true
ENABLE_WIRELESS=true
ENABLE_RSYSLOG=true
ENABLE_SOUND=true
ENABLE_HWRANDOM=true
ENABLE_MINGPU=true
ENABLE_DBUS=true
ENABLE_XORG=false
ENABLE_WM=""
#------------------------
ENABLE_MINBASE=false
ENABLE_REDUCE=false
ENABLE_UBOOT=false
ENABLE_FBTURBO=false
ENABLE_IPTABLES=false
ENABLE_USER=true
USER_NAME=ens-ife
ENABLE_ROOT=true
ENABLE_HARDNET=true
ENABLE_INITRAMFS=true
ENABLE_IFNAMES=true
#------------------------
ENABLE_ROOT_SSH=false
SSH_LIMIT_USERS=false

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (19) vidal

Changes in the templates after a set of test executions.

r158 SSH_ROOT_PUB_KEY="/home/*******/.ssh/authorized_keys"
SSH_USER_PUB_KEY="/home/*******/.ssh/authorized_keys"

Raspi2-3_GenImage Files · templates/raspife3W-stretch · Collaboration Tremplin des Sciences (20) vidal

Cleaning repository -2-

r155 #------------------------
BUILD_KERNEL=true
KERNEL_REDUCE=false
KERNEL_HEADERS=true
KERNEL_REMOVESRC=true
KERNELSRC_CLEAN=true
KERNELSRC_CONFIG=true
#------------------------
REDUCE_APT=false
REDUCE_DOC=true
REDUCE_MAN=false
REDUCE_HWDB=true
REDUCE_BASH=false
REDUCE_SSHD=false
REDUCE_LOCALE=false
#-------------------------
ENABLE_CRYPTFS=false
#-------------------------
BASEDIR=/data/RpiGenImage/Images/${RELEASE}
DATE=`date +%Y-%m-%d`
IMAGE_NAME=${BASEDIR}/${DATE}-rpiw${RPI_MODEL}-${RELEASE}

'.format(_gettext('Loading ...'))); $.pjax({ url: url, container: '#file_history_container', push: false, timeout: 5000 }).complete(function () { tooltipActivate(); }); }); }; var initTreeJS = function () { var state = getFileState(); getFilesMetadata(); // fuzzy file filter fileBrowserListeners(state.node_list_url, state.url_base); // switch to widget var initialCommitData = { at_ref: atRef, id: null, text: 'cb531218d6a8f096873b1797e5435978be73a63c', type: 'sha', raw_id: 'cb531218d6a8f096873b1797e5435978be73a63c', idx: 728, files_url: null, }; // check if we have ref info. var selectedRef = fileTreeRefs[atRef]; if (selectedRef !== undefined) { $.extend(initialCommitData, selectedRef) } var loadUrl = pyroutes.url('repo_refs_data', {'repo_name': templateContext.repo_name}); var cacheKey = '__ALL_FILE_REFS__'; var cachedDataSource = {}; var loadRefsData = function (query) { $.ajax({ url: loadUrl, data: {}, dataType: 'json', type: 'GET', success: function (data) { cachedDataSource[cacheKey] = data; query.callback({results: data.results}); } }); }; var feedRefsData = function (query, cachedData) { var data = {results: []}; //filter results $.each(cachedData.results, function () { var section = this.text; var children = []; $.each(this.children, function () { if (query.term.length === 0 || this.text.toUpperCase().indexOf(query.term.toUpperCase()) >= 0) { children.push(this) } }); data.results.push({ 'text': section, 'children': children }) }); //push the typed in commit idx if (!isNaN(query.term)) { var files_url = pyroutes.url('repo_files', {'repo_name': templateContext.repo_name, 'commit_id': query.term, 'f_path': state.f_path}); data.results.push({ 'text': _gettext('go to numeric commit'), 'children': [{ at_ref: null, id: null, text: 'r{0}'.format(query.term), type: 'sha', raw_id: query.term, idx: query.term, files_url: files_url, }] }); } query.callback(data); }; var select2RefFileSwitcher = function (targetElement, loadUrl, initialData) { var formatResult = function (result, container, query) { return formatSelect2SelectionRefs(result); }; var formatSelection = function (data, container) { var commit_ref = data; var tmpl = ''; if (commit_ref.type === 'sha') { tmpl = (commit_ref.raw_id || "").substr(0,8); } else if (commit_ref.type === 'branch') { tmpl = tmpl.concat(' '); tmpl = tmpl.concat(escapeHtml(commit_ref.text)); } else if (commit_ref.type === 'tag') { tmpl = tmpl.concat(' '); tmpl = tmpl.concat(escapeHtml(commit_ref.text)); } else if (commit_ref.type === 'book') { tmpl = tmpl.concat(' '); tmpl = tmpl.concat(escapeHtml(commit_ref.text)); } var idx = commit_ref.idx || 0; if (idx !== 0) { tmpl = tmpl.concat('r{0}'.format(idx)); } return tmpl }; $(targetElement).select2({ dropdownAutoWidth: true, width: "resolve", containerCssClass: "drop-menu", dropdownCssClass: "drop-menu-dropdown", query: function(query) { var cachedData = cachedDataSource[cacheKey]; if (cachedData) { feedRefsData(query, cachedData) } else { loadRefsData(query) } }, initSelection: function(element, callback) { callback(initialData); }, formatResult: formatResult, formatSelection: formatSelection }); }; select2RefFileSwitcher('#refs_filter', loadUrl, initialCommitData); // switcher for file tree $('#refs_filter').on('change', function(e) { var data = $('#refs_filter').select2('data'); window.location = data.files_url }); }; $(document).ready(function() { timeagoActivate(); tooltipActivate(); if ($('#trimmed_message_box').height() < 50) { $('#message_expand').hide(); } $('#message_expand').on('click', function(e) { $('#trimmed_message_box').css('max-height', 'none'); $(this).hide(); }); if (fileSourcePage) { initFileJS() } else { initTreeJS() } var search_GET = ""; if (search_GET === "1") { NodeFilter.initFilter(); NodeFilter.focus(); } });

Raspi2-3_GenImage Files
        · templates/raspife3W-stretch

        · Collaboration Tremplin des Sciences (2024)
Top Articles
University Housing / Future Residents / Tips and Resources/Helfpul Links
Housing | Center for Global Engagement
Kreme Delite Menu
Froedtert Billing Phone Number
Mopaga Game
1970 Chevelle Ss For Sale Craigslist
Insidious 5 Showtimes Near Cinemark Tinseltown 290 And Xd
Mr Tire Prince Frederick Md 20678
Mcoc Immunity Chart July 2022
Www Thechristhospital Billpay
A Fashion Lover's Guide To Copenhagen
Methodist Laborworkx
Nioh 2: Divine Gear [Hands-on Experience]
Oro probablemente a duna Playa e nomber Oranjestad un 200 aña pasa, pero Playa su historia ta bay hopi mas aña atras
Meritas Health Patient Portal
Raleigh Craigs List
Jc Post News
Overton Funeral Home Waterloo Iowa
Pac Man Deviantart
1973 Coupe Comparo: HQ GTS 350 + XA Falcon GT + VH Charger E55 + Leyland Force 7V
Foolproof Module 6 Test Answers
Znamy dalsze plany Magdaleny Fręch. Nie będzie nawet chwili przerwy
The Collective - Upscale Downtown Milwaukee Hair Salon
Mcclendon's Near Me
Past Weather by Zip Code - Data Table
*!Good Night (2024) 𝙵ull𝙼ovie Downl𝚘ad Fr𝚎e 1080𝚙, 720𝚙, 480𝚙 H𝙳 HI𝙽DI Dub𝚋ed Fil𝙼yz𝚒lla Isaidub
Airg Com Chat
Swimgs Yuzzle Wuzzle Yups Wits Sadie Plant Tune 3 Tabs Winnie The Pooh Halloween Bob The Builder Christmas Autumns Cow Dog Pig Tim Cook’s Birthday Buff Work It Out Wombats Pineview Playtime Chronicles Day Of The Dead The Alpha Baa Baa Twinkle
Chicago Pd Rotten Tomatoes
Mega Millions Lottery - Winning Numbers & Results
2012 Street Glide Blue Book Value
CVS Near Me | Somersworth, NH
Sephora Planet Hollywood
Caderno 2 Aulas Medicina - Matemática
How to play Yahoo Fantasy Football | Yahoo Help - SLN24152
Miracle Shoes Ff6
Second Chance Apartments, 2nd Chance Apartments Locators for Bad Credit
Metro Pcs Forest City Iowa
Inducement Small Bribe
Grand Valley State University Library Hours
Jammiah Broomfield Ig
Mauston O'reilly's
Kjccc Sports
R/Gnv
RubberDucks Front Office
Unblocked Games 6X Snow Rider
Minecraft: Piglin Trade List (What Can You Get & How)
Model Center Jasmin
10 Bedroom Airbnb Kissimmee Fl
Game Like Tales Of Androgyny
Kidcheck Login
Compete My Workforce
Latest Posts
Article information

Author: Fredrick Kertzmann

Last Updated:

Views: 6128

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Fredrick Kertzmann

Birthday: 2000-04-29

Address: Apt. 203 613 Huels Gateway, Ralphtown, LA 40204

Phone: +2135150832870

Job: Regional Design Producer

Hobby: Nordic skating, Lacemaking, Mountain biking, Rowing, Gardening, Water sports, role-playing games

Introduction: My name is Fredrick Kertzmann, I am a gleaming, encouraging, inexpensive, thankful, tender, quaint, precious person who loves writing and wants to share my knowledge and understanding with you.